Comment 12 for bug 1369520

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

** Testcase (for crash - btr0btr.ic line 125)

DROP DATABASE test;CREATE DATABASE test;USE test;
set global innodb_file_format=Barracuda;
create TABLE t1(a int key)engine=innodb row_format=compressed;
set global innodb_limit_optimistic_insert_debug=1;
INSERT INTO t1 VALUES(0xC8),(0xC9),(0xCA),(0xCB),(0xCC),(0xCD),(0xCE),(0xCF);