Open nirbhayc opened 9 years ago
I am able to reproduce this . It is specific to setting wsrep-on to 0 or OFF. Not setting the variable at all causes the crash to go away.
Not reproducible after starting the server normally and then setting wsrep_on:
mysql> set global wsrep_on=0;
Query OK, 0 rows affected (0.00 sec)
mysql> CREATE TABLE t1(i INT) ENGINE=INNODB;
Query OK, 0 rows affected (0.05 sec)
mysql> INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
Query OK, 8 rows affected (0.01 sec)
Records: 8 Duplicates: 0 Warnings: 0
How to repeat :: 1) Start a node as a standalone mysql server (no provider, wsrep_on=0). 2) Execute a simple transaction: CREATE TABLE t1(i INT) ENGINE=INNODB; INSERT INTO t1 VALUES (1),(2),(3),(4),(5),(6),(7),(8);
Relates to :: https://github.com/codership/mysql-wsrep/commit/a08296c120cfdf43ea27b8c41aa1376e88a81227