summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorgluh@eagle.(none) <>2007-10-11 16:13:14 +0500
committergluh@eagle.(none) <>2007-10-11 16:13:14 +0500
commit16a0ecdb2b04c5b7af463bceaa55667ed7224529 (patch)
treeceb4905902b6a1c3130c1349e1eadc3c4b2a3092 /sql/item.h
parente71717ab63384ef58ea17041de1bdb48f0bacb89 (diff)
parentdb39976a0658d2e17273b4816289ef6093071591 (diff)
downloadmariadb-git-16a0ecdb2b04c5b7af463bceaa55667ed7224529.tar.gz
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 2beb4b66fba..fa5b5b0499a 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -1001,6 +1001,7 @@ public:
*/
virtual bool result_as_longlong() { return FALSE; }
bool is_datetime();
+ String *check_well_formed_result(String *str);
};