Code review comment for lp:~jaypipes/drizzle/replication-raw-sql

Revision history for this message
Jay Pipes (jaypipes) wrote :

Hi!

This patch removes 4 places where we were still using statement-based replication:

DROP SCHEMA
CREATE SCHEMA
DROP TABLE
CREATE TABLE

Now, all of the above are written to the replication stream as specific message::Statement subclasses describing the changes to be made to the server's state.

This also fixes Bug#527992 (Multi-column Primary Key not handled in replication)

Cheers,

Jay

« Back to merge proposal