mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@@ -280,6 +280,9 @@ Rpl_filter::parse_filter_rule(const char* spec, Add_filter add)
|
||||
int status= 0;
|
||||
char *arg, *ptr, *pstr;
|
||||
|
||||
if (!spec)
|
||||
return false;
|
||||
|
||||
if (! (ptr= my_strdup(spec, MYF(MY_WME))))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user