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:
@ -3001,7 +3001,7 @@ end_with_restore_list:
|
|||||||
{
|
{
|
||||||
if (! thd->db)
|
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;
|
goto error;
|
||||||
}
|
}
|
||||||
select_lex->db= thd->db;
|
select_lex->db= thd->db;
|
||||||
|
Reference in New Issue
Block a user