mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
after merge
This commit is contained in:
@@ -2626,7 +2626,7 @@ com_use(String *buffer __attribute__((unused)), char *line)
|
||||
mysql_free_result(res);
|
||||
}
|
||||
|
||||
if (!current_db || cmp_database(current_db,tmp))
|
||||
if (!current_db || cmp_database(charset_info, current_db,tmp))
|
||||
{
|
||||
if (one_database)
|
||||
skip_updates= 1;
|
||||
|
Reference in New Issue
Block a user