summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@oracle.com>2010-12-07 16:55:25 +0000
committerLuis Soares <luis.soares@oracle.com>2010-12-07 16:55:25 +0000
commit1b94ba5407d125b03550ce7231714fab8c634cc9 (patch)
treec847aecc4bf0c752aa3e818af14c46c93f1cf48a /sql/log.cc
parent5d6e142b2b9a5973fc9b9a638e01e5b92223e4c8 (diff)
downloadmariadb-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.cc2
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;