1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-20 21:01:21 +03:00

After merge fix.

This commit is contained in:
unknown
2005-08-29 18:41:39 +02:00
parent 194a520d21
commit 7f83d7714c

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;