Comment 7 for bug 1282707

Revision history for this message
Alex Skorohod (askorohod) wrote : Re: Percona XtraDB Cluster 5.6 crash on ALTER TABLE

Some additional info:
Performed the following test: 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.

That will crash the server and delete 10000 records both using the mysql-python and the oracle mysql connecter for python.