Commit 4368e995 authored by ingo@mysql.com's avatar ingo@mysql.com

After merge fix.

parent 5d41d5e0
......@@ -3001,7 +3001,7 @@ mysql_execute_command(THD *thd)
{
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;
......
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