mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Added magic number to binlog
sql/log_event.cc
distinquish bogus data from truncated logs
sql/log_event.h
added magic number
added LOG_READ_TRUNC error
sql/mysqlbinlog.cc
fixed to handle magic number
added O_BINARY to my_fopen
sql/mysqld.cc
added code for replicate-rewrite-db
sql/slave.cc
replicate-rewrite-db
O_BINARY
handle magic
sql/sql_class.h
added i_string_pair class
sql/sql_repl.cc
added magic
better error messages
support-files/magic
added magic for binlog
Added test case for replication of queries with error
sql/log.cc:
Added magic number to binlog
sql/log_event.cc:
distinquish bogus data from truncated logs
sql/log_event.h:
added magic number
added LOG_READ_TRUNC error
sql/mysqlbinlog.cc:
fixed to handle magic number
added O_BINARY to my_fopen
sql/mysqld.cc:
added code for replicate-rewrite-db
sql/slave.cc:
replicate-rewrite-db
O_BINARY
handle magic
sql/sql_class.h:
added i_string_pair class
sql/sql_repl.cc:
added magic
better error messages
support-files/magic:
added magic for binlog
|
||
|---|---|---|
| .. | ||
| include | ||
| test-bad-query | ||
| test-dump | ||
| test-repl | ||
| test-repl-alter | ||
| test-repl-ts | ||
| README | ||
| run-all-tests | ||
This directory contains a set of test cases for replication. To get it to work on your system, install this version of MySQL on the master and on the slave, configure them according to the Replication HOWTO in the manual, modify include/master-slave.inc to specify correct connection parameters for the master and the slave and do sh run-all-tests If you would like to add your own test case, create a directory test-your-test-case-name, write your own run.test following the examples in the other test cases. Note that you can create the files containing the expected output ( master files) by running mysql-test --record < run.test