Commit 71bc6fef authored by unknown's avatar unknown

Changed/fixed error message from last commit

parent 3e84336f
...@@ -2634,7 +2634,7 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table, ...@@ -2634,7 +2634,7 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table,
*/ */
if (mysql_frm_type(src_path) != FRMTYPE_TABLE) if (mysql_frm_type(src_path) != FRMTYPE_TABLE)
{ {
my_error(ER_WRONG_OBJECT, MYF(0), src_db, src_table, "a table"); my_error(ER_WRONG_OBJECT, MYF(0), src_db, src_table, "BASE TABLE");
goto err; goto err;
} }
......
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