mariadb/client
Brandon Nesterenko 174f1734a9 MDEV-14608: mysqlbinlog lastest backupfile size is 0
Problem:
========
When using mariadb-binlog with --raw and --stop-never, events from
the master's currently active log file should be written to their
respective log file specified by --result-file, and shown on-disk.
There is a bug where mariadb-binlog does not flush the result file
to disk when new events are received

Solution:
========
Add a function call to flush mariadb-binlog’s result file after
receiving an event in --raw mode.

Reviewed By:
============
Andrei Elkin <andrei.elkin@mariadb.com>
2022-03-24 07:40:29 -06:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h MDEV-27068 running mariadb-upgrade in parallel make it hangs forever 2022-01-20 15:14:59 +02:00
CMakeLists.txt Cleanup - remove confusing comment. 2021-09-01 18:21:00 +02:00
completion_hash.cc MDEV-22387: Do not violate __attribute__((nonnull)) 2020-11-02 14:19:21 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc MDEV-27191 MariaDB client - "system" command does not work on Windows 2021-12-07 17:42:47 +01:00
mysql_plugin.c MDEV-19227: mysql_plugin doesn't run bootstrap from source 2021-09-07 14:25:56 +02:00
mysql_upgrade.c MDEV-27789 mysql_upgrade / mariadb-upgrade in 10.6.6 is putting password in host argument 2022-02-10 12:29:37 +02:00
mysqladmin.cc MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlbinlog.cc MDEV-14608: mysqlbinlog lastest backupfile size is 0 2022-03-24 07:40:29 -06:00
mysqlcheck.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqldump.c MDEV-20939: Race condition between mysqldump import and InnoDB persistent 2021-01-27 22:13:07 +05:30
mysqlimport.c Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysqlshow.c MDEV-19750 mysql command wrong encoding 2019-06-17 18:04:47 +01:00
mysqlslap.c Merge branch '10.1' into 10.2 2020-06-11 22:35:30 +03:00
mysqltest.cc fix mysqlest crash on ./mtr --sp innodb_fts.innodb-fts-stopword 2021-06-12 12:38:53 +02:00
readline.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.cc.dontuse Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.h.dontuse Update FSF Address 2019-05-11 21:29:06 +03:00