summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-10-30 19:17:57 +0100
committerunknown <serg@serg.mylan>2003-10-30 19:17:57 +0100
commitf0eb54e0bc32a9faeca6d292f06550296bc69d7d (patch)
treee29f3d04a40a0f1438871abcf54eceb9de6a07e4 /sql/item_func.h
parentf3a5f59f8d37548c8d4719dfef0e19329199c64f (diff)
downloadmariadb-git-f0eb54e0bc32a9faeca6d292f06550296bc69d7d.tar.gz
Bitmap post-review fixes
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 0ba4445def2..9a6e2a71f64 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -981,8 +981,8 @@ public:
String value; // value of concat
String search_value; // key_item()'s value converted to cmp_collation
- Item_func_match(List<Item> &a, uint b): Item_real_func(a), flags(b),
- table(0), master(0), ft_handler(0), concat(0), key(0), join_key(0) { }
+ Item_func_match(List<Item> &a, uint b): Item_real_func(a), key(0), flags(b),
+ join_key(0), ft_handler(0), table(0), master(0), concat(0) { }
~Item_func_match()
{
if (!master && ft_handler)