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_strfunc.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_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index 155f8457156..30a9ba4492d 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -35,7 +35,6 @@ public: my_decimal *val_decimal(my_decimal *); enum Item_result result_type () const { return STRING_RESULT; } void left_right_max_length(); - String *check_well_formed_result(String *str); bool fix_fields(THD *thd, Item **ref); }; |