An error occurred fetching the project authors.
- 04 Feb, 2005 1 commit
-
-
mats@mysql.com authored
The utility 'mysqlbinlog' now accepts input from stdin. It can now be used to read the output from, e.g., 'zcat' or other utility.
-
- 09 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
binlog even if they changed nothing, and a test for this. This is useful when users use these commands to clean up their master and slave by issuing one command on master (assume master and slave have slightly different data for some reason and you want to clean up both). Note that I have not changed multi-table DELETE and multi-table UPDATE because their error-reporting mechanism is more complicated.
-
- 18 Mar, 2004 1 commit
-
-
guilhem@mysql.com authored
we now detect that the server is sending us a log which we did not request by testing the info in the fake Rotate event. I also changed code to not print the fake Rotate which describes the log we asked for (it's always the first received event but old masters may not send it).
-
- 06 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 19 Dec, 2003 1 commit
-
-
guilhem@gbichot2 authored
For previous commit I had run only rpl* tests, here the other ones had a few surprises. Latest status: - all tests pass - all replication tests pass with Valgrind This is the final-final commit & push. Doc remains.
-
- 31 Oct, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 08 Oct, 2003 4 commits
-
-
vva@eagle.mysql.r18.ru authored
-
monty@narttu.mysql.fi authored
More tests cases After merge fixes
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Changed --remote to --read-from-remote-server (mysqlbinlog)
-
- 29 Sep, 2003 2 commits
-
-
dlenev@mysql.com authored
Added resetting of replace_result patterns after --exec command in mysqltest (in order to be consistent with ordinary query execution).
-
monty@narttu.mysql.fi authored
Add quoting for use `database` for mysqlbinlog Removed test ins0000001 Add support for --replace for exec in mysqltest Don't refer to install dir in mysqlbinlog.result
-
- 24 Sep, 2003 1 commit
-
-
dlenev@mysql.com authored
Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec event without seeing Create_file event before
-