summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authorunknown <bar@eagle.intranet.mysql.r18.ru>2005-03-25 10:43:35 +0400
committerunknown <bar@eagle.intranet.mysql.r18.ru>2005-03-25 10:43:35 +0400
commit12664c053149c4af13b40a4a9663fc7816ae375a (patch)
treebe8c2e805ee462b2b1ae5dc0f8e3e3b9ca664eb4 /sql/item_strfunc.h
parent4f1e4973945ff07deb7f50c45a10394be09b07c2 (diff)
parented124ab6b7be6a7a56831407b175068c096232cb (diff)
downloadmariadb-git-12664c053149c4af13b40a4a9663fc7816ae375a.tar.gz
Merge
myisam/myisamchk.c: Auto merged mysql-test/t/func_str.test: Auto merged sql/item_func.h: Auto merged sql/item_strfunc.h: Auto merged mysql-test/r/func_str.result: merging BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r--sql/item_strfunc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index ea8a78c528a..eec81f953fb 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -653,7 +653,9 @@ public:
{
collation.set(system_charset_info);
max_length= 64 * collation.collation->mbmaxlen; // should be enough
+ maybe_null= 0;
};
+ table_map not_null_tables() const { return 0; }
};
class Item_func_collation :public Item_str_func
@@ -666,7 +668,9 @@ public:
{
collation.set(system_charset_info);
max_length= 64 * collation.collation->mbmaxlen; // should be enough
+ maybe_null= 0;
};
+ table_map not_null_tables() const { return 0; }
};
class Item_func_crc32 :public Item_int_func