diff options
author | gluh@eagle.(none) <> | 2007-10-11 16:13:14 +0500 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-10-11 16:13:14 +0500 |
commit | 16a0ecdb2b04c5b7af463bceaa55667ed7224529 (patch) | |
tree | ceb4905902b6a1c3130c1349e1eadc3c4b2a3092 /sql/item.h | |
parent | e71717ab63384ef58ea17041de1bdb48f0bacb89 (diff) | |
parent | db39976a0658d2e17273b4816289ef6093071591 (diff) | |
download | mariadb-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.h | 1 |
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); }; |