mariadb/mysql-test/extra/binlog_tests
mats@romeo.(none) f910199270 BUG#25091 (A DELETE statement to mysql database is not logged in ROW format):
With this patch, statements that change metadata (in the mysql database)
is logged as statements, while normal changes (e.g., using INSERT, DELETE,
and/or UPDATE) is logged according to the format in effect.

The log tables (i.e., general_log and slow_log) are not replicated at all.

With this patch, the following statements are replicated as statements:
GRANT, REVOKE (ALL), CREATE USER, DROP USER, and RENAME USER.
2007-02-26 10:19:08 +01:00
..
binlog.test BUG#25091 (A DELETE statement to mysql database is not logged in ROW format): 2007-02-26 10:19:08 +01:00
binlog_insert_delayed.test One more fix for binlog_row_binlog due to interminism of checking with 2006-09-27 13:05:29 +03:00
blackhole.test After merge fix 2006-07-24 13:34:30 +02:00
ctype_cp932.test Merge mysql.com:/home/bar/mysql-5.0.b25815 2007-01-31 17:01:28 +04:00
ctype_cp932_binlog.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
ctype_ucs_binlog.test After merge fix. 2006-12-29 16:00:51 +04:00
drop_temp_table.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
innodb_stat.test bug #19650 (Embedded crashes in 5.1.10) 2006-05-24 13:28:24 +05:00
insert_select-binlog.test Merge mysql.com:/home/bkroot/mysql-5.1-new 2006-03-03 09:57:42 +01:00
mix_innodb_myisam_binlog.test fixes in test results (using # for positions in SHOW BINLOG EVENTS). 2006-07-09 21:11:52 +02:00