mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
MDEV-23133 session tracker - warning message typo
Concatenation error leads to typo in the warning message
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user