mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Bug#6877 MySQL should give an error if the requested table type is not available
Implement new SQL mode - NO_ENGINE_SUBSTITUTION
This commit is contained in:
@@ -113,7 +113,7 @@ bool mysql_create_frm(THD *thd, my_string file_name,
|
||||
}
|
||||
reclength=uint2korr(forminfo+266);
|
||||
|
||||
if ((file=create_frm(file_name, reclength, fileinfo,
|
||||
if ((file=create_frm(thd, file_name, reclength, fileinfo,
|
||||
create_info, keys)) < 0)
|
||||
{
|
||||
my_free((gptr) screen_buff,MYF(0));
|
||||
|
Reference in New Issue
Block a user