mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7112 Split HA_CREATE_INFO
This commit is contained in:
@@ -5464,8 +5464,7 @@ int THD::decide_logging_format(TABLE_LIST *tables)
|
||||
flags_access_some_set |= flags;
|
||||
|
||||
if (lex->sql_command != SQLCOM_CREATE_TABLE ||
|
||||
(lex->sql_command == SQLCOM_CREATE_TABLE &&
|
||||
lex->create_info.tmp_table()))
|
||||
(lex->sql_command == SQLCOM_CREATE_TABLE && lex->tmp_table()))
|
||||
{
|
||||
my_bool trans= table->table->file->has_transactions();
|
||||
|
||||
|
Reference in New Issue
Block a user