diff options
Diffstat (limited to 'sql/sql_delete.cc')
-rw-r--r-- | sql/sql_delete.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_delete.cc b/sql/sql_delete.cc index f53d01aa30b..87739b7fb2d 100644 --- a/sql/sql_delete.cc +++ b/sql/sql_delete.cc @@ -939,7 +939,7 @@ bool mysql_truncate(THD *thd, TABLE_LIST *table_list, bool dont_send_ok) is correctly created as non-transactional but then, when truncated, is recreated as transactional. */ - if (table_type->db_type == DB_TYPE_MARIA) + if (table_type == maria_hton) create_info.transactional= HA_CHOICE_NO; #endif close_temporary_table(thd, table, 0, 0); // Don't free share |