mysql> show variables like '%version%'; +-------------------------+---------------------------------------------------------------+ | Variable_name | Value | +-------------------------+---------------------------------------------------------------+ | innodb_version | 5.6.22 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.22-enterprise-commercial-advanced-debug | | version_comment | MySQL Enterprise Server - Advanced Edition Debug (Commercial) | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+---------------------------------------------------------------+ 7 rows in set (0.00 sec) mysql> DROP DATABASE test;CREATE DATABASE test;USE test; Query OK, 0 rows affected (0.00 sec) Query OK, 1 row affected (0.00 sec) Database changed mysql> set global innodb_limit_optimistic_insert_debug=1; Query OK, 0 rows affected (0.01 sec) mysql> CREATE TABLE t1(c1 CHAR (1),c2 VARCHAR(1),c3 INT); ERROR 2013 (HY000): Lost connection to MySQL server during query // Version: '5.6.22-enterprise-commercial-advanced-debug' socket: '/tmp/mysql.sock' port: 3306 MySQL Enterprise Server - Advanced Edition Debug (Commercial) 2014-10-29 02:15:01 7fdf7a5ba700 InnoDB: Assertion failure in thread 140597807261440 in file btr0btr.ic line 141 InnoDB: Failing assertion: level <= 50 // (gdb) bt #0 0x0000003bf260c8ac in pthread_kill () from /lib64/libpthread.so.0 #1 0x0000000000afe982 in my_write_core (sig=6) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/mysys/stacktrace.c:422 #2 0x000000000077e6cc in handle_fatal_signal (sig=6) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/signal_handler.cc:230 #3 #4 0x0000003bf2232635 in raise () from /lib64/libc.so.6 #5 0x0000003bf2233e15 in abort () from /lib64/libc.so.6 #6 0x0000000000d30759 in btr_page_set_level (page=0x7fdffa3e4000 "\376w\314\f", page_zip=0x0, level=51, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/include/btr0btr.ic:141 #7 0x0000000000d341ba in btr_page_empty (block=0x7fdff987aa40, page_zip=0x0, index=0x7efbc38, level=51, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2092 #8 0x0000000000d34714 in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a4d40, offsets=0x7fdf7a5a4dd0, heap=0x7fdf7a5a4dc8, tuple=0x7fdf4c0b5c98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2230 #9 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a4d40, offsets=0x7fdf7a5a4dd0, heap=0x7fdf7a5a4dc8, entry=0x7fdf4c0b5c98, rec=0x7fdf7a5a4dd8, big_rec=0x7fdf7a5a4de0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #10 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=50, tuple=0x7fdf4c0b5c98, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #11 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf847be2c0, split_rec=0x7fdf4c0b5bf0 "mysql/innodb_index_stats", new_block=0x7fdf847be580, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #12 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a5250, offsets=0x7fdf7a5a52e0, heap=0x7fdf7a5a52d8, tuple=0x7fdf4c0b3d38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #13 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a5250, offsets=0x7fdf7a5a52e0, heap=0x7fdf7a5a52d8, tuple=0x7fdf4c0b3d38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #14 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a5250, offsets=0x7fdf7a5a52e0, heap=0x7fdf7a5a52d8, entry=0x7fdf4c0b3d38, rec=0x7fdf7a5a52e8, big_rec=0x7fdf7a5a52f0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #15 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=49, tuple=0x7fdf4c0b3d38, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #16 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf953512c0, split_rec=0x7fdf4c0b3c90 "mysql/innodb_index_stats", new_block=0x7fdf847be000, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #17 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a5760, offsets=0x7fdf7a5a57f0, heap=0x7fdf7a5a57e8, tuple=0x7fdf4c0b1c58, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #18 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a5760, offsets=0x7fdf7a5a57f0, heap=0x7fdf7a5a57e8, tuple=0x7fdf4c0b1c58, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #19 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a5760, offsets=0x7fdf7a5a57f0, heap=0x7fdf7a5a57e8, entry=0x7fdf4c0b1c58, rec=0x7fdf7a5a57f8, big_rec=0x7fdf7a5a5800, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #20 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=48, tuple=0x7fdf4c0b1c58, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #21 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95350d40, split_rec=0x7fdf4c0b1bb0 "mysql/innodb_index_stats", new_block=0x7fdf95351000, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #22 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a5c70, offsets=0x7fdf7a5a5d00, heap=0x7fdf7a5a5cf8, tuple=0x7fdf4c0afcf8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #23 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a5c70, offsets=0x7fdf7a5a5d00, heap=0x7fdf7a5a5cf8, tuple=0x7fdf4c0afcf8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #24 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a5c70, offsets=0x7fdf7a5a5d00, heap=0x7fdf7a5a5cf8, entry=0x7fdf4c0afcf8, rec=0x7fdf7a5a5d08, big_rec=0x7fdf7a5a5d10, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #25 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=47, tuple=0x7fdf4c0afcf8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #26 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf953507c0, split_rec=0x7fdf4c0afc50 "mysql/innodb_index_stats", new_block=0x7fdf95350a80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #27 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a6180, offsets=0x7fdf7a5a6210, heap=0x7fdf7a5a6208, tuple=0x7fdf4c0add98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 ---Type to continue, or q to quit--- #28 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a6180, offsets=0x7fdf7a5a6210, heap=0x7fdf7a5a6208, tuple=0x7fdf4c0add98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #29 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a6180, offsets=0x7fdf7a5a6210, heap=0x7fdf7a5a6208, entry=0x7fdf4c0add98, rec=0x7fdf7a5a6218, big_rec=0x7fdf7a5a6220, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #30 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=46, tuple=0x7fdf4c0add98, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #31 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95350240, split_rec=0x7fdf4c0adcf0 "mysql/innodb_index_stats", new_block=0x7fdf95350500, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #32 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a6690, offsets=0x7fdf7a5a6720, heap=0x7fdf7a5a6718, tuple=0x7fdf4c0abe38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #33 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a6690, offsets=0x7fdf7a5a6720, heap=0x7fdf7a5a6718, tuple=0x7fdf4c0abe38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #34 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a6690, offsets=0x7fdf7a5a6720, heap=0x7fdf7a5a6718, entry=0x7fdf4c0abe38, rec=0x7fdf7a5a6728, big_rec=0x7fdf7a5a6730, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #35 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=45, tuple=0x7fdf4c0abe38, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #36 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534fcc0, split_rec=0x7fdf4c0abd90 "mysql/innodb_index_stats", new_block=0x7fdf9534ff80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #37 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a6ba0, offsets=0x7fdf7a5a6c30, heap=0x7fdf7a5a6c28, tuple=0x7fdf4c0a9ed8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #38 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a6ba0, offsets=0x7fdf7a5a6c30, heap=0x7fdf7a5a6c28, tuple=0x7fdf4c0a9ed8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #39 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a6ba0, offsets=0x7fdf7a5a6c30, heap=0x7fdf7a5a6c28, entry=0x7fdf4c0a9ed8, rec=0x7fdf7a5a6c38, big_rec=0x7fdf7a5a6c40, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #40 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=44, tuple=0x7fdf4c0a9ed8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #41 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534f740, split_rec=0x7fdf4c0a9e30 "mysql/innodb_index_stats", new_block=0x7fdf9534fa00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #42 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a70b0, offsets=0x7fdf7a5a7140, heap=0x7fdf7a5a7138, tuple=0x7fdf4c0a7f78, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #43 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a70b0, offsets=0x7fdf7a5a7140, heap=0x7fdf7a5a7138, tuple=0x7fdf4c0a7f78, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #44 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a70b0, offsets=0x7fdf7a5a7140, heap=0x7fdf7a5a7138, entry=0x7fdf4c0a7f78, rec=0x7fdf7a5a7148, big_rec=0x7fdf7a5a7150, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #45 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=43, tuple=0x7fdf4c0a7f78, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #46 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534f1c0, split_rec=0x7fdf4c0a7ed0 "mysql/innodb_index_stats", new_block=0x7fdf9534f480, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #47 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a75c0, offsets=0x7fdf7a5a7650, heap=0x7fdf7a5a7648, tuple=0x7fdf4c0a6018, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #48 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a75c0, offsets=0x7fdf7a5a7650, heap=0x7fdf7a5a7648, tuple=0x7fdf4c0a6018, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #49 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a75c0, offsets=0x7fdf7a5a7650, heap=0x7fdf7a5a7648, entry=0x7fdf4c0a6018, rec=0x7fdf7a5a7658, big_rec=0x7fdf7a5a7660, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #50 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=42, tuple=0x7fdf4c0a6018, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #51 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534ec40, split_rec=0x7fdf4c0a5f70 "mysql/innodb_index_stats", new_block=0x7fdf9534ef00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #52 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a7ad0, offsets=0x7fdf7a5a7b60, heap=0x7fdf7a5a7b58, tuple=0x7fdf4c0a20f8, n_ext=0, mtr=0x7fdf7a5b4a60) ---Type to continue, or q to quit--- at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #53 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a7ad0, offsets=0x7fdf7a5a7b60, heap=0x7fdf7a5a7b58, tuple=0x7fdf4c0a20f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #54 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a7ad0, offsets=0x7fdf7a5a7b60, heap=0x7fdf7a5a7b58, entry=0x7fdf4c0a20f8, rec=0x7fdf7a5a7b68, big_rec=0x7fdf7a5a7b70, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #55 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=41, tuple=0x7fdf4c0a20f8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #56 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534e6c0, split_rec=0x7fdf4c0a2050 "mysql/innodb_index_stats", new_block=0x7fdf9534e980, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #57 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a7fe0, offsets=0x7fdf7a5a8070, heap=0x7fdf7a5a8068, tuple=0x7fdf4c0a0198, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #58 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a7fe0, offsets=0x7fdf7a5a8070, heap=0x7fdf7a5a8068, tuple=0x7fdf4c0a0198, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #59 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a7fe0, offsets=0x7fdf7a5a8070, heap=0x7fdf7a5a8068, entry=0x7fdf4c0a0198, rec=0x7fdf7a5a8078, big_rec=0x7fdf7a5a8080, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #60 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=40, tuple=0x7fdf4c0a0198, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #61 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534e140, split_rec=0x7fdf4c0a00f0 "mysql/innodb_index_stats", new_block=0x7fdf9534e400, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #62 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a84f0, offsets=0x7fdf7a5a8580, heap=0x7fdf7a5a8578, tuple=0x7fdf4c09e238, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #63 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a84f0, offsets=0x7fdf7a5a8580, heap=0x7fdf7a5a8578, tuple=0x7fdf4c09e238, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #64 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a84f0, offsets=0x7fdf7a5a8580, heap=0x7fdf7a5a8578, entry=0x7fdf4c09e238, rec=0x7fdf7a5a8588, big_rec=0x7fdf7a5a8590, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #65 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=39, tuple=0x7fdf4c09e238, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #66 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534dbc0, split_rec=0x7fdf4c09e190 "mysql/innodb_index_stats", new_block=0x7fdf9534de80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #67 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a8a00, offsets=0x7fdf7a5a8a90, heap=0x7fdf7a5a8a88, tuple=0x7fdf4c09c2d8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #68 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a8a00, offsets=0x7fdf7a5a8a90, heap=0x7fdf7a5a8a88, tuple=0x7fdf4c09c2d8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #69 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a8a00, offsets=0x7fdf7a5a8a90, heap=0x7fdf7a5a8a88, entry=0x7fdf4c09c2d8, rec=0x7fdf7a5a8a98, big_rec=0x7fdf7a5a8aa0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #70 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=38, tuple=0x7fdf4c09c2d8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #71 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534d640, split_rec=0x7fdf4c09c230 "mysql/innodb_index_stats", new_block=0x7fdf9534d900, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #72 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a8f10, offsets=0x7fdf7a5a8fa0, heap=0x7fdf7a5a8f98, tuple=0x7fdf4c09a378, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #73 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a8f10, offsets=0x7fdf7a5a8fa0, heap=0x7fdf7a5a8f98, tuple=0x7fdf4c09a378, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #74 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a8f10, offsets=0x7fdf7a5a8fa0, heap=0x7fdf7a5a8f98, entry=0x7fdf4c09a378, rec=0x7fdf7a5a8fa8, big_rec=0x7fdf7a5a8fb0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #75 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=37, tuple=0x7fdf4c09a378, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #76 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534d0c0, split_rec=0x7fdf4c09a2d0 "mysql/innodb_index_stats", new_block=0x7fdf9534d380, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 ---Type to continue, or q to quit--- #77 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a9420, offsets=0x7fdf7a5a94b0, heap=0x7fdf7a5a94a8, tuple=0x7fdf4c098418, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #78 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a9420, offsets=0x7fdf7a5a94b0, heap=0x7fdf7a5a94a8, tuple=0x7fdf4c098418, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #79 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a9420, offsets=0x7fdf7a5a94b0, heap=0x7fdf7a5a94a8, entry=0x7fdf4c098418, rec=0x7fdf7a5a94b8, big_rec=0x7fdf7a5a94c0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #80 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=36, tuple=0x7fdf4c098418, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #81 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534cb40, split_rec=0x7fdf4c098370 "mysql/innodb_index_stats", new_block=0x7fdf9534ce00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #82 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a9930, offsets=0x7fdf7a5a99c0, heap=0x7fdf7a5a99b8, tuple=0x7fdf4c0964b8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #83 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a9930, offsets=0x7fdf7a5a99c0, heap=0x7fdf7a5a99b8, tuple=0x7fdf4c0964b8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #84 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a9930, offsets=0x7fdf7a5a99c0, heap=0x7fdf7a5a99b8, entry=0x7fdf4c0964b8, rec=0x7fdf7a5a99c8, big_rec=0x7fdf7a5a99d0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #85 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=35, tuple=0x7fdf4c0964b8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #86 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534c5c0, split_rec=0x7fdf4c096410 "mysql/innodb_index_stats", new_block=0x7fdf9534c880, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #87 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5a9e40, offsets=0x7fdf7a5a9ed0, heap=0x7fdf7a5a9ec8, tuple=0x7fdf4c094558, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #88 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5a9e40, offsets=0x7fdf7a5a9ed0, heap=0x7fdf7a5a9ec8, tuple=0x7fdf4c094558, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #89 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5a9e40, offsets=0x7fdf7a5a9ed0, heap=0x7fdf7a5a9ec8, entry=0x7fdf4c094558, rec=0x7fdf7a5a9ed8, big_rec=0x7fdf7a5a9ee0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #90 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=34, tuple=0x7fdf4c094558, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #91 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534c040, split_rec=0x7fdf4c0944b0 "mysql/innodb_index_stats", new_block=0x7fdf9534c300, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #92 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5aa350, offsets=0x7fdf7a5aa3e0, heap=0x7fdf7a5aa3d8, tuple=0x7fdf4c0925f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #93 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5aa350, offsets=0x7fdf7a5aa3e0, heap=0x7fdf7a5aa3d8, tuple=0x7fdf4c0925f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #94 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5aa350, offsets=0x7fdf7a5aa3e0, heap=0x7fdf7a5aa3d8, entry=0x7fdf4c0925f8, rec=0x7fdf7a5aa3e8, big_rec=0x7fdf7a5aa3f0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #95 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=33, tuple=0x7fdf4c0925f8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #96 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534bac0, split_rec=0x7fdf4c092550 "mysql/innodb_index_stats", new_block=0x7fdf9534bd80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #97 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5aa860, offsets=0x7fdf7a5aa8f0, heap=0x7fdf7a5aa8e8, tuple=0x7fdf4c090698, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #98 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5aa860, offsets=0x7fdf7a5aa8f0, heap=0x7fdf7a5aa8e8, tuple=0x7fdf4c090698, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #99 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5aa860, offsets=0x7fdf7a5aa8f0, heap=0x7fdf7a5aa8e8, entry=0x7fdf4c090698, rec=0x7fdf7a5aa8f8, big_rec=0x7fdf7a5aa900, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #100 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=32, tuple=0x7fdf4c090698, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #101 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534b540, split_rec=0x7fdf4c0905f0 "mysql/innodb_index_stats", new_block=0x7fdf9534b800, direction=111, ---Type to continue, or q to quit--- mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #102 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5aad70, offsets=0x7fdf7a5aae00, heap=0x7fdf7a5aadf8, tuple=0x7fdf4c08c778, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #103 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5aad70, offsets=0x7fdf7a5aae00, heap=0x7fdf7a5aadf8, tuple=0x7fdf4c08c778, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #104 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5aad70, offsets=0x7fdf7a5aae00, heap=0x7fdf7a5aadf8, entry=0x7fdf4c08c778, rec=0x7fdf7a5aae08, big_rec=0x7fdf7a5aae10, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #105 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=31, tuple=0x7fdf4c08c778, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #106 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534afc0, split_rec=0x7fdf4c08c6d0 "mysql/innodb_index_stats", new_block=0x7fdf9534b280, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #107 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ab280, offsets=0x7fdf7a5ab310, heap=0x7fdf7a5ab308, tuple=0x7fdf4c08a818, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #108 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ab280, offsets=0x7fdf7a5ab310, heap=0x7fdf7a5ab308, tuple=0x7fdf4c08a818, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #109 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ab280, offsets=0x7fdf7a5ab310, heap=0x7fdf7a5ab308, entry=0x7fdf4c08a818, rec=0x7fdf7a5ab318, big_rec=0x7fdf7a5ab320, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #110 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=30, tuple=0x7fdf4c08a818, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #111 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534aa40, split_rec=0x7fdf4c08a770 "mysql/innodb_index_stats", new_block=0x7fdf9534ad00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #112 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ab790, offsets=0x7fdf7a5ab820, heap=0x7fdf7a5ab818, tuple=0x7fdf4c0888b8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #113 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ab790, offsets=0x7fdf7a5ab820, heap=0x7fdf7a5ab818, tuple=0x7fdf4c0888b8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #114 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ab790, offsets=0x7fdf7a5ab820, heap=0x7fdf7a5ab818, entry=0x7fdf4c0888b8, rec=0x7fdf7a5ab828, big_rec=0x7fdf7a5ab830, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #115 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=29, tuple=0x7fdf4c0888b8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #116 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf9534a4c0, split_rec=0x7fdf4c088810 "mysql/innodb_index_stats", new_block=0x7fdf9534a780, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #117 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5abca0, offsets=0x7fdf7a5abd30, heap=0x7fdf7a5abd28, tuple=0x7fdf4c086958, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #118 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5abca0, offsets=0x7fdf7a5abd30, heap=0x7fdf7a5abd28, tuple=0x7fdf4c086958, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #119 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5abca0, offsets=0x7fdf7a5abd30, heap=0x7fdf7a5abd28, entry=0x7fdf4c086958, rec=0x7fdf7a5abd38, big_rec=0x7fdf7a5abd40, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #120 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=28, tuple=0x7fdf4c086958, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #121 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95349f40, split_rec=0x7fdf4c0868b0 "mysql/innodb_index_stats", new_block=0x7fdf9534a200, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #122 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ac1b0, offsets=0x7fdf7a5ac240, heap=0x7fdf7a5ac238, tuple=0x7fdf4c0849f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #123 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ac1b0, offsets=0x7fdf7a5ac240, heap=0x7fdf7a5ac238, tuple=0x7fdf4c0849f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #124 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ac1b0, offsets=0x7fdf7a5ac240, heap=0x7fdf7a5ac238, entry=0x7fdf4c0849f8, rec=0x7fdf7a5ac248, big_rec=0x7fdf7a5ac250, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #125 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=27, tuple=0x7fdf4c0849f8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 ---Type to continue, or q to quit--- #126 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf953499c0, split_rec=0x7fdf4c084950 "mysql/innodb_index_stats", new_block=0x7fdf95349c80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #127 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ac6c0, offsets=0x7fdf7a5ac750, heap=0x7fdf7a5ac748, tuple=0x7fdf4c082a98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #128 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ac6c0, offsets=0x7fdf7a5ac750, heap=0x7fdf7a5ac748, tuple=0x7fdf4c082a98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #129 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ac6c0, offsets=0x7fdf7a5ac750, heap=0x7fdf7a5ac748, entry=0x7fdf4c082a98, rec=0x7fdf7a5ac758, big_rec=0x7fdf7a5ac760, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #130 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=26, tuple=0x7fdf4c082a98, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #131 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95349440, split_rec=0x7fdf4c0829f0 "mysql/innodb_index_stats", new_block=0x7fdf95349700, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #132 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5acbd0, offsets=0x7fdf7a5acc60, heap=0x7fdf7a5acc58, tuple=0x7fdf4c080b38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #133 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5acbd0, offsets=0x7fdf7a5acc60, heap=0x7fdf7a5acc58, tuple=0x7fdf4c080b38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #134 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5acbd0, offsets=0x7fdf7a5acc60, heap=0x7fdf7a5acc58, entry=0x7fdf4c080b38, rec=0x7fdf7a5acc68, big_rec=0x7fdf7a5acc70, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #135 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=25, tuple=0x7fdf4c080b38, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #136 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95348ec0, split_rec=0x7fdf4c080a90 "mysql/innodb_index_stats", new_block=0x7fdf95349180, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #137 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ad0e0, offsets=0x7fdf7a5ad170, heap=0x7fdf7a5ad168, tuple=0x7fdf4c07ebd8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #138 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ad0e0, offsets=0x7fdf7a5ad170, heap=0x7fdf7a5ad168, tuple=0x7fdf4c07ebd8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #139 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ad0e0, offsets=0x7fdf7a5ad170, heap=0x7fdf7a5ad168, entry=0x7fdf4c07ebd8, rec=0x7fdf7a5ad178, big_rec=0x7fdf7a5ad180, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #140 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=24, tuple=0x7fdf4c07ebd8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #141 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95348940, split_rec=0x7fdf4c07eb30 "mysql/innodb_index_stats", new_block=0x7fdf95348c00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #142 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ad5f0, offsets=0x7fdf7a5ad680, heap=0x7fdf7a5ad678, tuple=0x7fdf4c07cc78, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #143 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ad5f0, offsets=0x7fdf7a5ad680, heap=0x7fdf7a5ad678, tuple=0x7fdf4c07cc78, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #144 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ad5f0, offsets=0x7fdf7a5ad680, heap=0x7fdf7a5ad678, entry=0x7fdf4c07cc78, rec=0x7fdf7a5ad688, big_rec=0x7fdf7a5ad690, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #145 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=23, tuple=0x7fdf4c07cc78, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #146 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf953483c0, split_rec=0x7fdf4c07cbd0 "mysql/innodb_index_stats", new_block=0x7fdf95348680, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #147 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5adb00, offsets=0x7fdf7a5adb90, heap=0x7fdf7a5adb88, tuple=0x7fdf4c07ad18, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #148 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5adb00, offsets=0x7fdf7a5adb90, heap=0x7fdf7a5adb88, tuple=0x7fdf4c07ad18, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #149 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5adb00, offsets=0x7fdf7a5adb90, heap=0x7fdf7a5adb88, entry=0x7fdf4c07ad18, rec=0x7fdf7a5adb98, big_rec=0x7fdf7a5adba0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #150 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=22, tuple=0x7fdf4c07ad18, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) ---Type to continue, or q to quit--- at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #151 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95347e40, split_rec=0x7fdf4c07ac70 "mysql/innodb_index_stats", new_block=0x7fdf95348100, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #152 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ae010, offsets=0x7fdf7a5ae0a0, heap=0x7fdf7a5ae098, tuple=0x7fdf4c076df8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #153 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ae010, offsets=0x7fdf7a5ae0a0, heap=0x7fdf7a5ae098, tuple=0x7fdf4c076df8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #154 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ae010, offsets=0x7fdf7a5ae0a0, heap=0x7fdf7a5ae098, entry=0x7fdf4c076df8, rec=0x7fdf7a5ae0a8, big_rec=0x7fdf7a5ae0b0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #155 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=21, tuple=0x7fdf4c076df8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #156 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf953478c0, split_rec=0x7fdf4c076d50 "mysql/innodb_index_stats", new_block=0x7fdf95347b80, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #157 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5ae520, offsets=0x7fdf7a5ae5b0, heap=0x7fdf7a5ae5a8, tuple=0x7fdf4c074e98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #158 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5ae520, offsets=0x7fdf7a5ae5b0, heap=0x7fdf7a5ae5a8, tuple=0x7fdf4c074e98, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #159 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5ae520, offsets=0x7fdf7a5ae5b0, heap=0x7fdf7a5ae5a8, entry=0x7fdf4c074e98, rec=0x7fdf7a5ae5b8, big_rec=0x7fdf7a5ae5c0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #160 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=20, tuple=0x7fdf4c074e98, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #161 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95347340, split_rec=0x7fdf4c074df0 "mysql/innodb_index_stats", new_block=0x7fdf95347600, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #162 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5aea30, offsets=0x7fdf7a5aeac0, heap=0x7fdf7a5aeab8, tuple=0x7fdf4c072f38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #163 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5aea30, offsets=0x7fdf7a5aeac0, heap=0x7fdf7a5aeab8, tuple=0x7fdf4c072f38, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #164 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5aea30, offsets=0x7fdf7a5aeac0, heap=0x7fdf7a5aeab8, entry=0x7fdf4c072f38, rec=0x7fdf7a5aeac8, big_rec=0x7fdf7a5aead0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #165 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=19, tuple=0x7fdf4c072f38, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #166 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95346dc0, split_rec=0x7fdf4c072e90 "mysql/innodb_index_stats", new_block=0x7fdf95347080, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #167 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5aef40, offsets=0x7fdf7a5aefd0, heap=0x7fdf7a5aefc8, tuple=0x7fdf4c070fd8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #168 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5aef40, offsets=0x7fdf7a5aefd0, heap=0x7fdf7a5aefc8, tuple=0x7fdf4c070fd8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #169 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5aef40, offsets=0x7fdf7a5aefd0, heap=0x7fdf7a5aefc8, entry=0x7fdf4c070fd8, rec=0x7fdf7a5aefd8, big_rec=0x7fdf7a5aefe0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #170 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=18, tuple=0x7fdf4c070fd8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #171 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdf95346840, split_rec=0x7fdf4c070f30 "mysql/innodb_index_stats", new_block=0x7fdf95346b00, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #172 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5af450, offsets=0x7fdf7a5af4e0, heap=0x7fdf7a5af4d8, tuple=0x7fdf4c06f078, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #173 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5af450, offsets=0x7fdf7a5af4e0, heap=0x7fdf7a5af4d8, tuple=0x7fdf4c06f078, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #174 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5af450, offsets=0x7fdf7a5af4e0, heap=0x7fdf7a5af4d8, entry=0x7fdf4c06f078, rec=0x7fdf7a5af4e8, big_rec=0x7fdf7a5af4f0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #175 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=17, tuple=0x7fdf4c06f078, ---Type to continue, or q to quit--- file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #176 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed2780, split_rec=0x7fdf4c06efd0 "mysql/innodb_index_stats", new_block=0x7fdf95346580, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #177 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5af960, offsets=0x7fdf7a5af9f0, heap=0x7fdf7a5af9e8, tuple=0x7fdf4c06ce18, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #178 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5af960, offsets=0x7fdf7a5af9f0, heap=0x7fdf7a5af9e8, tuple=0x7fdf4c06ce18, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #179 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5af960, offsets=0x7fdf7a5af9f0, heap=0x7fdf7a5af9e8, entry=0x7fdf4c06ce18, rec=0x7fdf7a5af9f8, big_rec=0x7fdf7a5afa00, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #180 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=16, tuple=0x7fdf4c06ce18, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #181 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed2200, split_rec=0x7fdf4c06cd70 "mysql/innodb_index_stats", new_block=0x7fdfa5ed24c0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #182 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5afe70, offsets=0x7fdf7a5aff00, heap=0x7fdf7a5afef8, tuple=0x7fdf4c06aeb8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #183 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5afe70, offsets=0x7fdf7a5aff00, heap=0x7fdf7a5afef8, tuple=0x7fdf4c06aeb8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #184 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5afe70, offsets=0x7fdf7a5aff00, heap=0x7fdf7a5afef8, entry=0x7fdf4c06aeb8, rec=0x7fdf7a5aff08, big_rec=0x7fdf7a5aff10, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #185 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=15, tuple=0x7fdf4c06aeb8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #186 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed1c80, split_rec=0x7fdf4c06ae10 "mysql/innodb_index_stats", new_block=0x7fdfa5ed1f40, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #187 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b0380, offsets=0x7fdf7a5b0410, heap=0x7fdf7a5b0408, tuple=0x7fdf4c067608, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #188 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b0380, offsets=0x7fdf7a5b0410, heap=0x7fdf7a5b0408, tuple=0x7fdf4c067608, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #189 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b0380, offsets=0x7fdf7a5b0410, heap=0x7fdf7a5b0408, entry=0x7fdf4c067608, rec=0x7fdf7a5b0418, big_rec=0x7fdf7a5b0420, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #190 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=14, tuple=0x7fdf4c067608, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #191 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed1700, split_rec=0x7fdf4c067560 "mysql/innodb_index_stats", new_block=0x7fdfa5ed19c0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #192 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b0890, offsets=0x7fdf7a5b0920, heap=0x7fdf7a5b0918, tuple=0x7fdf4c0656a8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #193 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b0890, offsets=0x7fdf7a5b0920, heap=0x7fdf7a5b0918, tuple=0x7fdf4c0656a8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #194 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b0890, offsets=0x7fdf7a5b0920, heap=0x7fdf7a5b0918, entry=0x7fdf4c0656a8, rec=0x7fdf7a5b0928, big_rec=0x7fdf7a5b0930, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #195 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=13, tuple=0x7fdf4c0656a8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #196 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed1180, split_rec=0x7fdf4c065600 "mysql/innodb_index_stats", new_block=0x7fdfa5ed1440, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #197 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b0da0, offsets=0x7fdf7a5b0e30, heap=0x7fdf7a5b0e28, tuple=0x7fdf4c063748, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #198 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b0da0, offsets=0x7fdf7a5b0e30, heap=0x7fdf7a5b0e28, tuple=0x7fdf4c063748, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #199 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b0da0, offsets=0x7fdf7a5b0e30, heap=0x7fdf7a5b0e28, entry=0x7fdf4c063748, rec=0x7fdf7a5b0e38, big_rec=0x7fdf7a5b0e40, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 ---Type to continue, or q to quit--- #200 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=12, tuple=0x7fdf4c063748, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #201 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed0c00, split_rec=0x7fdf4c0636a0 "mysql/innodb_index_stats", new_block=0x7fdfa5ed0ec0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #202 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b12b0, offsets=0x7fdf7a5b1340, heap=0x7fdf7a5b1338, tuple=0x7fdf4c0617e8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #203 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b12b0, offsets=0x7fdf7a5b1340, heap=0x7fdf7a5b1338, tuple=0x7fdf4c0617e8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #204 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b12b0, offsets=0x7fdf7a5b1340, heap=0x7fdf7a5b1338, entry=0x7fdf4c0617e8, rec=0x7fdf7a5b1348, big_rec=0x7fdf7a5b1350, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #205 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=11, tuple=0x7fdf4c0617e8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #206 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed0680, split_rec=0x7fdf4c061740 "mysql/innodb_index_stats", new_block=0x7fdfa5ed0940, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #207 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b17c0, offsets=0x7fdf7a5b1850, heap=0x7fdf7a5b1848, tuple=0x7fdf4c05f888, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #208 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b17c0, offsets=0x7fdf7a5b1850, heap=0x7fdf7a5b1848, tuple=0x7fdf4c05f888, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #209 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b17c0, offsets=0x7fdf7a5b1850, heap=0x7fdf7a5b1848, entry=0x7fdf4c05f888, rec=0x7fdf7a5b1858, big_rec=0x7fdf7a5b1860, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #210 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=10, tuple=0x7fdf4c05f888, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #211 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ed0100, split_rec=0x7fdf4c05f7e0 "mysql/innodb_index_stats", new_block=0x7fdfa5ed03c0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #212 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b1cd0, offsets=0x7fdf7a5b1d60, heap=0x7fdf7a5b1d58, tuple=0x7fdf4c05d928, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #213 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b1cd0, offsets=0x7fdf7a5b1d60, heap=0x7fdf7a5b1d58, tuple=0x7fdf4c05d928, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #214 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b1cd0, offsets=0x7fdf7a5b1d60, heap=0x7fdf7a5b1d58, entry=0x7fdf4c05d928, rec=0x7fdf7a5b1d68, big_rec=0x7fdf7a5b1d70, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #215 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=9, tuple=0x7fdf4c05d928, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #216 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ecfb80, split_rec=0x7fdf4c05d880 "mysql/innodb_index_stats", new_block=0x7fdfa5ecfe40, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #217 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b21e0, offsets=0x7fdf7a5b2270, heap=0x7fdf7a5b2268, tuple=0x7fdf4c05b9c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #218 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b21e0, offsets=0x7fdf7a5b2270, heap=0x7fdf7a5b2268, tuple=0x7fdf4c05b9c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #219 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b21e0, offsets=0x7fdf7a5b2270, heap=0x7fdf7a5b2268, entry=0x7fdf4c05b9c8, rec=0x7fdf7a5b2278, big_rec=0x7fdf7a5b2280, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #220 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=8, tuple=0x7fdf4c05b9c8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #221 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ecf600, split_rec=0x7fdf4c05b920 "mysql/innodb_index_stats", new_block=0x7fdfa5ecf8c0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #222 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b26f0, offsets=0x7fdf7a5b2780, heap=0x7fdf7a5b2778, tuple=0x7fdf4c02c238, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #223 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b26f0, offsets=0x7fdf7a5b2780, heap=0x7fdf7a5b2778, tuple=0x7fdf4c02c238, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #224 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b26f0, offsets=0x7fdf7a5b2780, heap=0x7fdf7a5b2778, entry=0x7fdf4c02c238, rec=0x7fdf7a5b2788, ---Type to continue, or q to quit--- big_rec=0x7fdf7a5b2790, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #225 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=7, tuple=0x7fdf4c02c238, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #226 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ecf080, split_rec=0x7fdf4c02c190 "mysql/innodb_index_stats", new_block=0x7fdfa5ecf340, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #227 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b2c00, offsets=0x7fdf7a5b2c90, heap=0x7fdf7a5b2c88, tuple=0x7fdf4c029668, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #228 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b2c00, offsets=0x7fdf7a5b2c90, heap=0x7fdf7a5b2c88, tuple=0x7fdf4c029668, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #229 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b2c00, offsets=0x7fdf7a5b2c90, heap=0x7fdf7a5b2c88, entry=0x7fdf4c029668, rec=0x7fdf7a5b2c98, big_rec=0x7fdf7a5b2ca0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #230 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=6, tuple=0x7fdf4c029668, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #231 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5eceb00, split_rec=0x7fdf4c0295c0 "mysql/innodb_index_stats", new_block=0x7fdfa5ecedc0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #232 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b3110, offsets=0x7fdf7a5b31a0, heap=0x7fdf7a5b3198, tuple=0x7fdf4c027708, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #233 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b3110, offsets=0x7fdf7a5b31a0, heap=0x7fdf7a5b3198, tuple=0x7fdf4c027708, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #234 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b3110, offsets=0x7fdf7a5b31a0, heap=0x7fdf7a5b3198, entry=0x7fdf4c027708, rec=0x7fdf7a5b31a8, big_rec=0x7fdf7a5b31b0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #235 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=5, tuple=0x7fdf4c027708, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #236 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ece580, split_rec=0x7fdf4c027660 "mysql/innodb_index_stats", new_block=0x7fdfa5ece840, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #237 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b3620, offsets=0x7fdf7a5b36b0, heap=0x7fdf7a5b36a8, tuple=0x7fdf4c0257a8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #238 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b3620, offsets=0x7fdf7a5b36b0, heap=0x7fdf7a5b36a8, tuple=0x7fdf4c0257a8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #239 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b3620, offsets=0x7fdf7a5b36b0, heap=0x7fdf7a5b36a8, entry=0x7fdf4c0257a8, rec=0x7fdf7a5b36b8, big_rec=0x7fdf7a5b36c0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #240 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=4, tuple=0x7fdf4c0257a8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #241 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfa5ece000, split_rec=0x7fdf4c025700 "mysql/innodb_index_stats", new_block=0x7fdfa5ece2c0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #242 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b3b30, offsets=0x7fdf7a5b3bc0, heap=0x7fdf7a5b3bb8, tuple=0x7fdf4c0230c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #243 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b3b30, offsets=0x7fdf7a5b3bc0, heap=0x7fdf7a5b3bb8, tuple=0x7fdf4c0230c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #244 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b3b30, offsets=0x7fdf7a5b3bc0, heap=0x7fdf7a5b3bb8, entry=0x7fdf4c0230c8, rec=0x7fdf7a5b3bc8, big_rec=0x7fdf7a5b3bd0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #245 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=3, tuple=0x7fdf4c0230c8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #246 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfb6a5ff80, split_rec=0x7fdf4c023020 "mysql/innodb_index_stats", new_block=0x7fdfb6a60240, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #247 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b4040, offsets=0x7fdf7a5b40d0, heap=0x7fdf7a5b40c8, tuple=0x7fdf4c0204f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #248 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b4040, offsets=0x7fdf7a5b40d0, heap=0x7fdf7a5b40c8, tuple=0x7fdf4c0204f8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 ---Type to continue, or q to quit--- #249 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b4040, offsets=0x7fdf7a5b40d0, heap=0x7fdf7a5b40c8, entry=0x7fdf4c0204f8, rec=0x7fdf7a5b40d8, big_rec=0x7fdf7a5b40e0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #250 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=7, index=0x7efbc38, level=2, tuple=0x7fdf4c0204f8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #251 0x0000000000d355b1 in btr_attach_half_pages (flags=7, index=0x7efbc38, block=0x7fdfb6a5fa00, split_rec=0x7fdf4c020450 "mysql/innodb_index_stats", new_block=0x7fdfb6a5fcc0, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #252 0x0000000000d36779 in btr_page_split_and_insert (flags=7, cursor=0x7fdf7a5b4550, offsets=0x7fdf7a5b45e0, heap=0x7fdf7a5b45d8, tuple=0x7fdf4c01e2c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #253 0x0000000000d3485f in btr_root_raise_and_insert (flags=7, cursor=0x7fdf7a5b4550, offsets=0x7fdf7a5b45e0, heap=0x7fdf7a5b45d8, tuple=0x7fdf4c01e2c8, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #254 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=7, cursor=0x7fdf7a5b4550, offsets=0x7fdf7a5b45e0, heap=0x7fdf7a5b45d8, entry=0x7fdf4c01e2c8, rec=0x7fdf7a5b45e8, big_rec=0x7fdf7a5b45f0, n_ext=0, thr=0x0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #255 0x0000000000d351ec in btr_insert_on_non_leaf_level_func (flags=0, index=0x7efbc38, level=1, tuple=0x7fdf4c01e2c8, file=0x1167408 "/export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc", line=2725, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2632 #256 0x0000000000d355b1 in btr_attach_half_pages (flags=0, index=0x7efbc38, block=0x7fdfb6a5f480, split_rec=0x7fdfb76301b8 "mysql/innodb_index_stats", new_block=0x7fdfb6a5f740, direction=111, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2725 #257 0x0000000000d36779 in btr_page_split_and_insert (flags=0, cursor=0x7fdf7a5b4f30, offsets=0x7fdf7a5b4fd0, heap=0x7fdf7a5b4fc0, tuple=0x7fdf4c01ba58, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:3101 #258 0x0000000000d3485f in btr_root_raise_and_insert (flags=0, cursor=0x7fdf7a5b4f30, offsets=0x7fdf7a5b4fd0, heap=0x7fdf7a5b4fc0, tuple=0x7fdf4c01ba58, n_ext=0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0btr.cc:2269 #259 0x0000000000d47179 in btr_cur_pessimistic_insert (flags=0, cursor=0x7fdf7a5b4f30, offsets=0x7fdf7a5b4fd0, heap=0x7fdf7a5b4fc0, entry=0x7fdf4c01ba58, rec=0x7fdf7a5b4fb8, big_rec=0x7fdf7a5b4fc8, n_ext=0, thr=0x7fdf4c01abc0, mtr=0x7fdf7a5b4a60) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/btr/btr0cur.cc:1601 #260 0x0000000000c74a69 in row_ins_clust_index_entry_low (flags=0, mode=33, index=0x7efbc38, n_uniq=1, entry=0x7fdf4c01ba58, n_ext=0, thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:2492 #261 0x0000000000c75980 in row_ins_clust_index_entry (index=0x7efbc38, entry=0x7fdf4c01ba58, thr=0x7fdf4c01abc0, n_ext=0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:2888 #262 0x0000000000c75bb3 in row_ins_index_entry (index=0x7efbc38, entry=0x7fdf4c01ba58, thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:2965 #263 0x0000000000c75ea7 in row_ins_index_entry_step (node=0x7fdf4c0135a8, thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:3042 #264 0x0000000000c761b2 in row_ins (node=0x7fdf4c0135a8, thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:3182 #265 0x0000000000c7653b in row_ins_step (thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0ins.cc:3307 #266 0x0000000000c4a5be in que_thr_step (thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/que/que0que.cc:1085 #267 0x0000000000c4a8e1 in que_run_threads_low (thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/que/que0que.cc:1167 #268 0x0000000000c4aaab in que_run_threads (thr=0x7fdf4c01abc0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/que/que0que.cc:1208 #269 0x0000000000c8efd4 in row_create_table_for_mysql (table=0x7fdf4c0131b8, trx=0x7fdf4c0120b8, commit=false) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/row/row0mysql.cc:2310 #270 0x0000000000b9df3f in create_table_def (trx=0x7fdf4c0120b8, form=0x7fdf7a5b5d10, table_name=0x7fdf7a5b59d0 "test/t1", temp_path=0x7fdf7a5b57d0 "", remote_path=0x7fdf7a5b55d0 "", flags=1, flags2=80) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/handler/ha_innodb.cc:8664 #271 0x0000000000b9f934 in ha_innobase::create (this=0x7fdf4c011870, name=0x7fdf7a5b7db0 "./test/t1", form=0x7fdf7a5b5d10, create_info=0x7fdf7a5b8660) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/innobase/handler/ha_innodb.cc:9572 #272 0x000000000069387c in handler::ha_create (this=0x7fdf4c011870, name=0x7fdf7a5b7db0 "./test/t1", form=0x7fdf7a5b5d10, info=0x7fdf7a5b8660) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/handler.cc:4524 #273 0x0000000000694161 in ha_create_table (thd=0x7f69e30, path=0x7fdf7a5b7db0 "./test/t1", db=0x7fdf4c005648 "test", table_name=0x7fdf4c0050b0 "t1", create_info=0x7fdf7a5b8660, update_create_info=false, is_temp_table=false) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/handler.cc:4762 #274 0x0000000000904ef4 in rea_create_table (thd=0x7f69e30, path=0x7fdf7a5b7db0 "./test/t1", db=0x7fdf4c005648 "test", table_name=0x7fdf4c0050b0 "t1", create_info=0x7fdf7a5b8660, create_fields=..., keys=0, key_info=0x7fdf4c005f38, file=0x7fdf4c005c70, no_ha_table=false) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/unireg.cc:526 #275 0x000000000089a95f in create_table_impl (thd=0x7f69e30, db=0x7fdf4c005648 "test", table_name=0x7fdf4c0050b0 "t1", path=0x7fdf7a5b7db0 "./test/t1", create_info=0x7fdf7a5b8660, alter_info=0x7fdf7a5b80b0, internal_tmp_table=false, select_field_count=0, no_ha_table=false, is_trans=0x7fdf7a5b804e, key_info=0x7fdf7a5b7fb8, key_count=0x7fdf7a5b7fb4) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_table.cc:4917 #276 0x000000000089ae26 in mysql_create_table_no_lock (thd=0x7f69e30, db=0x7fdf4c005648 "test", table_name=0x7fdf4c0050b0 "t1", create_info=0x7fdf7a5b8660, alter_info=0x7fdf7a5b80b0, select_field_count=0, is_trans=0x7fdf7a5b804e) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_table.cc:5029 ---Type to continue, or q to quit--- #277 0x000000000089af34 in mysql_create_table (thd=0x7f69e30, create_table=0x7fdf4c0050e8, create_info=0x7fdf7a5b8660, alter_info=0x7fdf7a5b80b0) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_table.cc:5078 #278 0x000000000082e513 in mysql_execute_command (thd=0x7f69e30) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_parse.cc:3061 #279 0x00000000008375d1 in mysql_parse (thd=0x7f69e30, rawbuf=0x7fdf4c004fd0 "CREATE TABLE t1(c1 CHAR (1),c2 VARCHAR(1),c3 INT)", length=49, parser_state=0x7fdf7a5b9680) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_parse.cc:6245 #280 0x000000000082a3a2 in dispatch_command (command=COM_QUERY, thd=0x7f69e30, packet=0x809a031 "CREATE TABLE t1(c1 CHAR (1),c2 VARCHAR(1),c3 INT)", packet_length=49) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_parse.cc:1332 #281 0x0000000000829407 in do_command (thd=0x7f69e30) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_parse.cc:1034 #282 0x00000000007f0887 in do_handle_one_connection (thd_arg=0x7f69e30) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_connect.cc:982 #283 0x00000000007f0358 in handle_one_connection (arg=0x7f69e30) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/sql/sql_connect.cc:898 #284 0x0000000000e5c19d in pfs_spawn_thread (arg=0x7f8db50) at /export/home/pb2/build/sb_0-13146752-1409933888.09/mysqlcom-pro-5.6.22/storage/perfschema/pfs.cc:1860 #285 0x0000003bf26079d1 in start_thread () from /lib64/libpthread.so.0 #286 0x0000003bf22e886d in clone () from /lib64/libc.so.6