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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Nirbhay Choubey [ nirbhay_c ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Attachment | 0001-MDEV-8831-enforce_storage_engine-doesn-t-block-table.patch [ 39905 ] |
Assignee | Nirbhay Choubey [ nirbhay_c ] | Jan Lindström [ jplindst ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Jan Lindström [ jplindst ] | Nirbhay Choubey [ nirbhay_c ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.1.8 [ 19605 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 71723 ] | MariaDB v4 [ 149635 ] |
Patch attached.