diff options
author | konstantin@mysql.com <> | 2006-01-14 04:55:07 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-01-14 04:55:07 +0300 |
commit | 48d48bc93603d9f77db4e86907f84103d45c5709 (patch) | |
tree | 5b53ef41f16095a4cbe0f8518d355ea4d92bb76e /sql/item_cmpfunc.h | |
parent | 977731b3fc0851c8837162fa2b9421f759cb43e8 (diff) | |
download | mariadb-git-48d48bc93603d9f77db4e86907f84103d45c5709.tar.gz |
A fix and a test case for Bug#12734 " prepared statement may
return incorrect result set for a select SQL request"
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 045566a46d5..ade09113c63 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -911,6 +911,7 @@ public: cond_result eq_cmp_result() const { return COND_TRUE; } const char *func_name() const { return "like"; } bool fix_fields(THD *thd, struct st_table_list *tlist, Item **ref); + void cleanup(); }; #ifdef USE_REGEX |