diff options
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index aa98f1860b6..16a3e86e519 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -2519,7 +2519,7 @@ longlong Item_func_regex::val_int() regfree(&preg); regex_compiled=0; } - if (regcomp(&preg,res2->c_ptr(), + if (regcomp(&preg,res2->c_ptr_safe(), ((cmp_collation.collation->state & (MY_CS_BINSORT | MY_CS_CSSORT)) ? REG_EXTENDED | REG_NOSUB : |