1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

After merge fix.

This commit is contained in:
ingo@mysql.com
2005-08-29 18:41:39 +02:00
parent 5d41d5e0f4
commit 4368e9957d

View File

@@ -3001,7 +3001,7 @@ end_with_restore_list:
{
if (! thd->db)
{
send_error(thd,ER_NO_DB_ERROR);
my_message(ER_NO_DB_ERROR, ER(ER_NO_DB_ERROR), MYF(0));
goto error;
}
select_lex->db= thd->db;