mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Changed/fixed error message from last commit
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user