• mats@romeo.(none)'s avatar
    BUG#25091 (A DELETE statement to mysql database is not logged in ROW format): · f9101992
    mats@romeo.(none) authored
    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.
    f9101992
binlog_stm_binlog.result 12.5 KB