diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-22 11:15:21 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-22 11:15:21 +0200 |
commit | 031fa8f1d260cd9fae67a307d901bd4432bdf1cb (patch) | |
tree | 36c96ba92e2f345dd26cc8ebe521dde1906ad384 /sql/wsrep_binlog.cc | |
parent | 1caec9c8982a73f3db78fabc570934b837658109 (diff) | |
parent | 8be02be08bf6a7227e2ab6a5443b63f3a155e2a9 (diff) | |
download | mariadb-git-031fa8f1d260cd9fae67a307d901bd4432bdf1cb.tar.gz |
Merge 10.1 into 10.2
Diffstat (limited to 'sql/wsrep_binlog.cc')
-rw-r--r-- | sql/wsrep_binlog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_binlog.cc b/sql/wsrep_binlog.cc index 672e1d77f47..292cbe6ee25 100644 --- a/sql/wsrep_binlog.cc +++ b/sql/wsrep_binlog.cc @@ -505,7 +505,6 @@ void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf, if (init_io_cache(&cache, file, 0, WRITE_CACHE, 0, 0, MYF(MY_WME | MY_NABP))) { - mysql_file_close(file, MYF(MY_WME)); goto cleanup2; } |