1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

after merge

This commit is contained in:
unknown
2004-09-07 22:10:15 +02:00
parent 2f96e073d2
commit 3f70b62ceb
3 changed files with 7 additions and 7 deletions

View File

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