Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Row based replication and stored procedures (no replies)

$
0
0
JUst realized that even though i have set up ROW based replication in my master, the slave is getting stored routines runs in STATEMENT format. Is this a bug or a feature? just came across this from mysql docs which confirms this is happening..

"In MySQL 5.1.14 and later, the mysql database is not replicated. The mysql database is instead seen as a node-specific database. Row-based replication is not supported on tables in this database. Instead, statements that would normally update this information—such as GRANT, REVOKE and the manipulation of triggers, stored routines (including stored procedures), and views—are all replicated to slaves using statement-based replication. "

Viewing all articles
Browse latest Browse all 1562


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>