Commit f7f400bc authored by Bjorn Munch's avatar Bjorn Munch

Bug #44964 mysqltest: connection <connection><some spaces>; fails now

Incorrection assumption about delimiter character in connection command
parent a3c7d967
...@@ -4559,7 +4559,7 @@ void select_connection(struct st_command *command) ...@@ -4559,7 +4559,7 @@ void select_connection(struct st_command *command)
}; };
check_command_args(command, command->first_argument, connection_args, check_command_args(command, command->first_argument, connection_args,
sizeof(connection_args)/sizeof(struct command_arg), sizeof(connection_args)/sizeof(struct command_arg),
','); ' ');
DBUG_PRINT("info", ("changing connection: %s", ds_connection.str)); DBUG_PRINT("info", ("changing connection: %s", ds_connection.str));
select_connection_name(ds_connection.str); select_connection_name(ds_connection.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