1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge magare.gmz:/home/kgeorge/mysql/autopush/B31440-5.0-opt

into  magare.gmz:/home/kgeorge/mysql/work/B31440-5.1-opt
This commit is contained in:
gkodinov/kgeorge@magare.gmz
2007-10-12 14:14:27 +03:00
3 changed files with 16 additions and 1 deletions

View File

@@ -4398,6 +4398,7 @@ Item_func_regex::fix_fields(THD *thd, Item **ref)
if (args[1]->null_value)
{ // Will always return NULL
maybe_null=1;
fixed= 1;
return FALSE;
}
int error;