Comment 3 for bug 1604218

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

Another testcase;

# mysqld options required for replay: --innodb-persistent-stats-root-page=2047
DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TEMPORARY TABLE tmp(c1 int);
DROP TABLE tmp;