Commit d067de20 authored by Daniel Black's avatar Daniel Black

MDEV-23133 session tracker - warning message typo

Concatenation error leads to typo in the warning message
parent 30f3db3c
...@@ -167,7 +167,7 @@ bool Session_sysvars_tracker::vars_list::parse_var_list(THD *thd, ...@@ -167,7 +167,7 @@ bool Session_sysvars_tracker::vars_list::parse_var_list(THD *thd,
{ {
push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN, push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN,
ER_WRONG_VALUE_FOR_VAR, ER_WRONG_VALUE_FOR_VAR,
"%.*s is not a valid system variable and will" "%.*s is not a valid system variable and will "
"be ignored.", (int)var.length, token); "be ignored.", (int)var.length, token);
} }
else else
......
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