Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1.18, 10.2.2
-
Component/s: wsrep
-
Labels:None
Description
Test case:
SET @@global.wsrep_replicate_myisam=1;
|
CREATE TABLE t1 (i INT) ENGINE=INNODB;
|
INSERT INTO t1 VALUES(1);
|
# This command wrongly gets replicated.
|
SELECT * FROM t1;
|