An error occurred fetching the project authors.
- 26 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Modify test case to workaround the test tool problem - (Null merge into 5.0)
-
- 24 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Send confusing output to /dev/null
-
- 28 May, 2006 1 commit
-
-
aelkin@mysql.com authored
refining the test case to exclude problems with koi8r on some platforms.
-
- 20 May, 2006 1 commit
-
-
aelkin@mysql.com authored
fixing an issue with the test portability.
-
- 14 May, 2006 1 commit
-
-
aelkin@mysql.com authored
fixing names length. Got an issue when merged to 5.0, decided to fix starting from 4.1
-
- 13 May, 2006 1 commit
-
-
aelkin@mysql.com authored
fixing a path to find charset by $MYSQL client. I believe the fix is done what should be by default.
-
- 09 May, 2006 1 commit
-
-
aelkin@mysql.com authored
Binlog lacks encoding info about DROPped temporary table. Idea of the fix is to switch temporary to system_charset_info when a temporary table is DROPped for binlog. Since that is the server, that automatically, but not the client, who generates the query the binlog should be updated on the server's encoding for the coming DROP. The `write_binlog_with_system_charset()' is introduced to replace similar problematic places in the code.
-
- 10 Feb, 2006 1 commit
-
-
aelkin@mysql.com authored
This changeset is assumed to stay in 4.1.
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 30 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
by adding check for embedded server within tests and splitting some tests into multiple test files.
-
- 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
-
- 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
-