diff options
author | guilhem@mysql.com <> | 2004-05-23 17:42:12 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-05-23 17:42:12 +0200 |
commit | ce1e1f4cb66d100b65b5d9be7551517577049158 (patch) | |
tree | a025960580dbeb8ee211aa72493a74dff6a1219a /sql | |
parent | 5b4f809706395a9f31028ab413e0fa094b926a14 (diff) | |
download | mariadb-git-ce1e1f4cb66d100b65b5d9be7551517577049158.tar.gz |
mysqlbinlog: new option --to-last-log. This option has effect only if --read-from-remote-server.
It causes mysqlbinlog to not stop after the end of the requested binlog, and instead read
until the end of the last binlog of mysqld (beware of endless loops if you pipe this
into the same mysqld).
I.e. it enables back (at customer's request) what we considered (and I still do)
as BUG#3204, but now with an option instead of being the default behaviour.
The default behaviour is still to stop after the end of the requested binlog,
whether --read-from-remote-server or not.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions