Comment 10 for bug 1282707

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote : Re: Percona XtraDB Cluster 5.6 crash on ALTER TABLE

@Alex, @Marc,

Thank you for reporting.

@Alex,

I tested with

"
1. CREATE TABLE xyz (id int auto_increment not null, sdate datetime null, primary key (id)); 2. INSERT INTO xyz VALUES(default, now()) - repeat 100000 times; 3. ALTER TABLE xyz MODIFY sdate datetime NOT NULL.

"

I was not able to reproduce with 5.6.21 (galera 3.8) which is in experimental
repo now.

Can you try with that and let me know.