diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-25 12:08:50 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-25 12:14:27 +0300 |
commit | b6ac67389dfed3255004b82d29625577c3335a0a (patch) | |
tree | ca6d71736e041ee0f8db949f2609a395b9e724c7 /sql/sql_table.cc | |
parent | ee555f8fc5fed02503d45cc4ad0d08b07d5a6355 (diff) | |
parent | 8d0dabc56b09c6b40db15aac7da0da43d988759d (diff) | |
download | mariadb-git-b6ac67389dfed3255004b82d29625577c3335a0a.tar.gz |
Merge 10.1 into 10.2
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 043cfaaaaaa..bbc8cc4be01 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -2268,7 +2268,7 @@ int mysql_rm_table_no_locks(THD *thd, TABLE_LIST *tables, bool if_exists, for (table= tables; table; table= table->next_local) { bool is_trans= 0; - bool table_creation_was_logged= 1; + bool table_creation_was_logged= 0; char *db=table->db; size_t db_length= table->db_length; handlerton *table_type= 0; |