@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.
@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.