1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-23133 session tracker - warning message typo

Concatenation error leads to typo in the warning message
This commit is contained in:
Daniel Black
2023-07-20 13:33:14 +10:00
parent 30f3db3cf1
commit d067de20d6

View File

@@ -167,7 +167,7 @@ bool Session_sysvars_tracker::vars_list::parse_var_list(THD *thd,
{
push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN,
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);
}
else