From 7f83d7714c0952ded315f6f4038daf80cdf9777c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Aug 2005 18:41:39 +0200 Subject: [PATCH] After merge fix. --- sql/sql_parse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index ffcfbbb55a7..d6f7a4b1350 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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;