diff options
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc index a0382d9ad1f..7dcd1548fbb 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -568,7 +568,7 @@ void thd_binlog_trx_reset(THD * thd) binlog_cache_mngr *const cache_mngr= (binlog_cache_mngr*) thd_get_ha_data(thd, binlog_hton); if (cache_mngr) cache_mngr->reset(false, true); - } + } thd->clear_binlog_table_maps(); } |