Comment 7 for bug 1368552

Revision history for this message
Ramesh Sivaraman (rameshvs02) wrote :

Another testcase

DROP DATABASE test;CREATE DATABASE test;USE test;
CREATE TABLE t2(ticket int,inhalt text,KEY tig (ticket),fulltext index tix (inhalt)) ENGINE=InnoDB;
create table t1(t1 timestamp default now(),t2 DATE,t3 timestamp DEFAULT '0000-00-00 00:00:00');
FLUSH LOCAL TABLES test.t1,test.t2 for ExPoRt;
SET GLOBAL innodb_sched_priority_purge=19;