mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
generalize the error message
This commit is contained in:
@ -7355,7 +7355,7 @@ bool Vers_parse_info::fix_alter_info(THD *thd, Alter_info *alter_info,
|
||||
|
||||
if (DBUG_EVALUATE_IF("sysvers_force", 0, share->tmp_table))
|
||||
{
|
||||
my_error(ER_VERS_TEMPORARY, MYF(0));
|
||||
my_error(ER_VERS_NOT_SUPPORTED, MYF(0), "CREATE TEMPORARY TABLE");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user