Commit b6531754 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 d7943e92
......@@ -4559,7 +4559,7 @@ void select_connection(struct st_command *command)
};
check_command_args(command, command->first_argument, connection_args,
sizeof(connection_args)/sizeof(struct command_arg),
',');
' ');
DBUG_PRINT("info", ("changing connection: %s", 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