Commit 7f83d771 authored by unknown's avatar unknown

After merge fix.

parent 194a520d
...@@ -3001,7 +3001,7 @@ end_with_restore_list: ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment