Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.7
-
ubuntu server 15.04 64bits
Description
I set enforce_storage_engine to InnoDB and disable Myisam replication on all nodes of my cluster.
When I try to create a Myisam table on a node, I logically get this error : Unknown storage engine 'MyISAM' and the table isn't created on this node.
But it has been created on all other nodes! In the end, this table exists on every nodes of the cluster but one.