mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
missing break added
This commit is contained in:
parent
76b80b6613
commit
b51cdbe9a8
@ -5612,6 +5612,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
|||||||
}
|
}
|
||||||
global_system_variables.sql_mode= fix_sql_mode(global_system_variables.
|
global_system_variables.sql_mode= fix_sql_mode(global_system_variables.
|
||||||
sql_mode);
|
sql_mode);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case OPT_FT_BOOLEAN_SYNTAX:
|
case OPT_FT_BOOLEAN_SYNTAX:
|
||||||
if (ft_boolean_check_syntax_string(argument))
|
if (ft_boolean_check_syntax_string(argument))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user