Comment 5 for bug 1372210

Revision history for this message
Roel Van de Paar (roel11) wrote :

Shorter testcase

DROP DATABASE test;CREATE DATABASE test;USE test;
SET @@GLOBAL.innodb_track_changed_pages=1;
SELECT sleep(4);

+ Shutdown mysqld. Wait. Observe crash.