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

Incorrection assumption about delimiter character in connection command
This commit is contained in:
Bjorn Munch 2009-05-26 12:45:14 +02:00
parent b12bb225d1
commit d07bef15c6

View file

@ -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);