Commit 8bb95a82 authored by unknown's avatar unknown

_db_strict_keyword_ is no more

parent 41b86152
...@@ -870,7 +870,7 @@ inline bool check_and_unset_keyword(const char *dbug_str) ...@@ -870,7 +870,7 @@ inline bool check_and_unset_keyword(const char *dbug_str)
{ {
const char *extra_str= "-d,"; const char *extra_str= "-d,";
char total_str[200]; char total_str[200];
if (_db_strict_keyword_ (dbug_str)) if (_db_keyword_ (0, dbug_str, 1))
{ {
strxmov(total_str, extra_str, dbug_str, NullS); strxmov(total_str, extra_str, dbug_str, NullS);
DBUG_SET(total_str); DBUG_SET(total_str);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment