diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-22 13:20:44 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-22 13:20:44 +0200 |
commit | ca80e14a882b1928350ef0522607cd1011048941 (patch) | |
tree | 05d992be3d25cf47e38c7bc1ea2dacee485f33c5 /sql/wsrep_binlog.cc | |
parent | c23d4700e6d9ea4f32eda6965ffc907fa83425e8 (diff) | |
parent | 1c60f40868f6067be81a50198e1c72df08814adf (diff) | |
download | mariadb-git-ca80e14a882b1928350ef0522607cd1011048941.tar.gz |
Merge 10.3 into 10.4
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 7478fcafd15..80790ca604c 100644 --- a/sql/wsrep_binlog.cc +++ b/sql/wsrep_binlog.cc @@ -309,7 +309,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; } |