Data modification statements made to tables in the
mysql database are replicated according to
the value of binlog_format; if this value is
MIXED, then these statement are replicated
using the row-based format. However, statements that would
normally update this information indirectly — such
GRANT, REVOKE, and
statements manipulating triggers, stored routines, and views
— are replicated to slaves using statement-based
replication.

User Comments
Add your own comment.