mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
MDEV-7112 Split HA_CREATE_INFO
This commit is contained in:
parent
b372720177
commit
c6d3f8058d
23 changed files with 491 additions and 219 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue