﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
405	storage_engine is not replicated for CREATE TABLE	andersk		It turns out MySQL doesn’t replicate the `storage_engine` variable.  So if a `CREATE TABLE` statement with no `ENGINE` specified is issued from a session with a different `storage_engine` than the session where the replication slave was started, then the primary and secondary end up creating tables with different engines.  This could cause applications to break when we fail over, and could potentially lead to replication conflicts before then.	defect	new	normal		sql			
