This is an upstream bug : http://bugs.mysql.com/bug.php?id=74605
Testcase ***** DROP DATABASE test;CREATE DATABASE test;USE test; SET GLOBAL innodb_change_buffering_debug=1; CREATE TABLE t1(c1 INT)PARTITION BY HASH (c1) PARTITIONS 15; SET @start_global_value=@@global.innodb_spin_wait_delay; SET @@global.innodb_limit_optimistic_insert_debug=@start_global_value; create table tt(a int,b int,primary key(a,b)); set global innodb_limit_optimistic_insert_debug=1; DROP TABLE IF EXISTS t1; ** Bug watch added: MySQL Bug System #74605 http://bugs.mysql.com/bug.php?id=74605 ** Also affects: mysql-server via http://bugs.mysql.com/bug.php?id=74605 Importance: Unknown Status: Unknown ** Tags added: upstream ** Changed in: percona-server/5.6 Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server/Client Support Team, which is subscribed to MySQL. Matching subscriptions: Ubuntu Server/Client Support Team https://bugs.launchpad.net/bugs/1384561 Title: Failing assertion: node_addr.page != FIL_NULL in btr0btr.cc line 1101 To manage notifications about this bug go to: https://bugs.launchpad.net/mysql-server/+bug/1384561/+subscriptions -- Mailing list: https://launchpad.net/~enterprise-support Post to : [email protected] Unsubscribe : https://launchpad.net/~enterprise-support More help : https://help.launchpad.net/ListHelp

