mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Bug #44964 mysqltest: connection <connection><some spaces>; fails now
Incorrection assumption about delimiter character in connection command
This commit is contained in:
parent
b12bb225d1
commit
d07bef15c6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue