summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorbar@bar.myoffice.izhnet.ru <>2007-10-30 12:21:44 +0400
committerbar@bar.myoffice.izhnet.ru <>2007-10-30 12:21:44 +0400
commit628b46288195f5b13608a810f4b83036b5800cfb (patch)
tree8d498b79e065eb55a66f3846f2a97454b8615e18 /sql/item_cmpfunc.h
parent53b1c3a29941634fb77cb20a62cc0f1acfc8d05d (diff)
parent87fd52cd8ca88aefc928101f60e27474c873d788 (diff)
downloadmariadb-git-628b46288195f5b13608a810f4b83036b5800cfb.tar.gz
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/bar/mysql-work/mysql-5.0-rpl-merge
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 4d3df7aebf9..735081d931f 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -1318,6 +1318,10 @@ class Item_func_regex :public Item_bool_func
bool regex_is_const;
String prev_regexp;
DTCollation cmp_collation;
+ CHARSET_INFO *regex_lib_charset;
+ int regex_lib_flags;
+ String conv;
+ bool regcomp(bool send_error);
public:
Item_func_regex(Item *a,Item *b) :Item_bool_func(a,b),
regex_compiled(0),regex_is_const(0) {}