diff options
author | Luis Soares <luis.soares@oracle.com> | 2010-12-07 16:55:25 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@oracle.com> | 2010-12-07 16:55:25 +0000 |
commit | 1b94ba5407d125b03550ce7231714fab8c634cc9 (patch) | |
tree | c847aecc4bf0c752aa3e818af14c46c93f1cf48a /sql/log.cc | |
parent | 5d6e142b2b9a5973fc9b9a638e01e5b92223e4c8 (diff) | |
download | mariadb-git-1b94ba5407d125b03550ce7231714fab8c634cc9.tar.gz |
BUG#46166
Post merge fixes for mysql-5.5-bugteam.
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 234fbae6961..b20feb31d5f 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -5111,7 +5111,7 @@ int MYSQL_BIN_LOG::rotate_and_purge(uint flags) to the current log. */ if (!write_incident(current_thd, FALSE)) - flush_and_sync(); + flush_and_sync(0); #ifdef HAVE_REPLICATION check_purge= true; |