mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
f910199270
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. |
||
---|---|---|
.. | ||
binlog.test | ||
binlog_insert_delayed.test | ||
blackhole.test | ||
ctype_cp932.test | ||
ctype_cp932_binlog.test | ||
ctype_ucs_binlog.test | ||
drop_temp_table.test | ||
innodb_stat.test | ||
insert_select-binlog.test | ||
mix_innodb_myisam_binlog.test |