Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-23165

Assertion `level <= 50' failed in btr_page_get_level, btr_page_set_level, btr_page_alloc and | block->page.flush_observer == __null || block->page.flush_observer == observer | Assertion `size == space->size' failed (innodb_limit_optimistic_insert_debug)

Details

    Description

      Does not seem to be related to MDEV-22653.

      USE test;
      SET GLOBAL innodb_limit_optimistic_insert_debug=2;
      CREATE TABLE t (c INT, INDEX(c)) ENGINE=InnoDB;
      REPLACE t VALUES (1),(1),(2),(3),(4),(5),(NULL);
      INSERT INTO t VALUES (10000),(1),(1.1),(1),(1),(1),(1),(1),(1),(1),(1),(1),(1);
      INSERT INTO t VALUES (10000),(1),(1.1),(1),(1),(1),(1),(1),(1),(1),(1),(1),(1);
      INSERT INTO t VALUES (10000),(1),(1.1),(1),(1),(1),(1),(1),(1),(1),(1),(1),(1);
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t VALUES (NULL),(1);
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;
      INSERT INTO t SELECT * FROM t;  # Approx crash location
      INSERT INTO t SELECT * FROM t; 
      INSERT INTO t SELECT * FROM t; 
      INSERT INTO t SELECT * FROM t; 
      INSERT INTO t SELECT * FROM t; 
      

      Leads to:

      10.5.5 e1013725ce0f3f947e728491eef75d9985e8db2f

      mysqld: /test/10.5_dbg/storage/innobase/include/btr0btr.h:287: uint16_t btr_page_get_level(const ib_page_t*): Assertion `level <= 50' failed.
      

      10.5.5 e1013725ce0f3f947e728491eef75d9985e8db2f

      Core was generated by `/test/MD250620-mariadb-10.5.5-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
      Program terminated with signal SIGABRT, Aborted.
      #0  __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
          at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
      [Current thread is 1 (Thread 0x14cd76716700 (LWP 975606))]
      (gdb) bt
      #0  __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
      #1  0x000055cd2ba7b7d0 in my_write_core (sig=sig@entry=6) at /test/10.5_dbg/mysys/stacktrace.c:518
      #2  0x000055cd2b23447a in handle_fatal_signal (sig=6) at /test/10.5_dbg/sql/signal_handler.cc:330
      #3  <signal handler called>
      #4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
      #5  0x000014cd749ac8b1 in __GI_abort () at abort.c:79
      #6  0x000014cd7499c42a in __assert_fail_base (fmt=0x14cd74b23a38 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x55cd2be7da93 "level <= 50", file=file@entry=0x55cd2be6f388 "/test/10.5_dbg/storage/innobase/include/btr0btr.h", line=line@entry=287, function=function@entry=0x55cd2bf05840 <_ZZ18btr_page_get_levelPKhE19__PRETTY_FUNCTION__> "uint16_t btr_page_get_level(const ib_page_t*)") at assert.c:92
      #7  0x000014cd7499c4a2 in __GI___assert_fail (assertion=assertion@entry=0x55cd2be7da93 "level <= 50", file=file@entry=0x55cd2be6f388 "/test/10.5_dbg/storage/innobase/include/btr0btr.h", line=line@entry=287, function=function@entry=0x55cd2bf05840 <_ZZ18btr_page_get_levelPKhE19__PRETTY_FUNCTION__> "uint16_t btr_page_get_level(const ib_page_t*)") at assert.c:101
      #8  0x000055cd2b86715c in btr_page_get_level (page=<optimized out>) at /test/10.5_dbg/storage/innobase/include/btr0btr.h:287
      #9  0x000055cd2b88f0b7 in btr_cur_search_to_nth_level_func (index=index@entry=0x14cd524e3a18, level=<optimized out>, tuple=tuple@entry=0x14cd525f1098, mode=mode@entry=PAGE_CUR_LE, latch_mode=<optimized out>, latch_mode@entry=34, cursor=cursor@entry=0x14cd766e1050, ahi_latch=<optimized out>, file=<optimized out>, line=<optimized out>, mtr=<optimized out>, autoinc=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:1804
      #10 0x000055cd2b85ed3a in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=51, tuple=0x14cd525f1098, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2371
      #11 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592d72e8, split_rec=0x14cd5afe4092 "", block=0x14cd5929db78, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #12 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e20e0, offsets=offsets@entry=0x14cd766e20a0, heap=heap@entry=0x14cd766e2098, tuple=tuple@entry=0x14cd525f0698, n_ext=n_ext@entry=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #13 0x000055cd2b8621d9 in btr_root_raise_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e20e0, offsets=offsets@entry=0x14cd766e20a0, heap=heap@entry=0x14cd766e2098, tuple=tuple@entry=0x14cd525f0698, n_ext=0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2038
      #14 0x000055cd2b87e297 in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e20e0, offsets=offsets@entry=0x14cd766e20a0, heap=heap@entry=0x14cd766e2098, entry=entry@entry=0x14cd525f0698, rec=rec@entry=0x14cd766e2090, big_rec=0x14cd766e2088, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3723
      #15 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=50, tuple=0x14cd525f0698, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #16 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594d0108, split_rec=0x14cd5249ba1e "", block=0x14cd59498118, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #17 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e3080, offsets=offsets@entry=0x14cd766e3040, heap=heap@entry=0x14cd766e3038, tuple=tuple@entry=0x14cd525efc98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #18 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e3080, offsets=offsets@entry=0x14cd766e3040, heap=heap@entry=0x14cd766e3038, entry=entry@entry=0x14cd525efc98, rec=rec@entry=0x14cd766e3030, big_rec=0x14cd766e3028, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #19 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=49, tuple=0x14cd525efc98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #20 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59366918, split_rec=0x14cd5249b9ee "", block=0x14cd59497268, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #21 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e4020, offsets=offsets@entry=0x14cd766e3fe0, heap=heap@entry=0x14cd766e3fd8, tuple=tuple@entry=0x14cd525ef298, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #22 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e4020, offsets=offsets@entry=0x14cd766e3fe0, heap=heap@entry=0x14cd766e3fd8, entry=entry@entry=0x14cd525ef298, rec=rec@entry=0x14cd766e3fd0, big_rec=0x14cd766e3fc8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #23 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=48, tuple=0x14cd525ef298, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #24 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593cec20, split_rec=0x14cd5249b9be "", block=0x14cd5931d508, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #25 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e4fc0, offsets=offsets@entry=0x14cd766e4f80, heap=heap@entry=0x14cd766e4f78, tuple=tuple@entry=0x14cd525ee898, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #26 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e4fc0, offsets=offsets@entry=0x14cd766e4f80, heap=heap@entry=0x14cd766e4f78, entry=entry@entry=0x14cd525ee898, rec=rec@entry=0x14cd766e4f70, big_rec=0x14cd766e4f68, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #27 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=47, tuple=0x14cd525ee898, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #28 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59260db0, split_rec=0x14cd5249b98e "", block=0x14cd592d8488, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #29 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e5f60, offsets=offsets@entry=0x14cd766e5f20, heap=heap@entry=0x14cd766e5f18, tuple=tuple@entry=0x14cd525ede98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #30 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e5f60, offsets=offsets@entry=0x14cd766e5f20, heap=heap@entry=0x14cd766e5f18, entry=entry@entry=0x14cd525ede98, rec=rec@entry=0x14cd766e5f10, big_rec=0x14cd766e5f08, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #31 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=46, tuple=0x14cd525ede98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #32 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5944a0a8, split_rec=0x14cd5249b95e "", block=0x14cd5946bd28, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #33 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e6f00, offsets=offsets@entry=0x14cd766e6ec0, heap=heap@entry=0x14cd766e6eb8, tuple=tuple@entry=0x14cd525ed498, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #34 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e6f00, offsets=offsets@entry=0x14cd766e6ec0, heap=heap@entry=0x14cd766e6eb8, entry=entry@entry=0x14cd525ed498, rec=rec@entry=0x14cd766e6eb0, big_rec=0x14cd766e6ea8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #35 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=45, tuple=0x14cd525ed498, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #36 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59410648, split_rec=0x14cd5249b92e "", block=0x14cd594618a8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #37 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e7ea0, offsets=offsets@entry=0x14cd766e7e60, heap=heap@entry=0x14cd766e7e58, tuple=tuple@entry=0x14cd525eca98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #38 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e7ea0, offsets=offsets@entry=0x14cd766e7e60, heap=heap@entry=0x14cd766e7e58, entry=entry@entry=0x14cd525eca98, rec=rec@entry=0x14cd766e7e50, big_rec=0x14cd766e7e48, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #39 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=44, tuple=0x14cd525eca98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #40 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592f2b88, split_rec=0x14cd5249b8fe "", block=0x14cd59308338, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #41 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e8e40, offsets=offsets@entry=0x14cd766e8e00, heap=heap@entry=0x14cd766e8df8, tuple=tuple@entry=0x14cd525ec098, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #42 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e8e40, offsets=offsets@entry=0x14cd766e8e00, heap=heap@entry=0x14cd766e8df8, entry=entry@entry=0x14cd525ec098, rec=rec@entry=0x14cd766e8df0, big_rec=0x14cd766e8de8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #43 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=43, tuple=0x14cd525ec098, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #44 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593241b8, split_rec=0x14cd5249b8ce "", block=0x14cd59343228, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #45 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e9de0, offsets=offsets@entry=0x14cd766e9da0, heap=heap@entry=0x14cd766e9d98, tuple=tuple@entry=0x14cd525eb698, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #46 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766e9de0, offsets=offsets@entry=0x14cd766e9da0, heap=heap@entry=0x14cd766e9d98, entry=entry@entry=0x14cd525eb698, rec=rec@entry=0x14cd766e9d90, big_rec=0x14cd766e9d88, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #47 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=42, tuple=0x14cd525eb698, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #48 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592e0ba8, split_rec=0x14cd5249b89e "", block=0x14cd592d2c68, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #49 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ead80, offsets=offsets@entry=0x14cd766ead40, heap=heap@entry=0x14cd766ead38, tuple=tuple@entry=0x14cd525b0b98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #50 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ead80, offsets=offsets@entry=0x14cd766ead40, heap=heap@entry=0x14cd766ead38, entry=entry@entry=0x14cd525b0b98, rec=rec@entry=0x14cd766ead30, big_rec=0x14cd766ead28, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #51 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=41, tuple=0x14cd525b0b98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #52 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592e89f8, split_rec=0x14cd5249b86e "", block=0x14cd59255618, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #53 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ebd20, offsets=offsets@entry=0x14cd766ebce0, heap=heap@entry=0x14cd766ebcd8, tuple=tuple@entry=0x14cd525b0198, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #54 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ebd20, offsets=offsets@entry=0x14cd766ebce0, heap=heap@entry=0x14cd766ebcd8, entry=entry@entry=0x14cd525b0198, rec=rec@entry=0x14cd766ebcd0, big_rec=0x14cd766ebcc8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #55 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=40, tuple=0x14cd525b0198, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #56 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59299f40, split_rec=0x14cd5249b83e "", block=0x14cd594a42f8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #57 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766eccc0, offsets=offsets@entry=0x14cd766ecc80, heap=heap@entry=0x14cd766ecc78, tuple=tuple@entry=0x14cd525af798, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #58 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766eccc0, offsets=offsets@entry=0x14cd766ecc80, heap=heap@entry=0x14cd766ecc78, entry=entry@entry=0x14cd525af798, rec=rec@entry=0x14cd766ecc70, big_rec=0x14cd766ecc68, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #59 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=39, tuple=0x14cd525af798, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #60 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593a7318, split_rec=0x14cd5249b80e "", block=0x14cd5939d5f0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #61 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766edc60, offsets=offsets@entry=0x14cd766edc20, heap=heap@entry=0x14cd766edc18, tuple=tuple@entry=0x14cd525aed98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #62 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766edc60, offsets=offsets@entry=0x14cd766edc20, heap=heap@entry=0x14cd766edc18, entry=entry@entry=0x14cd525aed98, rec=rec@entry=0x14cd766edc10, big_rec=0x14cd766edc08, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #63 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=38, tuple=0x14cd525aed98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #64 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5940a848, split_rec=0x14cd5249b7de "", block=0x14cd592b57e0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #65 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766eec00, offsets=offsets@entry=0x14cd766eebc0, heap=heap@entry=0x14cd766eebb8, tuple=tuple@entry=0x14cd525ae398, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #66 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766eec00, offsets=offsets@entry=0x14cd766eebc0, heap=heap@entry=0x14cd766eebb8, entry=entry@entry=0x14cd525ae398, rec=rec@entry=0x14cd766eebb0, big_rec=0x14cd766eeba8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #67 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=37, tuple=0x14cd525ae398, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #68 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593e3f68, split_rec=0x14cd5249b7ae "", block=0x14cd5930de48, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #69 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766efba0, offsets=offsets@entry=0x14cd766efb60, heap=heap@entry=0x14cd766efb58, tuple=tuple@entry=0x14cd525ad998, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #70 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766efba0, offsets=offsets@entry=0x14cd766efb60, heap=heap@entry=0x14cd766efb58, entry=entry@entry=0x14cd525ad998, rec=rec@entry=0x14cd766efb50, big_rec=0x14cd766efb48, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #71 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=36, tuple=0x14cd525ad998, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #72 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594032c8, split_rec=0x14cd5249b77e "", block=0x14cd59206408, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #73 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f0b40, offsets=offsets@entry=0x14cd766f0b00, heap=heap@entry=0x14cd766f0af8, tuple=tuple@entry=0x14cd525acf98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #74 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f0b40, offsets=offsets@entry=0x14cd766f0b00, heap=heap@entry=0x14cd766f0af8, entry=entry@entry=0x14cd525acf98, rec=rec@entry=0x14cd766f0af0, big_rec=0x14cd766f0ae8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #75 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=35, tuple=0x14cd525acf98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #76 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59307d58, split_rec=0x14cd5249b74e "", block=0x14cd59371dc0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #77 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f1ae0, offsets=offsets@entry=0x14cd766f1aa0, heap=heap@entry=0x14cd766f1a98, tuple=tuple@entry=0x14cd525ac598, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #78 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f1ae0, offsets=offsets@entry=0x14cd766f1aa0, heap=heap@entry=0x14cd766f1a98, entry=entry@entry=0x14cd525ac598, rec=rec@entry=0x14cd766f1a90, big_rec=0x14cd766f1a88, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #79 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=34, tuple=0x14cd525ac598, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #80 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593895c0, split_rec=0x14cd5249b71e "", block=0x14cd59449c40, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #81 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f2a80, offsets=offsets@entry=0x14cd766f2a40, heap=heap@entry=0x14cd766f2a38, tuple=tuple@entry=0x14cd525abb98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #82 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f2a80, offsets=offsets@entry=0x14cd766f2a40, heap=heap@entry=0x14cd766f2a38, entry=entry@entry=0x14cd525abb98, rec=rec@entry=0x14cd766f2a30, big_rec=0x14cd766f2a28, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #83 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=33, tuple=0x14cd525abb98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #84 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59415e68, split_rec=0x14cd5249b6ee "", block=0x14cd59416ba0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #85 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f3a20, offsets=offsets@entry=0x14cd766f39e0, heap=heap@entry=0x14cd766f39d8, tuple=tuple@entry=0x14cd525ab198, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #86 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f3a20, offsets=offsets@entry=0x14cd766f39e0, heap=heap@entry=0x14cd766f39d8, entry=entry@entry=0x14cd525ab198, rec=rec@entry=0x14cd766f39d0, big_rec=0x14cd766f39c8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #87 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=32, tuple=0x14cd525ab198, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #88 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594b8908, split_rec=0x14cd5249b6be "", block=0x14cd593541e0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #89 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f49c0, offsets=offsets@entry=0x14cd766f4980, heap=heap@entry=0x14cd766f4978, tuple=tuple@entry=0x14cd525aa798, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #90 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f49c0, offsets=offsets@entry=0x14cd766f4980, heap=heap@entry=0x14cd766f4978, entry=entry@entry=0x14cd525aa798, rec=rec@entry=0x14cd766f4970, big_rec=0x14cd766f4968, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #91 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=31, tuple=0x14cd525aa798, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #92 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59210cf0, split_rec=0x14cd5249b68e "", block=0x14cd593a0c48, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #93 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f5960, offsets=offsets@entry=0x14cd766f5920, heap=heap@entry=0x14cd766f5918, tuple=tuple@entry=0x14cd525a9d98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #94 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f5960, offsets=offsets@entry=0x14cd766f5920, heap=heap@entry=0x14cd766f5918, entry=entry@entry=0x14cd525a9d98, rec=rec@entry=0x14cd766f5910, big_rec=0x14cd766f5908, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #95 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=30, tuple=0x14cd525a9d98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #96 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59343f60, split_rec=0x14cd5249b65e "", block=0x14cd5930fe98, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #97 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f6900, offsets=offsets@entry=0x14cd766f68c0, heap=heap@entry=0x14cd766f68b8, tuple=tuple@entry=0x14cd525a9398, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #98 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f6900, offsets=offsets@entry=0x14cd766f68c0, heap=heap@entry=0x14cd766f68b8, entry=entry@entry=0x14cd525a9398, rec=rec@entry=0x14cd766f68b0, big_rec=0x14cd766f68a8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #99 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=29, tuple=0x14cd525a9398, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #100 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594d9b40, split_rec=0x14cd5249b62e "", block=0x14cd592a5270, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #101 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f78a0, offsets=offsets@entry=0x14cd766f7860, heap=heap@entry=0x14cd766f7858, tuple=tuple@entry=0x14cd525a8998, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #102 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f78a0, offsets=offsets@entry=0x14cd766f7860, heap=heap@entry=0x14cd766f7858, entry=entry@entry=0x14cd525a8998, rec=rec@entry=0x14cd766f7850, big_rec=0x14cd766f7848, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #103 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=28, tuple=0x14cd525a8998, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #104 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5931b1c8, split_rec=0x14cd5249b5fe "", block=0x14cd593ab240, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #105 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f8840, offsets=offsets@entry=0x14cd766f8800, heap=heap@entry=0x14cd766f87f8, tuple=tuple@entry=0x14cd525a7f98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #106 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f8840, offsets=offsets@entry=0x14cd766f8800, heap=heap@entry=0x14cd766f87f8, entry=entry@entry=0x14cd525a7f98, rec=rec@entry=0x14cd766f87f0, big_rec=0x14cd766f87e8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #107 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=27, tuple=0x14cd525a7f98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #108 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59399f98, split_rec=0x14cd5249b5ce "", block=0x14cd5934d820, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #109 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f97e0, offsets=offsets@entry=0x14cd766f97a0, heap=heap@entry=0x14cd766f9798, tuple=tuple@entry=0x14cd525a7598, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #110 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766f97e0, offsets=offsets@entry=0x14cd766f97a0, heap=heap@entry=0x14cd766f9798, entry=entry@entry=0x14cd525a7598, rec=rec@entry=0x14cd766f9790, big_rec=0x14cd766f9788, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #111 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=26, tuple=0x14cd525a7598, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #112 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5944d9f0, split_rec=0x14cd5249b59e "", block=0x14cd594aa270, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #113 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fa780, offsets=offsets@entry=0x14cd766fa740, heap=heap@entry=0x14cd766fa738, tuple=tuple@entry=0x14cd525a6b98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #114 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fa780, offsets=offsets@entry=0x14cd766fa740, heap=heap@entry=0x14cd766fa738, entry=entry@entry=0x14cd525a6b98, rec=rec@entry=0x14cd766fa730, big_rec=0x14cd766fa728, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #115 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=25, tuple=0x14cd525a6b98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #116 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594710e0, split_rec=0x14cd5249b56e "", block=0x14cd5945c4f0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #117 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fb720, offsets=offsets@entry=0x14cd766fb6e0, heap=heap@entry=0x14cd766fb6d8, tuple=tuple@entry=0x14cd525a6198, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #118 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fb720, offsets=offsets@entry=0x14cd766fb6e0, heap=heap@entry=0x14cd766fb6d8, entry=entry@entry=0x14cd525a6198, rec=rec@entry=0x14cd766fb6d0, big_rec=0x14cd766fb6c8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #119 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=24, tuple=0x14cd525a6198, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #120 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592330c8, split_rec=0x14cd5249b53e "", block=0x14cd5922ed38, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #121 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fc6c0, offsets=offsets@entry=0x14cd766fc680, heap=heap@entry=0x14cd766fc678, tuple=tuple@entry=0x14cd525a5798, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #122 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fc6c0, offsets=offsets@entry=0x14cd766fc680, heap=heap@entry=0x14cd766fc678, entry=entry@entry=0x14cd525a5798, rec=rec@entry=0x14cd766fc670, big_rec=0x14cd766fc668, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #123 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=23, tuple=0x14cd525a5798, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #124 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5934a050, split_rec=0x14cd5249b50e "", block=0x14cd5928cd38, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #125 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fd660, offsets=offsets@entry=0x14cd766fd620, heap=heap@entry=0x14cd766fd618, tuple=tuple@entry=0x14cd525a4d98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #126 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fd660, offsets=offsets@entry=0x14cd766fd620, heap=heap@entry=0x14cd766fd618, entry=entry@entry=0x14cd525a4d98, rec=rec@entry=0x14cd766fd610, big_rec=0x14cd766fd608, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #127 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=22, tuple=0x14cd525a4d98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #128 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593db848, split_rec=0x14cd5249b4de "", block=0x14cd5928e920, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #129 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fe600, offsets=offsets@entry=0x14cd766fe5c0, heap=heap@entry=0x14cd766fe5b8, tuple=tuple@entry=0x14cd525a4398, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #130 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766fe600, offsets=offsets@entry=0x14cd766fe5c0, heap=heap@entry=0x14cd766fe5b8, entry=entry@entry=0x14cd525a4398, rec=rec@entry=0x14cd766fe5b0, big_rec=0x14cd766fe5a8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #131 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=21, tuple=0x14cd525a4398, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #132 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5947e8c8, split_rec=0x14cd5249b4ae "", block=0x14cd592f48e8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #133 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ff5a0, offsets=offsets@entry=0x14cd766ff560, heap=heap@entry=0x14cd766ff558, tuple=tuple@entry=0x14cd525a3998, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #134 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd766ff5a0, offsets=offsets@entry=0x14cd766ff560, heap=heap@entry=0x14cd766ff558, entry=entry@entry=0x14cd525a3998, rec=rec@entry=0x14cd766ff550, big_rec=0x14cd766ff548, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #135 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=20, tuple=0x14cd525a3998, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #136 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59218850, split_rec=0x14cd5249b47e "", block=0x14cd5947de80, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #137 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76700540, offsets=offsets@entry=0x14cd76700500, heap=heap@entry=0x14cd767004f8, tuple=tuple@entry=0x14cd525a2f98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #138 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76700540, offsets=offsets@entry=0x14cd76700500, heap=heap@entry=0x14cd767004f8, entry=entry@entry=0x14cd525a2f98, rec=rec@entry=0x14cd767004f0, big_rec=0x14cd767004e8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #139 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=19, tuple=0x14cd525a2f98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #140 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5939e908, split_rec=0x14cd5249b44e "", block=0x14cd592fbb78, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #141 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767014e0, offsets=offsets@entry=0x14cd767014a0, heap=heap@entry=0x14cd76701498, tuple=tuple@entry=0x14cd525a2598, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #142 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767014e0, offsets=offsets@entry=0x14cd767014a0, heap=heap@entry=0x14cd76701498, entry=entry@entry=0x14cd525a2598, rec=rec@entry=0x14cd76701490, big_rec=0x14cd76701488, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #143 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=18, tuple=0x14cd525a2598, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #144 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59284a80, split_rec=0x14cd5249b41e "", block=0x14cd5931ffa0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #145 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76702480, offsets=offsets@entry=0x14cd76702440, heap=heap@entry=0x14cd76702438, tuple=tuple@entry=0x14cd525a1b98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #146 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76702480, offsets=offsets@entry=0x14cd76702440, heap=heap@entry=0x14cd76702438, entry=entry@entry=0x14cd525a1b98, rec=rec@entry=0x14cd76702430, big_rec=0x14cd76702428, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #147 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=17, tuple=0x14cd525a1b98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #148 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593eee30, split_rec=0x14cd5249b3ee "", block=0x14cd593b2da0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #149 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76703420, offsets=offsets@entry=0x14cd767033e0, heap=heap@entry=0x14cd767033d8, tuple=tuple@entry=0x14cd525a1198, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #150 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76703420, offsets=offsets@entry=0x14cd767033e0, heap=heap@entry=0x14cd767033d8, entry=entry@entry=0x14cd525a1198, rec=rec@entry=0x14cd767033d0, big_rec=0x14cd767033c8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #151 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=16, tuple=0x14cd525a1198, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #152 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5949aea0, split_rec=0x14cd5249b3be "", block=0x14cd59410358, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #153 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767043c0, offsets=offsets@entry=0x14cd76704380, heap=heap@entry=0x14cd76704378, tuple=tuple@entry=0x14cd52460698, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #154 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767043c0, offsets=offsets@entry=0x14cd76704380, heap=heap@entry=0x14cd76704378, entry=entry@entry=0x14cd52460698, rec=rec@entry=0x14cd76704370, big_rec=0x14cd76704368, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #155 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=15, tuple=0x14cd52460698, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #156 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59226a80, split_rec=0x14cd5249b38e "", block=0x14cd5941bc68, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #157 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76705360, offsets=offsets@entry=0x14cd76705320, heap=heap@entry=0x14cd76705318, tuple=tuple@entry=0x14cd5245fc98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #158 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76705360, offsets=offsets@entry=0x14cd76705320, heap=heap@entry=0x14cd76705318, entry=entry@entry=0x14cd5245fc98, rec=rec@entry=0x14cd76705310, big_rec=0x14cd76705308, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #159 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=14, tuple=0x14cd5245fc98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #160 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59393a40, split_rec=0x14cd5249b35e "", block=0x14cd594d6080, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #161 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76706300, offsets=offsets@entry=0x14cd767062c0, heap=heap@entry=0x14cd767062b8, tuple=tuple@entry=0x14cd5245f298, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #162 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76706300, offsets=offsets@entry=0x14cd767062c0, heap=heap@entry=0x14cd767062b8, entry=entry@entry=0x14cd5245f298, rec=rec@entry=0x14cd767062b0, big_rec=0x14cd767062a8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #163 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=13, tuple=0x14cd5245f298, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #164 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593ef588, split_rec=0x14cd5249b32e "", block=0x14cd59290ae8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #165 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767072a0, offsets=offsets@entry=0x14cd76707260, heap=heap@entry=0x14cd76707258, tuple=tuple@entry=0x14cd5245e898, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #166 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767072a0, offsets=offsets@entry=0x14cd76707260, heap=heap@entry=0x14cd76707258, entry=entry@entry=0x14cd5245e898, rec=rec@entry=0x14cd76707250, big_rec=0x14cd76707248, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #167 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=12, tuple=0x14cd5245e898, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #168 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd591ffa48, split_rec=0x14cd5249b2fe "", block=0x14cd5942a188, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #169 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76708240, offsets=offsets@entry=0x14cd76708200, heap=heap@entry=0x14cd767081f8, tuple=tuple@entry=0x14cd5245de98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #170 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76708240, offsets=offsets@entry=0x14cd76708200, heap=heap@entry=0x14cd767081f8, entry=entry@entry=0x14cd5245de98, rec=rec@entry=0x14cd767081f0, big_rec=0x14cd767081e8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #171 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=11, tuple=0x14cd5245de98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #172 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59300950, split_rec=0x14cd5249b2ce "", block=0x14cd593d1830, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #173 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767091e0, offsets=offsets@entry=0x14cd767091a0, heap=heap@entry=0x14cd76709198, tuple=tuple@entry=0x14cd5245d498, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #174 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd767091e0, offsets=offsets@entry=0x14cd767091a0, heap=heap@entry=0x14cd76709198, entry=entry@entry=0x14cd5245d498, rec=rec@entry=0x14cd76709190, big_rec=0x14cd76709188, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #175 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=10, tuple=0x14cd5245d498, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #176 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5933a6a0, split_rec=0x14cd5249b29e "", block=0x14cd59367940, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #177 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670a180, offsets=offsets@entry=0x14cd7670a140, heap=heap@entry=0x14cd7670a138, tuple=tuple@entry=0x14cd5245ca98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #178 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670a180, offsets=offsets@entry=0x14cd7670a140, heap=heap@entry=0x14cd7670a138, entry=entry@entry=0x14cd5245ca98, rec=rec@entry=0x14cd7670a130, big_rec=0x14cd7670a128, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #179 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=9, tuple=0x14cd5245ca98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #180 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59415cf0, split_rec=0x14cd5249b26e "", block=0x14cd5921bbb8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #181 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670b120, offsets=offsets@entry=0x14cd7670b0e0, heap=heap@entry=0x14cd7670b0d8, tuple=tuple@entry=0x14cd5245c098, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #182 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670b120, offsets=offsets@entry=0x14cd7670b0e0, heap=heap@entry=0x14cd7670b0d8, entry=entry@entry=0x14cd5245c098, rec=rec@entry=0x14cd7670b0d0, big_rec=0x14cd7670b0c8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #183 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=8, tuple=0x14cd5245c098, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #184 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59374b48, split_rec=0x14cd5249b23e "", block=0x14cd592e2618, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #185 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670c0c0, offsets=offsets@entry=0x14cd7670c080, heap=heap@entry=0x14cd7670c078, tuple=tuple@entry=0x14cd5245b698, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #186 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670c0c0, offsets=offsets@entry=0x14cd7670c080, heap=heap@entry=0x14cd7670c078, entry=entry@entry=0x14cd5245b698, rec=rec@entry=0x14cd7670c070, big_rec=0x14cd7670c068, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #187 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=7, tuple=0x14cd5245b698, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #188 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd594db8a0, split_rec=0x14cd5249b20e "", block=0x14cd592fe1a8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #189 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670d060, offsets=offsets@entry=0x14cd7670d020, heap=heap@entry=0x14cd7670d018, tuple=tuple@entry=0x14cd5245ac98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #190 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670d060, offsets=offsets@entry=0x14cd7670d020, heap=heap@entry=0x14cd7670d018, entry=entry@entry=0x14cd5245ac98, rec=rec@entry=0x14cd7670d010, big_rec=0x14cd7670d008, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #191 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=6, tuple=0x14cd5245ac98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #192 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5941f5b0, split_rec=0x14cd5249b1de "", block=0x14cd594ce988, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #193 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670e000, offsets=offsets@entry=0x14cd7670dfc0, heap=heap@entry=0x14cd7670dfb8, tuple=tuple@entry=0x14cd5245a298, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #194 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670e000, offsets=offsets@entry=0x14cd7670dfc0, heap=heap@entry=0x14cd7670dfb8, entry=entry@entry=0x14cd5245a298, rec=rec@entry=0x14cd7670dfb0, big_rec=0x14cd7670dfa8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #195 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=5, tuple=0x14cd5245a298, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #196 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5932e1d0, split_rec=0x14cd5249b1ae "", block=0x14cd59416e90, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #197 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670efa0, offsets=offsets@entry=0x14cd7670ef60, heap=heap@entry=0x14cd7670ef58, tuple=tuple@entry=0x14cd52459898, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #198 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670efa0, offsets=offsets@entry=0x14cd7670ef60, heap=heap@entry=0x14cd7670ef58, entry=entry@entry=0x14cd52459898, rec=rec@entry=0x14cd7670ef50, big_rec=0x14cd7670ef48, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #199 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=4, tuple=0x14cd52459898, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #200 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd5947b9c8, split_rec=0x14cd5249b11e "", block=0x14cd59441988, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #201 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670ff40, offsets=offsets@entry=0x14cd7670ff00, heap=heap@entry=0x14cd7670fef8, tuple=tuple@entry=0x14cd52458e98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #202 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd7670ff40, offsets=offsets@entry=0x14cd7670ff00, heap=heap@entry=0x14cd7670fef8, entry=entry@entry=0x14cd52458e98, rec=rec@entry=0x14cd7670fef0, big_rec=0x14cd7670fee8, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #203 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=3, tuple=0x14cd52458e98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #204 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd593286c0, split_rec=0x14cd5249b0ee "", block=0x14cd593206f8, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #205 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76710ee0, offsets=offsets@entry=0x14cd76710ea0, heap=heap@entry=0x14cd76710e98, tuple=tuple@entry=0x14cd52458498, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #206 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76710ee0, offsets=offsets@entry=0x14cd76710ea0, heap=heap@entry=0x14cd76710e98, entry=entry@entry=0x14cd52458498, rec=rec@entry=0x14cd76710e90, big_rec=0x14cd76710e88, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #207 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=7, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=2, tuple=0x14cd52458498, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #208 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd59290970, split_rec=0x14cd5249b0be "", block=0x14cd59389ba0, index=0x14cd524e3a18, flags=7) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #209 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76711e80, offsets=offsets@entry=0x14cd76711e40, heap=heap@entry=0x14cd76711e38, tuple=tuple@entry=0x14cd52457a98, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #210 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cd76711e80, offsets=offsets@entry=0x14cd76711e40, heap=heap@entry=0x14cd76711e38, entry=entry@entry=0x14cd52457a98, rec=rec@entry=0x14cd76711e30, big_rec=0x14cd76711e28, n_ext=<optimized out>, thr=0x0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #211 0x000055cd2b85f050 in btr_insert_on_non_leaf_level_func (flags=flags@entry=0, index=index@entry=0x14cd524e3a18, level=<optimized out>, level@entry=1, tuple=0x14cd52457a98, file=<optimized out>, file@entry=0x55cd2befeb28 "/test/10.5_dbg/storage/innobase/btr/btr0btr.cc", line=<optimized out>, line@entry=2515, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2409
      #212 0x000055cd2b860285 in btr_attach_half_pages (mtr=0x14cd76713480, direction=111, new_block=0x14cd592c0820, split_rec=0x14cd5249b05e "", block=0x14cd592b28e0, index=0x14cd524e3a18, flags=0) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2514
      #213 btr_page_split_and_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cd76712f00, offsets=offsets@entry=0x14cd76712e18, heap=heap@entry=0x14cd76712e08, tuple=tuple@entry=0x14cd52482d30, n_ext=0, mtr=<optimized out>) at /test/10.5_dbg/storage/innobase/btr/btr0btr.cc:2904
      #214 0x000055cd2b87df1b in btr_cur_pessimistic_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cd76712f00, offsets=offsets@entry=0x14cd76712e18, heap=heap@entry=0x14cd76712e08, entry=entry@entry=0x14cd52482d30, rec=rec@entry=0x14cd76712eb0, big_rec=0x14cd76712fa0, n_ext=<optimized out>, thr=0x14cd525057c0, mtr=0x14cd76713480) at /test/10.5_dbg/storage/innobase/btr/btr0cur.cc:3726
      #215 0x000055cd2b74ba16 in row_ins_sec_index_entry_low (flags=flags@entry=0, mode=mode@entry=33, index=index@entry=0x14cd524e3a18, offsets_heap=<optimized out>, offsets_heap@entry=0x14cd52457018, heap=heap@entry=0x14cd52457518, entry=entry@entry=0x14cd52482d30, trx_id=0, thr=0x14cd525057c0) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3087
      #216 0x000055cd2b74fcd2 in row_ins_sec_index_entry (index=index@entry=0x14cd524e3a18, entry=entry@entry=0x14cd52482d30, thr=thr@entry=0x14cd525057c0, check_foreign=check_foreign@entry=true) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3280
      #217 0x000055cd2b7513e3 in row_ins_index_entry (thr=0x14cd525057c0, entry=0x14cd52482d30, index=0x14cd524e3a18) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3313
      #218 row_ins_index_entry_step (thr=0x14cd525057c0, node=0x14cd52505598) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3480
      #219 row_ins (thr=0x14cd525057c0, node=0x14cd52505598) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3617
      #220 row_ins_step (thr=thr@entry=0x14cd525057c0) at /test/10.5_dbg/storage/innobase/row/row0ins.cc:3756
      #221 0x000055cd2b770d07 in row_insert_for_mysql (mysql_rec=mysql_rec@entry=0x14cd524511a8 "\377", prebuilt=0x14cd52505098, ins_mode=ROW_INS_NORMAL) at /test/10.5_dbg/storage/innobase/row/row0mysql.cc:1461
      #222 0x000055cd2b60a190 in ha_innobase::write_row (this=0x14cd52436ca0, record=0x14cd524511a8 "\377") at /test/10.5_dbg/storage/innobase/handler/ha_innodb.cc:7728
      #223 0x000055cd2b24873a in handler::ha_write_row (this=0x14cd52436ca0, buf=0x14cd524511a8 "\377") at /test/10.5_dbg/sql/handler.cc:7140
      #224 0x000055cd2af48e01 in write_record (thd=0x14cd52415088, table=0x14cd52504088, info=info@entry=0x14cd52475e20, sink=0x0) at /test/10.5_dbg/sql/sql_insert.cc:2090
      #225 0x000055cd2af4923f in select_insert::send_data (this=0x14cd52475dd0, values=<optimized out>) at /test/10.5_dbg/sql/sql_insert.cc:4051
      #226 0x000055cd2afe0b9d in select_result_sink::send_data_with_check (sent=<optimized out>, u=<optimized out>, items=@0x14cd52476210: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cd52477f68, last = 0x14cd52477f68, elements = 1}, <No data fields>}, this=<optimized out>) at /test/10.5_dbg/sql/sql_class.h:5287
      #227 end_send (join=0x14cd52475e88, join_tab=0x14cd52477940, end_of_records=<optimized out>) at /test/10.5_dbg/sql/sql_select.cc:21794
      #228 0x000055cd2afc7ea5 in evaluate_join_record (join=join@entry=0x14cd52475e88, join_tab=0x14cd52477598, error=error@entry=0) at /test/10.5_dbg/sql/sql_select.cc:20823
      #229 0x000055cd2afe6f6a in AGGR_OP::end_send (this=this@entry=0x14cd52477e18) at /test/10.5_dbg/sql/sql_select.cc:28871
      #230 0x000055cd2afe7299 in sub_select_postjoin_aggr (join=0x14cd52475e88, join_tab=0x14cd52477598, end_of_records=<optimized out>) at /test/10.5_dbg/sql/sql_select.cc:20310
      #231 0x000055cd2afcf065 in sub_select (join=0x14cd52475e88, join_tab=0x14cd524771f0, end_of_records=<optimized out>) at /test/10.5_dbg/sql/sql_select.cc:20545
      #232 0x000055cd2b008402 in do_select (procedure=<optimized out>, join=0x14cd52475e88) at /test/10.5_dbg/sql/sql_select.cc:20136
      #233 JOIN::exec_inner (this=this@entry=0x14cd52475e88) at /test/10.5_dbg/sql/sql_select.cc:4444
      #234 0x000055cd2b00876b in JOIN::exec (this=this@entry=0x14cd52475e88) at /test/10.5_dbg/sql/sql_select.cc:4225
      #235 0x000055cd2b006a80 in mysql_select (thd=thd@entry=0x14cd52415088, tables=<optimized out>, fields=@0x14cd524749b0: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cd52474e10, last = 0x14cd52474e10, elements = 1}, <No data fields>}, conds=0x0, og_num=0, order=<optimized out>, group=0x0, having=0x0, proc_param=0x0, select_options=2202244745984, result=0x14cd52475dd0, unit=0x14cd524190a0, select_lex=0x14cd52474860) at /test/10.5_dbg/sql/sql_select.cc:4649
      #236 0x000055cd2b006daf in handle_select (thd=thd@entry=0x14cd52415088, lex=lex@entry=0x14cd52418fd8, result=result@entry=0x14cd52475dd0, setup_tables_done_option=setup_tables_done_option@entry=1073741824) at /test/10.5_dbg/sql/sql_select.cc:417
      #237 0x000055cd2af8b827 in mysql_execute_command (thd=thd@entry=0x14cd52415088) at /test/10.5_dbg/sql/sql_parse.cc:4699
      #238 0x000055cd2af96638 in mysql_parse (thd=thd@entry=0x14cd52415088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14cd76715350, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7995
      #239 0x000055cd2af83110 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14cd52415088, packet=packet@entry=0x14cd52467089 "INSERT INTO t SELECT * FROM t", packet_length=packet_length@entry=29, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1874
      #240 0x000055cd2af818ea in do_command (thd=0x14cd52415088) at /test/10.5_dbg/sql/sql_parse.cc:1355
      #241 0x000055cd2b0dd15f in do_handle_one_connection (connect=<optimized out>, connect@entry=0x14cd558d2808, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
      #242 0x000055cd2b0dd87b in handle_one_connection (arg=arg@entry=0x14cd558d2808) at /test/10.5_dbg/sql/sql_connect.cc:1313
      #243 0x000055cd2b54011c in pfs_spawn_thread (arg=0x14cd73446508) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
      #244 0x000014cd7568f6db in start_thread (arg=0x14cd76716700) at pthread_create.c:463
      #245 0x000014cd74a8da3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
      

      Bug confirmed present in:
      MariaDB: 10.1.46 (dbg), 10.2.33 (dbg), 10.3.24 (dbg), 10.4.14 (dbg), 10.5.5 (dbg)
      MySQL: 5.6.47 (dbg), 5.7.29 (dbg), 8.0.19 (dbg)

      Bug confirmed not present in:
      MariaDB: 10.1.46 (opt), 10.2.33 (opt), 10.3.24 (opt), 10.4.14 (opt), 10.5.5 (opt)
      MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (opt), 5.7.29 (opt), 8.0.19 (opt)

      Attachments

        Issue Links

          Activity

            vlad.lesin I do not see how Marko's input is a justification for the debug assert as much as it is a highlighting of a design issue. If the design is wrong, and it is not going to be fixed (or should it be?) then at least the assert can be changed to be more than 50, to whatever maximum it can be now, so we do not see this bug (which halts test runs!) during testing.

            Roel Roel Van de Paar added a comment - vlad.lesin I do not see how Marko's input is a justification for the debug assert as much as it is a highlighting of a design issue. If the design is wrong, and it is not going to be fixed (or should it be?) then at least the assert can be changed to be more than 50, to whatever maximum it can be now, so we do not see this bug (which halts test runs!) during testing.

            Roel, the flush_observer was removed in MDEV-19747 (10.5.1).

            vlad.lesin, let me try to put it in other words.

            Each internal node in a B-tree (anything between the root and the leaf pages, excluding the leaf pages) must normally point to at least 2 child pages. This may be temporarily violated during some tree restructuring (splitting or merging leaf pages), see for example btr_lift_page_up(). An internal page that has only one child, it would serve no useful purpose.

            The maximum number of pages in a tablespace is 2³². Because any InnoDB B-tree resides in a single tablespace, the maximum number of pages in an InnoDB B-tree is somewhat less than 2³². Now, let us imagine a maximum-size B-tree. It should have somewhere between 2³¹ and 2³² leaf pages, as well as a similar amount of non-leaf pages. The height of the tree (the number of pages between the root and leaf level) should be at most 31, nowhere near 50.

            I think that we must analyze why the assertion fails, or why a non-branching chain of non-leaf pages is being created.

            marko Marko Mäkelä added a comment - Roel , the flush_observer was removed in MDEV-19747 (10.5.1). vlad.lesin , let me try to put it in other words. Each internal node in a B-tree (anything between the root and the leaf pages, excluding the leaf pages) must normally point to at least 2 child pages. This may be temporarily violated during some tree restructuring (splitting or merging leaf pages), see for example btr_lift_page_up() . An internal page that has only one child, it would serve no useful purpose. The maximum number of pages in a tablespace is 2³². Because any InnoDB B-tree resides in a single tablespace, the maximum number of pages in an InnoDB B-tree is somewhat less than 2³². Now, let us imagine a maximum-size B-tree. It should have somewhere between 2³¹ and 2³² leaf pages, as well as a similar amount of non-leaf pages. The height of the tree (the number of pages between the root and leaf level) should be at most 31, nowhere near 50. I think that we must analyze why the assertion fails, or why a non-branching chain of non-leaf pages is being created.
            Roel Roel Van de Paar added a comment - - edited

            Additional testcase which generates 3 additional stacks

            CREATE TABLE t (a INT,INDEX (a));
            INSERT INTO t VALUES (1),(2),(3),(4),(5),(6),(7),(8);
            SET GLOBAL innodb_limit_optimistic_insert_debug=2;
            INSERT INTO t SELECT t.a FROM t t,t t2;
            INSERT INTO t SELECT t.a FROM t t,t t2;
            

            Leads to:

            10.11.0 bc563f1a4b0b38de3b41fd0f0d3d8b7f1aacbd8b (Debug)

            mysqld: /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:545: buf_block_t* btr_page_alloc(dict_index_t*, uint32_t, byte, ulint, mtr_t*, mtr_t*, dberr_t*): Assertion `level < 50' failed.
            

            10.11.0 bc563f1a4b0b38de3b41fd0f0d3d8b7f1aacbd8b (Debug)

            Core was generated by `/test/MD190822-mariadb-10.11.0-linux-x86_64-dbg/bin/mysqld --no-defaults --core'.
            Program terminated with signal SIGABRT, Aborted.
            #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
            [Current thread is 1 (Thread 0x14cf7030a700 (LWP 3417197))]
            (gdb) bt
            #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
            #1  0x000014cf89899859 in __GI_abort () at abort.c:79
            #2  0x000014cf89899729 in __assert_fail_base (fmt=0x14cf89a2f588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55e8aad00207 "level < 50", file=0x55e8aad00670 "/test/10.11_dbg/storage/innobase/btr/btr0btr.cc", line=545, function=<optimized out>) at assert.c:92
            #3  0x000014cf898aafd6 in __GI___assert_fail (assertion=assertion@entry=0x55e8aad00207 "level < 50", file=file@entry=0x55e8aad00670 "/test/10.11_dbg/storage/innobase/btr/btr0btr.cc", line=line@entry=545, function=function@entry=0x55e8aad00bf8 "buf_block_t* btr_page_alloc(dict_index_t*, uint32_t, byte, ulint, mtr_t*, mtr_t*, dberr_t*)") at assert.c:101
            #4  0x000055e8aa6e5d04 in btr_page_alloc (index=index@entry=0x14cf18021fd0, hint_page_no=hint_page_no@entry=0, file_direction=file_direction@entry=113 'q', level=level@entry=50, mtr=mtr@entry=0x14cf70307510, init_mtr=init_mtr@entry=0x14cf70307510, err=0x14cf702db26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:545
            #5  0x000055e8aa6f1d1f in btr_root_raise_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702db300, offsets=offsets@entry=0x14cf702db2f8, heap=heap@entry=0x14cf702db2f0, tuple=tuple@entry=0x14cf18210630, n_ext=0, mtr=0x14cf70307510, err=0x14cf702db26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:1805
            #6  0x000055e8aa70f9d0 in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702db300, offsets=offsets@entry=0x14cf702db2f8, heap=heap@entry=0x14cf702db2f0, entry=entry@entry=0x14cf18210630, rec=rec@entry=0x14cf702db2e8, big_rec=0x14cf702db2e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/fil0fil.h:487
            #7  0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=50, tuple=0x14cf18210630, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #8  0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf75e03370, split_rec=0x14cf18117456 "\200", block=0x14cf75604e40, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #9  btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dc100, offsets=offsets@entry=0x14cf702dc0f8, heap=heap@entry=0x14cf702dc0f0, tuple=tuple@entry=0x14cf1820fd10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dc06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #10 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dc100, offsets=offsets@entry=0x14cf702dc0f8, heap=heap@entry=0x14cf702dc0f0, entry=entry@entry=0x14cf1820fd10, rec=rec@entry=0x14cf702dc0e8, big_rec=0x14cf702dc0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #11 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=49, tuple=0x14cf1820fd10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #12 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff5b0, split_rec=0x14cf18136966 "\200", block=0x14cf75402c20, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #13 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dcf00, offsets=offsets@entry=0x14cf702dcef8, heap=heap@entry=0x14cf702dcef0, tuple=tuple@entry=0x14cf1820f3f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dce6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #14 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dcf00, offsets=offsets@entry=0x14cf702dcef8, heap=heap@entry=0x14cf702dcef0, entry=entry@entry=0x14cf1820f3f0, rec=rec@entry=0x14cf702dcee8, big_rec=0x14cf702dcee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #15 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=48, tuple=0x14cf1820f3f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #16 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79604480, split_rec=0x14cf18126e36 "\200", block=0x14cf7a204f10, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #17 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ddd00, offsets=offsets@entry=0x14cf702ddcf8, heap=heap@entry=0x14cf702ddcf0, tuple=tuple@entry=0x14cf1820ead0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ddc6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #18 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ddd00, offsets=offsets@entry=0x14cf702ddcf8, heap=heap@entry=0x14cf702ddcf0, entry=entry@entry=0x14cf1820ead0, rec=rec@entry=0x14cf702ddce8, big_rec=0x14cf702ddce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #19 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=47, tuple=0x14cf1820ead0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #20 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffea0, split_rec=0x14cf18091fd6 "\200", block=0x14cf79e00a00, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #21 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702deb00, offsets=offsets@entry=0x14cf702deaf8, heap=heap@entry=0x14cf702deaf0, tuple=tuple@entry=0x14cf1820e1b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dea6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #22 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702deb00, offsets=offsets@entry=0x14cf702deaf8, heap=heap@entry=0x14cf702deaf0, entry=entry@entry=0x14cf1820e1b0, rec=rec@entry=0x14cf702deae8, big_rec=0x14cf702deae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #23 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=46, tuple=0x14cf1820e1b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #24 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=112, new_block=0x14cf79400110, split_rec=0x14cf7a608092 "\200", block=0x14cf7a5ff000, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #25 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702df900, offsets=offsets@entry=0x14cf702df8f8, heap=heap@entry=0x14cf702df8f0, tuple=tuple@entry=0x14cf1820d890, n_ext=0, mtr=0x14cf70307510, err=0x14cf702df86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #26 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702df900, offsets=offsets@entry=0x14cf702df8f8, heap=heap@entry=0x14cf702df8f0, entry=entry@entry=0x14cf1820d890, rec=rec@entry=0x14cf702df8e8, big_rec=0x14cf702df8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #27 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=45, tuple=0x14cf1820d890, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #28 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffd00, split_rec=0x14cf181933a6 "\200", block=0x14cf79601cb0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #29 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e0700, offsets=offsets@entry=0x14cf702e06f8, heap=heap@entry=0x14cf702e06f0, tuple=tuple@entry=0x14cf1820cf70, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e066c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #30 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e0700, offsets=offsets@entry=0x14cf702e06f8, heap=heap@entry=0x14cf702e06f0, entry=entry@entry=0x14cf1820cf70, rec=rec@entry=0x14cf702e06e8, big_rec=0x14cf702e06e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #31 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=44, tuple=0x14cf1820cf70, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #32 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79c020c0, split_rec=0x14cf180db5f6 "\200", block=0x14cf78005180, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #33 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e1500, offsets=offsets@entry=0x14cf702e14f8, heap=heap@entry=0x14cf702e14f0, tuple=tuple@entry=0x14cf1820c650, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e146c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #34 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e1500, offsets=offsets@entry=0x14cf702e14f8, heap=heap@entry=0x14cf702e14f0, entry=entry@entry=0x14cf1820c650, rec=rec@entry=0x14cf702e14e8, big_rec=0x14cf702e14e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #35 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=43, tuple=0x14cf1820c650, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #36 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400380, split_rec=0x14cf181ce356 "\200", block=0x14cf79a00450, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #37 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e2300, offsets=offsets@entry=0x14cf702e22f8, heap=heap@entry=0x14cf702e22f0, tuple=tuple@entry=0x14cf1820bd30, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e226c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #38 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e2300, offsets=offsets@entry=0x14cf702e22f8, heap=heap@entry=0x14cf702e22f0, entry=entry@entry=0x14cf1820bd30, rec=rec@entry=0x14cf702e22e8, big_rec=0x14cf702e22e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #39 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=42, tuple=0x14cf1820bd30, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #40 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400040, split_rec=0x14cf1808d076 "\200", block=0x14cf794001e0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #41 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3100, offsets=offsets@entry=0x14cf702e30f8, heap=heap@entry=0x14cf702e30f0, tuple=tuple@entry=0x14cf1820b410, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e306c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #42 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3100, offsets=offsets@entry=0x14cf702e30f8, heap=heap@entry=0x14cf702e30f0, entry=entry@entry=0x14cf1820b410, rec=rec@entry=0x14cf702e30e8, big_rec=0x14cf702e30e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #43 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=41, tuple=0x14cf1820b410, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #44 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400450, split_rec=0x14cf1807f986 "\200", block=0x14cf772017d0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #45 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3f00, offsets=offsets@entry=0x14cf702e3ef8, heap=heap@entry=0x14cf702e3ef0, tuple=tuple@entry=0x14cf1820aaf0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e3e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #46 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3f00, offsets=offsets@entry=0x14cf702e3ef8, heap=heap@entry=0x14cf702e3ef0, entry=entry@entry=0x14cf1820aaf0, rec=rec@entry=0x14cf702e3ee8, big_rec=0x14cf702e3ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #47 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=40, tuple=0x14cf1820aaf0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #48 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf795ffd00, split_rec=0x14cf1814a5c6 "\200", block=0x14cf794002b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #49 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e4d00, offsets=offsets@entry=0x14cf702e4cf8, heap=heap@entry=0x14cf702e4cf0, tuple=tuple@entry=0x14cf1820a1d0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e4c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #50 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e4d00, offsets=offsets@entry=0x14cf702e4cf8, heap=heap@entry=0x14cf702e4cf0, entry=entry@entry=0x14cf1820a1d0, rec=rec@entry=0x14cf702e4ce8, big_rec=0x14cf702e4ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #51 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=39, tuple=0x14cf1820a1d0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #52 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400520, split_rec=0x14cf180557a6 "\200", block=0x14cf77201700, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #53 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e5b00, offsets=offsets@entry=0x14cf702e5af8, heap=heap@entry=0x14cf702e5af0, tuple=tuple@entry=0x14cf182098b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e5a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #54 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e5b00, offsets=offsets@entry=0x14cf702e5af8, heap=heap@entry=0x14cf702e5af0, entry=entry@entry=0x14cf182098b0, rec=rec@entry=0x14cf702e5ae8, big_rec=0x14cf702e5ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #55 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=38, tuple=0x14cf182098b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #56 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603ed0, split_rec=0x14cf181d6e76 "\200", block=0x14cf79400790, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #57 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e6900, offsets=offsets@entry=0x14cf702e68f8, heap=heap@entry=0x14cf702e68f0, tuple=tuple@entry=0x14cf18208f90, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e686c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #58 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e6900, offsets=offsets@entry=0x14cf702e68f8, heap=heap@entry=0x14cf702e68f0, entry=entry@entry=0x14cf18208f90, rec=rec@entry=0x14cf702e68e8, big_rec=0x14cf702e68e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #59 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=37, tuple=0x14cf18208f90, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #60 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603fa0, split_rec=0x14cf181c8636 "\200", block=0x14cf79602330, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #61 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e7700, offsets=offsets@entry=0x14cf702e76f8, heap=heap@entry=0x14cf702e76f0, tuple=tuple@entry=0x14cf18208670, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e766c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #62 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e7700, offsets=offsets@entry=0x14cf702e76f8, heap=heap@entry=0x14cf702e76f0, entry=entry@entry=0x14cf18208670, rec=rec@entry=0x14cf702e76e8, big_rec=0x14cf702e76e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #63 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=36, tuple=0x14cf18208670, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #64 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400860, split_rec=0x14cf180fa4c6 "\200", block=0x14cf79603c60, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #65 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e8500, offsets=offsets@entry=0x14cf702e84f8, heap=heap@entry=0x14cf702e84f0, tuple=tuple@entry=0x14cf18207d50, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e846c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #66 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e8500, offsets=offsets@entry=0x14cf702e84f8, heap=heap@entry=0x14cf702e84f0, entry=entry@entry=0x14cf18207d50, rec=rec@entry=0x14cf702e84e8, big_rec=0x14cf702e84e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #67 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=35, tuple=0x14cf18207d50, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #68 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794036b0, split_rec=0x14cf181aa686 "\200", block=0x14cf796042e0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #69 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e9300, offsets=offsets@entry=0x14cf702e92f8, heap=heap@entry=0x14cf702e92f0, tuple=tuple@entry=0x14cf18207430, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e926c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #70 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e9300, offsets=offsets@entry=0x14cf702e92f8, heap=heap@entry=0x14cf702e92f0, entry=entry@entry=0x14cf18207430, rec=rec@entry=0x14cf702e92e8, big_rec=0x14cf702e92e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #71 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=34, tuple=0x14cf18207430, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #72 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400ad0, split_rec=0x14cf181cc326 "\200", block=0x14cf88086850, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #73 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ea100, offsets=offsets@entry=0x14cf702ea0f8, heap=heap@entry=0x14cf702ea0f0, tuple=tuple@entry=0x14cf18206b10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ea06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #74 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ea100, offsets=offsets@entry=0x14cf702ea0f8, heap=heap@entry=0x14cf702ea0f0, entry=entry@entry=0x14cf18206b10, rec=rec@entry=0x14cf702ea0e8, big_rec=0x14cf702ea0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #75 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=33, tuple=0x14cf18206b10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #76 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401080, split_rec=0x14cf18086736 "\200", block=0x14cf793ffdd0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #77 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702eaf00, offsets=offsets@entry=0x14cf702eaef8, heap=heap@entry=0x14cf702eaef0, tuple=tuple@entry=0x14cf18204220, n_ext=0, mtr=0x14cf70307510, err=0x14cf702eae6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #78 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702eaf00, offsets=offsets@entry=0x14cf702eaef8, heap=heap@entry=0x14cf702eaef0, entry=entry@entry=0x14cf18204220, rec=rec@entry=0x14cf702eaee8, big_rec=0x14cf702eaee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #79 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=32, tuple=0x14cf18204220, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #80 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794005f0, split_rec=0x14cf180ca696 "\200", block=0x14cf794006c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #81 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ebd00, offsets=offsets@entry=0x14cf702ebcf8, heap=heap@entry=0x14cf702ebcf0, tuple=tuple@entry=0x14cf18203340, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ebc6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #82 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ebd00, offsets=offsets@entry=0x14cf702ebcf8, heap=heap@entry=0x14cf702ebcf0, entry=entry@entry=0x14cf18203340, rec=rec@entry=0x14cf702ebce8, big_rec=0x14cf702ebce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #83 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=31, tuple=0x14cf18203340, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #84 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79c03ed0, split_rec=0x14cf180fa326 "\200", block=0x14cf79402e90, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #85 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ecb00, offsets=offsets@entry=0x14cf702ecaf8, heap=heap@entry=0x14cf702ecaf0, tuple=tuple@entry=0x14cf18202a20, n_ext=0, mtr=0x14cf70307510, err=0x14cf702eca6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #86 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ecb00, offsets=offsets@entry=0x14cf702ecaf8, heap=heap@entry=0x14cf702ecaf0, entry=entry@entry=0x14cf18202a20, rec=rec@entry=0x14cf702ecae8, big_rec=0x14cf702ecae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #87 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=30, tuple=0x14cf18202a20, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #88 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffa90, split_rec=0x14cf18081f56 "\200", block=0x14cf77dff5b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #89 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ed900, offsets=offsets@entry=0x14cf702ed8f8, heap=heap@entry=0x14cf702ed8f0, tuple=tuple@entry=0x14cf18202100, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ed86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #90 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ed900, offsets=offsets@entry=0x14cf702ed8f8, heap=heap@entry=0x14cf702ed8f0, entry=entry@entry=0x14cf18202100, rec=rec@entry=0x14cf702ed8e8, big_rec=0x14cf702ed8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #91 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=29, tuple=0x14cf18202100, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #92 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79403780, split_rec=0x14cf181e0e46 "\200", block=0x14cf79604d70, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #93 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ee700, offsets=offsets@entry=0x14cf702ee6f8, heap=heap@entry=0x14cf702ee6f0, tuple=tuple@entry=0x14cf182017e0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ee66c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #94 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ee700, offsets=offsets@entry=0x14cf702ee6f8, heap=heap@entry=0x14cf702ee6f0, entry=entry@entry=0x14cf182017e0, rec=rec@entry=0x14cf702ee6e8, big_rec=0x14cf702ee6e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #95 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=28, tuple=0x14cf182017e0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #96 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400a00, split_rec=0x14cf181aa5f6 "\200", block=0x14cf77dff9c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #97 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ef500, offsets=offsets@entry=0x14cf702ef4f8, heap=heap@entry=0x14cf702ef4f0, tuple=tuple@entry=0x14cf18200ec0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ef46c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #98 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ef500, offsets=offsets@entry=0x14cf702ef4f8, heap=heap@entry=0x14cf702ef4f0, entry=entry@entry=0x14cf18200ec0, rec=rec@entry=0x14cf702ef4e8, big_rec=0x14cf702ef4e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #99 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=27, tuple=0x14cf18200ec0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #100 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf789ff000, split_rec=0x14cf18020686 "\200", block=0x14cf765ff820, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #101 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f0300, offsets=offsets@entry=0x14cf702f02f8, heap=heap@entry=0x14cf702f02f0, tuple=tuple@entry=0x14cf182005a0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f026c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #102 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f0300, offsets=offsets@entry=0x14cf702f02f8, heap=heap@entry=0x14cf702f02f0, entry=entry@entry=0x14cf182005a0, rec=rec@entry=0x14cf702f02e8, big_rec=0x14cf702f02e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #103 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=26, tuple=0x14cf182005a0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #104 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400c70, split_rec=0x14cf1807fa66 "\200", block=0x14cf78003920, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #105 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1100, offsets=offsets@entry=0x14cf702f10f8, heap=heap@entry=0x14cf702f10f0, tuple=tuple@entry=0x14cf181ffc80, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f106c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #106 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1100, offsets=offsets@entry=0x14cf702f10f8, heap=heap@entry=0x14cf702f10f0, entry=entry@entry=0x14cf181ffc80, rec=rec@entry=0x14cf702f10e8, big_rec=0x14cf702f10e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #107 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=25, tuple=0x14cf181ffc80, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #108 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401150, split_rec=0x14cf1801bef6 "\200", block=0x14cf78002dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #109 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1f00, offsets=offsets@entry=0x14cf702f1ef8, heap=heap@entry=0x14cf702f1ef0, tuple=tuple@entry=0x14cf181ff360, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f1e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #110 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1f00, offsets=offsets@entry=0x14cf702f1ef8, heap=heap@entry=0x14cf702f1ef0, entry=entry@entry=0x14cf181ff360, rec=rec@entry=0x14cf702f1ee8, big_rec=0x14cf702f1ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #111 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=24, tuple=0x14cf181ff360, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #112 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401220, split_rec=0x14cf180d9fc6 "\200", block=0x14cf78003100, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #113 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f2d00, offsets=offsets@entry=0x14cf702f2cf8, heap=heap@entry=0x14cf702f2cf0, tuple=tuple@entry=0x14cf181fea40, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f2c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #114 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f2d00, offsets=offsets@entry=0x14cf702f2cf8, heap=heap@entry=0x14cf702f2cf0, entry=entry@entry=0x14cf181fea40, rec=rec@entry=0x14cf702f2ce8, big_rec=0x14cf702f2ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #115 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=23, tuple=0x14cf181fea40, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #116 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401cb0, split_rec=0x14cf1801b9f6 "\200", block=0x14cf78003440, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #117 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f3b00, offsets=offsets@entry=0x14cf702f3af8, heap=heap@entry=0x14cf702f3af0, tuple=tuple@entry=0x14cf181fe120, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f3a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #118 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f3b00, offsets=offsets@entry=0x14cf702f3af8, heap=heap@entry=0x14cf702f3af0, entry=entry@entry=0x14cf181fe120, rec=rec@entry=0x14cf702f3ae8, big_rec=0x14cf702f3ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #119 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=22, tuple=0x14cf181fe120, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #120 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400d40, split_rec=0x14cf1801ef36 "\200", block=0x14cf780029b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #121 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f4900, offsets=offsets@entry=0x14cf702f48f8, heap=heap@entry=0x14cf702f48f0, tuple=tuple@entry=0x14cf181fd800, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f486c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #122 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f4900, offsets=offsets@entry=0x14cf702f48f8, heap=heap@entry=0x14cf702f48f0, entry=entry@entry=0x14cf181fd800, rec=rec@entry=0x14cf702f48e8, big_rec=0x14cf702f48e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #123 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=21, tuple=0x14cf181fd800, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #124 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff4e0, split_rec=0x14cf18098e16 "\200", block=0x14cf78003d30, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #125 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f5700, offsets=offsets@entry=0x14cf702f56f8, heap=heap@entry=0x14cf702f56f0, tuple=tuple@entry=0x14cf181faf10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f566c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #126 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f5700, offsets=offsets@entry=0x14cf702f56f8, heap=heap@entry=0x14cf702f56f0, entry=entry@entry=0x14cf181faf10, rec=rec@entry=0x14cf702f56e8, big_rec=0x14cf702f56e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #127 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=20, tuple=0x14cf181faf10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #128 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff0d0, split_rec=0x14cf181d2216 "\200", block=0x14cf78003510, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #129 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f6500, offsets=offsets@entry=0x14cf702f64f8, heap=heap@entry=0x14cf702f64f0, tuple=tuple@entry=0x14cf181fa5f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f646c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #130 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f6500, offsets=offsets@entry=0x14cf702f64f8, heap=heap@entry=0x14cf702f64f0, entry=entry@entry=0x14cf181fa5f0, rec=rec@entry=0x14cf702f64e8, big_rec=0x14cf702f64e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #131 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=19, tuple=0x14cf181fa5f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #132 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400fb0, split_rec=0x14cf181a7d96 "\200", block=0x14cf75202e90, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #133 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f7300, offsets=offsets@entry=0x14cf702f72f8, heap=heap@entry=0x14cf702f72f0, tuple=tuple@entry=0x14cf181f9cd0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f726c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #134 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f7300, offsets=offsets@entry=0x14cf702f72f8, heap=heap@entry=0x14cf702f72f0, entry=entry@entry=0x14cf181f9cd0, rec=rec@entry=0x14cf702f72e8, big_rec=0x14cf702f72e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #135 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=18, tuple=0x14cf181f9cd0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #136 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff000, split_rec=0x14cf180fa3f6 "\200", block=0x14cf75202a80, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #137 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8100, offsets=offsets@entry=0x14cf702f80f8, heap=heap@entry=0x14cf702f80f0, tuple=tuple@entry=0x14cf181f93b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f806c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #138 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8100, offsets=offsets@entry=0x14cf702f80f8, heap=heap@entry=0x14cf702f80f0, entry=entry@entry=0x14cf181f93b0, rec=rec@entry=0x14cf702f80e8, big_rec=0x14cf702f80e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #139 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=17, tuple=0x14cf181f93b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #140 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff340, split_rec=0x14cf181df106 "\200", block=0x14cf780031d0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #141 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8f00, offsets=offsets@entry=0x14cf702f8ef8, heap=heap@entry=0x14cf702f8ef0, tuple=tuple@entry=0x14cf181f8a90, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f8e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #142 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8f00, offsets=offsets@entry=0x14cf702f8ef8, heap=heap@entry=0x14cf702f8ef0, entry=entry@entry=0x14cf181f8a90, rec=rec@entry=0x14cf702f8ee8, big_rec=0x14cf702f8ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #143 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=16, tuple=0x14cf181f8a90, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #144 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603e00, split_rec=0x14cf18123156 "\200", block=0x14cf78004140, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #145 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f9d00, offsets=offsets@entry=0x14cf702f9cf8, heap=heap@entry=0x14cf702f9cf0, tuple=tuple@entry=0x14cf181f8170, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f9c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #146 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f9d00, offsets=offsets@entry=0x14cf702f9cf8, heap=heap@entry=0x14cf702f9cf0, entry=entry@entry=0x14cf181f8170, rec=rec@entry=0x14cf702f9ce8, big_rec=0x14cf702f9ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #147 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=15, tuple=0x14cf181f8170, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #148 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79605250, split_rec=0x14cf18121416 "\200", block=0x14cf7b8013c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #149 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fab00, offsets=offsets@entry=0x14cf702faaf8, heap=heap@entry=0x14cf702faaf0, tuple=tuple@entry=0x14cf181f7850, n_ext=0, mtr=0x14cf70307510, err=0x14cf702faa6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #150 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fab00, offsets=offsets@entry=0x14cf702faaf8, heap=heap@entry=0x14cf702faaf0, entry=entry@entry=0x14cf181f7850, rec=rec@entry=0x14cf702faae8, big_rec=0x14cf702faae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #151 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=14, tuple=0x14cf181f7850, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #152 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00380, split_rec=0x14cf181ab9f6 "\200", block=0x14cf78004890, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #153 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fb900, offsets=offsets@entry=0x14cf702fb8f8, heap=heap@entry=0x14cf702fb8f0, tuple=tuple@entry=0x14cf181f6f30, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fb86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #154 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fb900, offsets=offsets@entry=0x14cf702fb8f8, heap=heap@entry=0x14cf702fb8f0, entry=entry@entry=0x14cf181f6f30, rec=rec@entry=0x14cf702fb8e8, big_rec=0x14cf702fb8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #155 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=13, tuple=0x14cf181f6f30, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #156 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dff680, split_rec=0x14cf181aa526 "\200", block=0x14cf765ffb60, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #157 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fc700, offsets=offsets@entry=0x14cf702fc6f8, heap=heap@entry=0x14cf702fc6f0, tuple=tuple@entry=0x14cf181f6610, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fc66c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #158 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fc700, offsets=offsets@entry=0x14cf702fc6f8, heap=heap@entry=0x14cf702fc6f0, entry=entry@entry=0x14cf181f6610, rec=rec@entry=0x14cf702fc6e8, big_rec=0x14cf702fc6e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #159 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=12, tuple=0x14cf181f6610, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #160 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dfff70, split_rec=0x14cf18099046 "\200", block=0x14cf7a400040, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #161 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fd500, offsets=offsets@entry=0x14cf702fd4f8, heap=heap@entry=0x14cf702fd4f0, tuple=tuple@entry=0x14cf181f5cf0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fd46c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #162 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fd500, offsets=offsets@entry=0x14cf702fd4f8, heap=heap@entry=0x14cf702fd4f0, entry=entry@entry=0x14cf181f5cf0, rec=rec@entry=0x14cf702fd4e8, big_rec=0x14cf702fd4e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #163 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=11, tuple=0x14cf181f5cf0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #164 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e002b0, split_rec=0x14cf181cc2c6 "\200", block=0x14cf7bc03850, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #165 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fe300, offsets=offsets@entry=0x14cf702fe2f8, heap=heap@entry=0x14cf702fe2f0, tuple=tuple@entry=0x14cf181f3400, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fe26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #166 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fe300, offsets=offsets@entry=0x14cf702fe2f8, heap=heap@entry=0x14cf702fe2f0, entry=entry@entry=0x14cf181f3400, rec=rec@entry=0x14cf702fe2e8, big_rec=0x14cf702fe2e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #167 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=10, tuple=0x14cf181f3400, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #168 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00110, split_rec=0x14cf18096b86 "\200", block=0x14cf75202c20, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #169 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ff100, offsets=offsets@entry=0x14cf702ff0f8, heap=heap@entry=0x14cf702ff0f0, tuple=tuple@entry=0x14cf181f2ae0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ff06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #170 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ff100, offsets=offsets@entry=0x14cf702ff0f8, heap=heap@entry=0x14cf702ff0f0, entry=entry@entry=0x14cf181f2ae0, rec=rec@entry=0x14cf702ff0e8, big_rec=0x14cf702ff0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #171 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=9, tuple=0x14cf181f2ae0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #172 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00520, split_rec=0x14cf180291f6 "\200", block=0x14cf7bc047c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #173 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fff00, offsets=offsets@entry=0x14cf702ffef8, heap=heap@entry=0x14cf702ffef0, tuple=tuple@entry=0x14cf181f21c0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ffe6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #174 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fff00, offsets=offsets@entry=0x14cf702ffef8, heap=heap@entry=0x14cf702ffef0, entry=entry@entry=0x14cf181f21c0, rec=rec@entry=0x14cf702ffee8, big_rec=0x14cf702ffee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #175 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=8, tuple=0x14cf181f21c0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #176 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf765ff8f0, split_rec=0x14cf18097246 "\200", block=0x14cf7bc02dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #177 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70300d00, offsets=offsets@entry=0x14cf70300cf8, heap=heap@entry=0x14cf70300cf0, tuple=tuple@entry=0x14cf181f18a0, n_ext=0, mtr=0x14cf70307510, err=0x14cf70300c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #178 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70300d00, offsets=offsets@entry=0x14cf70300cf8, heap=heap@entry=0x14cf70300cf0, entry=entry@entry=0x14cf181f18a0, rec=rec@entry=0x14cf70300ce8, big_rec=0x14cf70300ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #179 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=7, tuple=0x14cf181f18a0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #180 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dff4e0, split_rec=0x14cf18179f76 "\200", block=0x14cf765ffc30, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #181 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70301b00, offsets=offsets@entry=0x14cf70301af8, heap=heap@entry=0x14cf70301af0, tuple=tuple@entry=0x14cf181f0f80, n_ext=0, mtr=0x14cf70307510, err=0x14cf70301a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #182 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70301b00, offsets=offsets@entry=0x14cf70301af8, heap=heap@entry=0x14cf70301af0, entry=entry@entry=0x14cf181f0f80, rec=rec@entry=0x14cf70301ae8, big_rec=0x14cf70301ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #183 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=6, tuple=0x14cf181f0f80, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #184 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dffa90, split_rec=0x14cf1811fd36 "\200", block=0x14cf75202cf0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #185 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70302900, offsets=offsets@entry=0x14cf703028f8, heap=heap@entry=0x14cf703028f0, tuple=tuple@entry=0x14cf181f0660, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030286c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #186 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70302900, offsets=offsets@entry=0x14cf703028f8, heap=heap@entry=0x14cf703028f0, entry=entry@entry=0x14cf181f0660, rec=rec@entry=0x14cf703028e8, big_rec=0x14cf703028e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #187 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=5, tuple=0x14cf181f0660, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #188 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dffd00, split_rec=0x14cf18090566 "\200", block=0x14cf75202dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #189 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70303700, offsets=offsets@entry=0x14cf703036f8, heap=heap@entry=0x14cf703036f0, tuple=tuple@entry=0x14cf181ee4f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030366c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #190 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70303700, offsets=offsets@entry=0x14cf703036f8, heap=heap@entry=0x14cf703036f0, entry=entry@entry=0x14cf181ee4f0, rec=rec@entry=0x14cf703036e8, big_rec=0x14cf703036e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #191 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=4, tuple=0x14cf181ee4f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #192 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79a002b0, split_rec=0x14cf181d8e76 "\200", block=0x14cf78005250, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #193 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70304500, offsets=offsets@entry=0x14cf703044f8, heap=heap@entry=0x14cf703044f0, tuple=tuple@entry=0x14cf181edbd0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030446c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #194 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70304500, offsets=offsets@entry=0x14cf703044f8, heap=heap@entry=0x14cf703044f0, entry=entry@entry=0x14cf181edbd0, rec=rec@entry=0x14cf703044e8, big_rec=0x14cf703044e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #195 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=3, tuple=0x14cf181edbd0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #196 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79a00380, split_rec=0x14cf18026066 "\200", block=0x14cf7bc03100, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #197 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70305300, offsets=offsets@entry=0x14cf703052f8, heap=heap@entry=0x14cf703052f0, tuple=tuple@entry=0x14cf181ec6c0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030526c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #198 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70305300, offsets=offsets@entry=0x14cf703052f8, heap=heap@entry=0x14cf703052f0, entry=entry@entry=0x14cf181ec6c0, rec=rec@entry=0x14cf703052e8, big_rec=0x14cf703052e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #199 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=2, tuple=0x14cf181ec6c0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #200 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf799ffd00, split_rec=0x14cf1802a5d6 "\200", block=0x14cf75202b50, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #201 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70306100, offsets=offsets@entry=0x14cf703060f8, heap=heap@entry=0x14cf703060f0, tuple=tuple@entry=0x14cf181ebda0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030606c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #202 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70306100, offsets=offsets@entry=0x14cf703060f8, heap=heap@entry=0x14cf703060f0, entry=entry@entry=0x14cf181ebda0, rec=rec@entry=0x14cf703060e8, big_rec=0x14cf703060e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #203 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=7, flags@entry=0, index=index@entry=0x14cf18021fd0, level=level@entry=1, tuple=0x14cf181ebda0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358
            #204 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794031d0, split_rec=0x14cf1808d4c6 "\200", block=0x14cf765ffa90, index=0x14cf18021fd0, flags=0) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466
            #205 btr_page_split_and_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cf70306fa0, offsets=offsets@entry=0x14cf70306f38, heap=heap@entry=0x14cf70306f28, tuple=tuple@entry=0x14cf1801f098, n_ext=0, mtr=0x14cf70307510, err=0x14cf70306e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979
            #206 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cf70306fa0, offsets=offsets@entry=0x14cf70306f38, heap=heap@entry=0x14cf70306f28, entry=entry@entry=0x14cf1801f098, rec=rec@entry=0x14cf70306f50, big_rec=0x14cf70307040, n_ext=<optimized out>, thr=0x14cf180275e0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135
            #207 0x000055e8aa5fe48d in row_ins_sec_index_entry_low (flags=flags@entry=0, mode=mode@entry=10, index=index@entry=0x14cf18021fd0, offsets_heap=<optimized out>, offsets_heap@entry=0x14cf181e7f80, heap=heap@entry=0x14cf181e27d0, entry=entry@entry=0x14cf1801f098, trx_id=0, thr=0x14cf180275e0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3075
            #208 0x000055e8aa5feda1 in row_ins_sec_index_entry (index=index@entry=0x14cf18021fd0, entry=entry@entry=0x14cf1801f098, thr=thr@entry=0x14cf180275e0, check_foreign=check_foreign@entry=true) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3265
            #209 0x000055e8aa60386c in row_ins_index_entry (thr=0x14cf180275e0, entry=0x14cf1801f098, index=0x14cf18021fd0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3310
            #210 row_ins_index_entry_step (thr=0x14cf180275e0, node=<optimized out>) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3476
            #211 row_ins (thr=0x14cf180275e0, node=<optimized out>) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3622
            #212 row_ins_step (thr=thr@entry=0x14cf180275e0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3762
            #213 0x000055e8aa625dd1 in row_insert_for_mysql (mysql_rec=mysql_rec@entry=0x14cf180261f8 "\375\001", prebuilt=0x14cf18026ed0, ins_mode=ROW_INS_NORMAL) at /test/10.11_dbg/storage/innobase/row/row0mysql.cc:1313
            #214 0x000055e8aa4b31e1 in ha_innobase::write_row (this=0x14cf18026680, record=0x14cf180261f8 "\375\001") at /test/10.11_dbg/storage/innobase/handler/ha_innodb.cc:7855
            #215 0x000055e8aa19c4b7 in handler::ha_write_row (this=0x14cf18026680, buf=0x14cf180261f8 "\375\001") at /test/10.11_dbg/sql/handler.cc:7577
            #216 0x000055e8a9e5b60c in write_record (thd=0x14cf18000db8, table=0x14cf18025c98, info=info@entry=0x14cf18016150, sink=0x0) at /test/10.11_dbg/sql/sql_insert.cc:2191
            #217 0x000055e8a9e5ba9a in select_insert::send_data (this=0x14cf18016100, values=<optimized out>) at /test/10.11_dbg/sql/sql_insert.cc:4174
            #218 0x000055e8a9f173dd in select_result_sink::send_data_with_check (sent=<optimized out>, u=<optimized out>, items=@0x14cf180165b8: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cf180742b8, last = 0x14cf180742b8, elements = 1}, <No data fields>}, this=<optimized out>) at /test/10.11_dbg/sql/sql_class.h:5679
            #219 end_send (join=0x14cf180161c0, join_tab=0x14cf18017530, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:22999
            #220 0x000055e8a9ee8097 in evaluate_join_record (join=join@entry=0x14cf180161c0, join_tab=0x14cf18017178, error=error@entry=0) at /test/10.11_dbg/sql/sql_select.cc:21993
            #221 0x000055e8a9f25ec9 in AGGR_OP::end_send (this=this@entry=0x14cf18074190) at /test/10.11_dbg/sql/sql_select.cc:30232
            #222 0x000055e8a9f261d1 in sub_select_postjoin_aggr (join=0x14cf180161c0, join_tab=0x14cf18017178, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:21473
            #223 0x000055e8a9efc5d7 in sub_select (join=join@entry=0x14cf180161c0, join_tab=join_tab@entry=0x14cf18016dc0, end_of_records=end_of_records@entry=true) at /test/10.11_dbg/sql/sql_select.cc:21707
            #224 0x000055e8a9efca50 in sub_select_cache (join=0x14cf180161c0, join_tab=0x14cf18016dc0, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:21540
            #225 0x000055e8a9efc5d7 in sub_select (join=0x14cf180161c0, join_tab=0x14cf18016a08, end_of_records=true) at /test/10.11_dbg/sql/sql_select.cc:21707
            #226 0x000055e8a9f328c5 in do_select (procedure=<optimized out>, join=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:21310
            #227 JOIN::exec_inner (this=this@entry=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:4812
            #228 0x000055e8a9f32e28 in JOIN::exec (this=this@entry=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:4590
            #229 0x000055e8a9f30bac in mysql_select (thd=thd@entry=0x14cf18000db8, tables=0x14cf18014a18, fields=@0x14cf180146c0: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cf180149c0, last = 0x14cf180149c0, elements = 1}, <No data fields>}, conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2202261523200, result=0x14cf18016100, unit=0x14cf18004ff0, select_lex=0x14cf18014420) at /test/10.11_dbg/sql/sql_select.cc:5070
            #230 0x000055e8a9f313a2 in handle_select (thd=thd@entry=0x14cf18000db8, lex=lex@entry=0x14cf18004f18, result=result@entry=0x14cf18016100, setup_tables_done_option=setup_tables_done_option@entry=1073741824) at /test/10.11_dbg/sql/sql_select.cc:581
            #231 0x000055e8a9ea99e6 in mysql_execute_command (thd=thd@entry=0x14cf18000db8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/10.11_dbg/sql/sql_parse.cc:4709
            #232 0x000055e8a9e95882 in mysql_parse (thd=thd@entry=0x14cf18000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14cf70309330) at /test/10.11_dbg/sql/sql_parse.cc:8035
            #233 0x000055e8a9ea2e6a in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14cf18000db8, packet=packet@entry=0x14cf1800b6e9 "INSERT INTO t SELECT t.a FROM t t,t t2", packet_length=packet_length@entry=38, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_class.h:1339
            #234 0x000055e8a9ea5574 in do_command (thd=0x14cf18000db8, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_parse.cc:1407
            #235 0x000055e8aa0071da in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55e8ac43ff78, put_in_cache=put_in_cache@entry=true) at /test/10.11_dbg/sql/sql_connect.cc:1418
            #236 0x000055e8aa0076e3 in handle_one_connection (arg=0x55e8ac43ff78) at /test/10.11_dbg/sql/sql_connect.cc:1312
            #237 0x000014cf89daa609 in start_thread (arg=<optimized out>) at pthread_create.c:477
            #238 0x000014cf89996133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
            

            Bug confirmed present in:
            MariaDB: 10.3.37 (dbg), 10.4.27 (dbg), 10.5.18 (dbg), 10.6.10 (dbg), 10.7.6 (dbg), 10.8.5 (dbg), 10.9.2 (dbg), 10.10.2 (dbg), 10.11.0 (dbg)
            MySQL: 5.6.51 (dbg), 5.7.38 (dbg), 8.0.29 (dbg)

            Bug (or feature/syntax) confirmed not present in:
            MariaDB: 10.3.37 (opt), 10.4.27 (opt), 10.5.18 (opt), 10.6.10 (opt), 10.7.6 (opt), 10.8.5 (opt), 10.9.2 (opt), 10.10.2 (opt), 10.11.0 (opt)
            MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.51 (opt), 5.7.38 (opt), 8.0.29 (opt)

            Roel Roel Van de Paar added a comment - - edited Additional testcase which generates 3 additional stacks CREATE TABLE t (a INT , INDEX (a)); INSERT INTO t VALUES (1),(2),(3),(4),(5),(6),(7),(8); SET GLOBAL innodb_limit_optimistic_insert_debug=2; INSERT INTO t SELECT t.a FROM t t,t t2; INSERT INTO t SELECT t.a FROM t t,t t2; Leads to: 10.11.0 bc563f1a4b0b38de3b41fd0f0d3d8b7f1aacbd8b (Debug) mysqld: /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:545: buf_block_t* btr_page_alloc(dict_index_t*, uint32_t, byte, ulint, mtr_t*, mtr_t*, dberr_t*): Assertion `level < 50' failed. 10.11.0 bc563f1a4b0b38de3b41fd0f0d3d8b7f1aacbd8b (Debug) Core was generated by `/test/MD190822-mariadb-10.11.0-linux-x86_64-dbg/bin/mysqld --no-defaults --core'. Program terminated with signal SIGABRT, Aborted. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [Current thread is 1 (Thread 0x14cf7030a700 (LWP 3417197))] (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x000014cf89899859 in __GI_abort () at abort.c:79 #2 0x000014cf89899729 in __assert_fail_base (fmt=0x14cf89a2f588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55e8aad00207 "level < 50", file=0x55e8aad00670 "/test/10.11_dbg/storage/innobase/btr/btr0btr.cc", line=545, function=<optimized out>) at assert.c:92 #3 0x000014cf898aafd6 in __GI___assert_fail (assertion=assertion@entry=0x55e8aad00207 "level < 50", file=file@entry=0x55e8aad00670 "/test/10.11_dbg/storage/innobase/btr/btr0btr.cc", line=line@entry=545, function=function@entry=0x55e8aad00bf8 "buf_block_t* btr_page_alloc(dict_index_t*, uint32_t, byte, ulint, mtr_t*, mtr_t*, dberr_t*)") at assert.c:101 #4 0x000055e8aa6e5d04 in btr_page_alloc (index=index@entry=0x14cf18021fd0, hint_page_no=hint_page_no@entry=0, file_direction=file_direction@entry=113 'q', level=level@entry=50, mtr=mtr@entry=0x14cf70307510, init_mtr=init_mtr@entry=0x14cf70307510, err=0x14cf702db26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:545 #5 0x000055e8aa6f1d1f in btr_root_raise_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702db300, offsets=offsets@entry=0x14cf702db2f8, heap=heap@entry=0x14cf702db2f0, tuple=tuple@entry=0x14cf18210630, n_ext=0, mtr=0x14cf70307510, err=0x14cf702db26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:1805 #6 0x000055e8aa70f9d0 in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702db300, offsets=offsets@entry=0x14cf702db2f8, heap=heap@entry=0x14cf702db2f0, entry=entry@entry=0x14cf18210630, rec=rec@entry=0x14cf702db2e8, big_rec=0x14cf702db2e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/fil0fil.h:487 #7 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=50, tuple=0x14cf18210630, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #8 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf75e03370, split_rec=0x14cf18117456 "\200", block=0x14cf75604e40, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #9 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dc100, offsets=offsets@entry=0x14cf702dc0f8, heap=heap@entry=0x14cf702dc0f0, tuple=tuple@entry=0x14cf1820fd10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dc06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #10 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dc100, offsets=offsets@entry=0x14cf702dc0f8, heap=heap@entry=0x14cf702dc0f0, entry=entry@entry=0x14cf1820fd10, rec=rec@entry=0x14cf702dc0e8, big_rec=0x14cf702dc0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #11 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=49, tuple=0x14cf1820fd10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #12 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff5b0, split_rec=0x14cf18136966 "\200", block=0x14cf75402c20, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #13 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dcf00, offsets=offsets@entry=0x14cf702dcef8, heap=heap@entry=0x14cf702dcef0, tuple=tuple@entry=0x14cf1820f3f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dce6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #14 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702dcf00, offsets=offsets@entry=0x14cf702dcef8, heap=heap@entry=0x14cf702dcef0, entry=entry@entry=0x14cf1820f3f0, rec=rec@entry=0x14cf702dcee8, big_rec=0x14cf702dcee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #15 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=48, tuple=0x14cf1820f3f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #16 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79604480, split_rec=0x14cf18126e36 "\200", block=0x14cf7a204f10, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #17 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ddd00, offsets=offsets@entry=0x14cf702ddcf8, heap=heap@entry=0x14cf702ddcf0, tuple=tuple@entry=0x14cf1820ead0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ddc6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #18 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ddd00, offsets=offsets@entry=0x14cf702ddcf8, heap=heap@entry=0x14cf702ddcf0, entry=entry@entry=0x14cf1820ead0, rec=rec@entry=0x14cf702ddce8, big_rec=0x14cf702ddce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #19 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=47, tuple=0x14cf1820ead0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #20 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffea0, split_rec=0x14cf18091fd6 "\200", block=0x14cf79e00a00, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #21 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702deb00, offsets=offsets@entry=0x14cf702deaf8, heap=heap@entry=0x14cf702deaf0, tuple=tuple@entry=0x14cf1820e1b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702dea6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #22 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702deb00, offsets=offsets@entry=0x14cf702deaf8, heap=heap@entry=0x14cf702deaf0, entry=entry@entry=0x14cf1820e1b0, rec=rec@entry=0x14cf702deae8, big_rec=0x14cf702deae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #23 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=46, tuple=0x14cf1820e1b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #24 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=112, new_block=0x14cf79400110, split_rec=0x14cf7a608092 "\200", block=0x14cf7a5ff000, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #25 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702df900, offsets=offsets@entry=0x14cf702df8f8, heap=heap@entry=0x14cf702df8f0, tuple=tuple@entry=0x14cf1820d890, n_ext=0, mtr=0x14cf70307510, err=0x14cf702df86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #26 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702df900, offsets=offsets@entry=0x14cf702df8f8, heap=heap@entry=0x14cf702df8f0, entry=entry@entry=0x14cf1820d890, rec=rec@entry=0x14cf702df8e8, big_rec=0x14cf702df8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #27 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=45, tuple=0x14cf1820d890, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #28 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffd00, split_rec=0x14cf181933a6 "\200", block=0x14cf79601cb0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #29 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e0700, offsets=offsets@entry=0x14cf702e06f8, heap=heap@entry=0x14cf702e06f0, tuple=tuple@entry=0x14cf1820cf70, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e066c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #30 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e0700, offsets=offsets@entry=0x14cf702e06f8, heap=heap@entry=0x14cf702e06f0, entry=entry@entry=0x14cf1820cf70, rec=rec@entry=0x14cf702e06e8, big_rec=0x14cf702e06e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #31 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=44, tuple=0x14cf1820cf70, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #32 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79c020c0, split_rec=0x14cf180db5f6 "\200", block=0x14cf78005180, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #33 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e1500, offsets=offsets@entry=0x14cf702e14f8, heap=heap@entry=0x14cf702e14f0, tuple=tuple@entry=0x14cf1820c650, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e146c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #34 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e1500, offsets=offsets@entry=0x14cf702e14f8, heap=heap@entry=0x14cf702e14f0, entry=entry@entry=0x14cf1820c650, rec=rec@entry=0x14cf702e14e8, big_rec=0x14cf702e14e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #35 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=43, tuple=0x14cf1820c650, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #36 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400380, split_rec=0x14cf181ce356 "\200", block=0x14cf79a00450, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #37 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e2300, offsets=offsets@entry=0x14cf702e22f8, heap=heap@entry=0x14cf702e22f0, tuple=tuple@entry=0x14cf1820bd30, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e226c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #38 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e2300, offsets=offsets@entry=0x14cf702e22f8, heap=heap@entry=0x14cf702e22f0, entry=entry@entry=0x14cf1820bd30, rec=rec@entry=0x14cf702e22e8, big_rec=0x14cf702e22e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #39 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=42, tuple=0x14cf1820bd30, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #40 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400040, split_rec=0x14cf1808d076 "\200", block=0x14cf794001e0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #41 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3100, offsets=offsets@entry=0x14cf702e30f8, heap=heap@entry=0x14cf702e30f0, tuple=tuple@entry=0x14cf1820b410, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e306c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #42 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3100, offsets=offsets@entry=0x14cf702e30f8, heap=heap@entry=0x14cf702e30f0, entry=entry@entry=0x14cf1820b410, rec=rec@entry=0x14cf702e30e8, big_rec=0x14cf702e30e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #43 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=41, tuple=0x14cf1820b410, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #44 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400450, split_rec=0x14cf1807f986 "\200", block=0x14cf772017d0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #45 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3f00, offsets=offsets@entry=0x14cf702e3ef8, heap=heap@entry=0x14cf702e3ef0, tuple=tuple@entry=0x14cf1820aaf0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e3e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #46 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e3f00, offsets=offsets@entry=0x14cf702e3ef8, heap=heap@entry=0x14cf702e3ef0, entry=entry@entry=0x14cf1820aaf0, rec=rec@entry=0x14cf702e3ee8, big_rec=0x14cf702e3ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #47 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=40, tuple=0x14cf1820aaf0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #48 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf795ffd00, split_rec=0x14cf1814a5c6 "\200", block=0x14cf794002b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #49 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e4d00, offsets=offsets@entry=0x14cf702e4cf8, heap=heap@entry=0x14cf702e4cf0, tuple=tuple@entry=0x14cf1820a1d0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e4c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #50 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e4d00, offsets=offsets@entry=0x14cf702e4cf8, heap=heap@entry=0x14cf702e4cf0, entry=entry@entry=0x14cf1820a1d0, rec=rec@entry=0x14cf702e4ce8, big_rec=0x14cf702e4ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #51 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=39, tuple=0x14cf1820a1d0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #52 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400520, split_rec=0x14cf180557a6 "\200", block=0x14cf77201700, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #53 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e5b00, offsets=offsets@entry=0x14cf702e5af8, heap=heap@entry=0x14cf702e5af0, tuple=tuple@entry=0x14cf182098b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e5a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #54 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e5b00, offsets=offsets@entry=0x14cf702e5af8, heap=heap@entry=0x14cf702e5af0, entry=entry@entry=0x14cf182098b0, rec=rec@entry=0x14cf702e5ae8, big_rec=0x14cf702e5ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #55 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=38, tuple=0x14cf182098b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #56 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603ed0, split_rec=0x14cf181d6e76 "\200", block=0x14cf79400790, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #57 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e6900, offsets=offsets@entry=0x14cf702e68f8, heap=heap@entry=0x14cf702e68f0, tuple=tuple@entry=0x14cf18208f90, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e686c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #58 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e6900, offsets=offsets@entry=0x14cf702e68f8, heap=heap@entry=0x14cf702e68f0, entry=entry@entry=0x14cf18208f90, rec=rec@entry=0x14cf702e68e8, big_rec=0x14cf702e68e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #59 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=37, tuple=0x14cf18208f90, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #60 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603fa0, split_rec=0x14cf181c8636 "\200", block=0x14cf79602330, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #61 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e7700, offsets=offsets@entry=0x14cf702e76f8, heap=heap@entry=0x14cf702e76f0, tuple=tuple@entry=0x14cf18208670, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e766c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #62 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e7700, offsets=offsets@entry=0x14cf702e76f8, heap=heap@entry=0x14cf702e76f0, entry=entry@entry=0x14cf18208670, rec=rec@entry=0x14cf702e76e8, big_rec=0x14cf702e76e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #63 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=36, tuple=0x14cf18208670, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #64 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400860, split_rec=0x14cf180fa4c6 "\200", block=0x14cf79603c60, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #65 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e8500, offsets=offsets@entry=0x14cf702e84f8, heap=heap@entry=0x14cf702e84f0, tuple=tuple@entry=0x14cf18207d50, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e846c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #66 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e8500, offsets=offsets@entry=0x14cf702e84f8, heap=heap@entry=0x14cf702e84f0, entry=entry@entry=0x14cf18207d50, rec=rec@entry=0x14cf702e84e8, big_rec=0x14cf702e84e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #67 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=35, tuple=0x14cf18207d50, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #68 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794036b0, split_rec=0x14cf181aa686 "\200", block=0x14cf796042e0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #69 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e9300, offsets=offsets@entry=0x14cf702e92f8, heap=heap@entry=0x14cf702e92f0, tuple=tuple@entry=0x14cf18207430, n_ext=0, mtr=0x14cf70307510, err=0x14cf702e926c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #70 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702e9300, offsets=offsets@entry=0x14cf702e92f8, heap=heap@entry=0x14cf702e92f0, entry=entry@entry=0x14cf18207430, rec=rec@entry=0x14cf702e92e8, big_rec=0x14cf702e92e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #71 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=34, tuple=0x14cf18207430, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #72 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400ad0, split_rec=0x14cf181cc326 "\200", block=0x14cf88086850, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #73 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ea100, offsets=offsets@entry=0x14cf702ea0f8, heap=heap@entry=0x14cf702ea0f0, tuple=tuple@entry=0x14cf18206b10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ea06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #74 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ea100, offsets=offsets@entry=0x14cf702ea0f8, heap=heap@entry=0x14cf702ea0f0, entry=entry@entry=0x14cf18206b10, rec=rec@entry=0x14cf702ea0e8, big_rec=0x14cf702ea0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #75 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=33, tuple=0x14cf18206b10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #76 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401080, split_rec=0x14cf18086736 "\200", block=0x14cf793ffdd0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #77 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702eaf00, offsets=offsets@entry=0x14cf702eaef8, heap=heap@entry=0x14cf702eaef0, tuple=tuple@entry=0x14cf18204220, n_ext=0, mtr=0x14cf70307510, err=0x14cf702eae6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #78 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702eaf00, offsets=offsets@entry=0x14cf702eaef8, heap=heap@entry=0x14cf702eaef0, entry=entry@entry=0x14cf18204220, rec=rec@entry=0x14cf702eaee8, big_rec=0x14cf702eaee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #79 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=32, tuple=0x14cf18204220, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #80 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794005f0, split_rec=0x14cf180ca696 "\200", block=0x14cf794006c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #81 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ebd00, offsets=offsets@entry=0x14cf702ebcf8, heap=heap@entry=0x14cf702ebcf0, tuple=tuple@entry=0x14cf18203340, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ebc6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #82 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ebd00, offsets=offsets@entry=0x14cf702ebcf8, heap=heap@entry=0x14cf702ebcf0, entry=entry@entry=0x14cf18203340, rec=rec@entry=0x14cf702ebce8, big_rec=0x14cf702ebce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #83 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=31, tuple=0x14cf18203340, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #84 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79c03ed0, split_rec=0x14cf180fa326 "\200", block=0x14cf79402e90, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #85 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ecb00, offsets=offsets@entry=0x14cf702ecaf8, heap=heap@entry=0x14cf702ecaf0, tuple=tuple@entry=0x14cf18202a20, n_ext=0, mtr=0x14cf70307510, err=0x14cf702eca6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #86 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ecb00, offsets=offsets@entry=0x14cf702ecaf8, heap=heap@entry=0x14cf702ecaf0, entry=entry@entry=0x14cf18202a20, rec=rec@entry=0x14cf702ecae8, big_rec=0x14cf702ecae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #87 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=30, tuple=0x14cf18202a20, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #88 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ffa90, split_rec=0x14cf18081f56 "\200", block=0x14cf77dff5b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #89 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ed900, offsets=offsets@entry=0x14cf702ed8f8, heap=heap@entry=0x14cf702ed8f0, tuple=tuple@entry=0x14cf18202100, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ed86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #90 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ed900, offsets=offsets@entry=0x14cf702ed8f8, heap=heap@entry=0x14cf702ed8f0, entry=entry@entry=0x14cf18202100, rec=rec@entry=0x14cf702ed8e8, big_rec=0x14cf702ed8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #91 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=29, tuple=0x14cf18202100, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #92 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79403780, split_rec=0x14cf181e0e46 "\200", block=0x14cf79604d70, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #93 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ee700, offsets=offsets@entry=0x14cf702ee6f8, heap=heap@entry=0x14cf702ee6f0, tuple=tuple@entry=0x14cf182017e0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ee66c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #94 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ee700, offsets=offsets@entry=0x14cf702ee6f8, heap=heap@entry=0x14cf702ee6f0, entry=entry@entry=0x14cf182017e0, rec=rec@entry=0x14cf702ee6e8, big_rec=0x14cf702ee6e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #95 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=28, tuple=0x14cf182017e0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #96 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400a00, split_rec=0x14cf181aa5f6 "\200", block=0x14cf77dff9c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #97 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ef500, offsets=offsets@entry=0x14cf702ef4f8, heap=heap@entry=0x14cf702ef4f0, tuple=tuple@entry=0x14cf18200ec0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ef46c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #98 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ef500, offsets=offsets@entry=0x14cf702ef4f8, heap=heap@entry=0x14cf702ef4f0, entry=entry@entry=0x14cf18200ec0, rec=rec@entry=0x14cf702ef4e8, big_rec=0x14cf702ef4e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #99 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=27, tuple=0x14cf18200ec0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #100 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf789ff000, split_rec=0x14cf18020686 "\200", block=0x14cf765ff820, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #101 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f0300, offsets=offsets@entry=0x14cf702f02f8, heap=heap@entry=0x14cf702f02f0, tuple=tuple@entry=0x14cf182005a0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f026c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #102 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f0300, offsets=offsets@entry=0x14cf702f02f8, heap=heap@entry=0x14cf702f02f0, entry=entry@entry=0x14cf182005a0, rec=rec@entry=0x14cf702f02e8, big_rec=0x14cf702f02e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #103 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=26, tuple=0x14cf182005a0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #104 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400c70, split_rec=0x14cf1807fa66 "\200", block=0x14cf78003920, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #105 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1100, offsets=offsets@entry=0x14cf702f10f8, heap=heap@entry=0x14cf702f10f0, tuple=tuple@entry=0x14cf181ffc80, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f106c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #106 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1100, offsets=offsets@entry=0x14cf702f10f8, heap=heap@entry=0x14cf702f10f0, entry=entry@entry=0x14cf181ffc80, rec=rec@entry=0x14cf702f10e8, big_rec=0x14cf702f10e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #107 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=25, tuple=0x14cf181ffc80, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #108 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401150, split_rec=0x14cf1801bef6 "\200", block=0x14cf78002dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #109 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1f00, offsets=offsets@entry=0x14cf702f1ef8, heap=heap@entry=0x14cf702f1ef0, tuple=tuple@entry=0x14cf181ff360, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f1e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #110 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f1f00, offsets=offsets@entry=0x14cf702f1ef8, heap=heap@entry=0x14cf702f1ef0, entry=entry@entry=0x14cf181ff360, rec=rec@entry=0x14cf702f1ee8, big_rec=0x14cf702f1ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #111 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=24, tuple=0x14cf181ff360, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #112 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401220, split_rec=0x14cf180d9fc6 "\200", block=0x14cf78003100, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #113 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f2d00, offsets=offsets@entry=0x14cf702f2cf8, heap=heap@entry=0x14cf702f2cf0, tuple=tuple@entry=0x14cf181fea40, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f2c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #114 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f2d00, offsets=offsets@entry=0x14cf702f2cf8, heap=heap@entry=0x14cf702f2cf0, entry=entry@entry=0x14cf181fea40, rec=rec@entry=0x14cf702f2ce8, big_rec=0x14cf702f2ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #115 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=23, tuple=0x14cf181fea40, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #116 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79401cb0, split_rec=0x14cf1801b9f6 "\200", block=0x14cf78003440, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #117 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f3b00, offsets=offsets@entry=0x14cf702f3af8, heap=heap@entry=0x14cf702f3af0, tuple=tuple@entry=0x14cf181fe120, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f3a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #118 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f3b00, offsets=offsets@entry=0x14cf702f3af8, heap=heap@entry=0x14cf702f3af0, entry=entry@entry=0x14cf181fe120, rec=rec@entry=0x14cf702f3ae8, big_rec=0x14cf702f3ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #119 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=22, tuple=0x14cf181fe120, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #120 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400d40, split_rec=0x14cf1801ef36 "\200", block=0x14cf780029b0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #121 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f4900, offsets=offsets@entry=0x14cf702f48f8, heap=heap@entry=0x14cf702f48f0, tuple=tuple@entry=0x14cf181fd800, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f486c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #122 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f4900, offsets=offsets@entry=0x14cf702f48f8, heap=heap@entry=0x14cf702f48f0, entry=entry@entry=0x14cf181fd800, rec=rec@entry=0x14cf702f48e8, big_rec=0x14cf702f48e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #123 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=21, tuple=0x14cf181fd800, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #124 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff4e0, split_rec=0x14cf18098e16 "\200", block=0x14cf78003d30, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #125 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f5700, offsets=offsets@entry=0x14cf702f56f8, heap=heap@entry=0x14cf702f56f0, tuple=tuple@entry=0x14cf181faf10, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f566c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #126 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f5700, offsets=offsets@entry=0x14cf702f56f8, heap=heap@entry=0x14cf702f56f0, entry=entry@entry=0x14cf181faf10, rec=rec@entry=0x14cf702f56e8, big_rec=0x14cf702f56e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #127 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=20, tuple=0x14cf181faf10, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #128 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff0d0, split_rec=0x14cf181d2216 "\200", block=0x14cf78003510, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #129 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f6500, offsets=offsets@entry=0x14cf702f64f8, heap=heap@entry=0x14cf702f64f0, tuple=tuple@entry=0x14cf181fa5f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f646c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #130 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f6500, offsets=offsets@entry=0x14cf702f64f8, heap=heap@entry=0x14cf702f64f0, entry=entry@entry=0x14cf181fa5f0, rec=rec@entry=0x14cf702f64e8, big_rec=0x14cf702f64e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #131 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=19, tuple=0x14cf181fa5f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #132 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79400fb0, split_rec=0x14cf181a7d96 "\200", block=0x14cf75202e90, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #133 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f7300, offsets=offsets@entry=0x14cf702f72f8, heap=heap@entry=0x14cf702f72f0, tuple=tuple@entry=0x14cf181f9cd0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f726c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #134 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f7300, offsets=offsets@entry=0x14cf702f72f8, heap=heap@entry=0x14cf702f72f0, entry=entry@entry=0x14cf181f9cd0, rec=rec@entry=0x14cf702f72e8, big_rec=0x14cf702f72e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #135 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=18, tuple=0x14cf181f9cd0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #136 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff000, split_rec=0x14cf180fa3f6 "\200", block=0x14cf75202a80, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #137 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8100, offsets=offsets@entry=0x14cf702f80f8, heap=heap@entry=0x14cf702f80f0, tuple=tuple@entry=0x14cf181f93b0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f806c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #138 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8100, offsets=offsets@entry=0x14cf702f80f8, heap=heap@entry=0x14cf702f80f0, entry=entry@entry=0x14cf181f93b0, rec=rec@entry=0x14cf702f80e8, big_rec=0x14cf702f80e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #139 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=17, tuple=0x14cf181f93b0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #140 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf793ff340, split_rec=0x14cf181df106 "\200", block=0x14cf780031d0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #141 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8f00, offsets=offsets@entry=0x14cf702f8ef8, heap=heap@entry=0x14cf702f8ef0, tuple=tuple@entry=0x14cf181f8a90, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f8e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #142 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f8f00, offsets=offsets@entry=0x14cf702f8ef8, heap=heap@entry=0x14cf702f8ef0, entry=entry@entry=0x14cf181f8a90, rec=rec@entry=0x14cf702f8ee8, big_rec=0x14cf702f8ee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #143 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=16, tuple=0x14cf181f8a90, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #144 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79603e00, split_rec=0x14cf18123156 "\200", block=0x14cf78004140, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #145 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f9d00, offsets=offsets@entry=0x14cf702f9cf8, heap=heap@entry=0x14cf702f9cf0, tuple=tuple@entry=0x14cf181f8170, n_ext=0, mtr=0x14cf70307510, err=0x14cf702f9c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #146 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702f9d00, offsets=offsets@entry=0x14cf702f9cf8, heap=heap@entry=0x14cf702f9cf0, entry=entry@entry=0x14cf181f8170, rec=rec@entry=0x14cf702f9ce8, big_rec=0x14cf702f9ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #147 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=15, tuple=0x14cf181f8170, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #148 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79605250, split_rec=0x14cf18121416 "\200", block=0x14cf7b8013c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #149 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fab00, offsets=offsets@entry=0x14cf702faaf8, heap=heap@entry=0x14cf702faaf0, tuple=tuple@entry=0x14cf181f7850, n_ext=0, mtr=0x14cf70307510, err=0x14cf702faa6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #150 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fab00, offsets=offsets@entry=0x14cf702faaf8, heap=heap@entry=0x14cf702faaf0, entry=entry@entry=0x14cf181f7850, rec=rec@entry=0x14cf702faae8, big_rec=0x14cf702faae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #151 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=14, tuple=0x14cf181f7850, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #152 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00380, split_rec=0x14cf181ab9f6 "\200", block=0x14cf78004890, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #153 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fb900, offsets=offsets@entry=0x14cf702fb8f8, heap=heap@entry=0x14cf702fb8f0, tuple=tuple@entry=0x14cf181f6f30, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fb86c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #154 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fb900, offsets=offsets@entry=0x14cf702fb8f8, heap=heap@entry=0x14cf702fb8f0, entry=entry@entry=0x14cf181f6f30, rec=rec@entry=0x14cf702fb8e8, big_rec=0x14cf702fb8e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #155 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=13, tuple=0x14cf181f6f30, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #156 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dff680, split_rec=0x14cf181aa526 "\200", block=0x14cf765ffb60, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #157 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fc700, offsets=offsets@entry=0x14cf702fc6f8, heap=heap@entry=0x14cf702fc6f0, tuple=tuple@entry=0x14cf181f6610, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fc66c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #158 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fc700, offsets=offsets@entry=0x14cf702fc6f8, heap=heap@entry=0x14cf702fc6f0, entry=entry@entry=0x14cf181f6610, rec=rec@entry=0x14cf702fc6e8, big_rec=0x14cf702fc6e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #159 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=12, tuple=0x14cf181f6610, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #160 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dfff70, split_rec=0x14cf18099046 "\200", block=0x14cf7a400040, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #161 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fd500, offsets=offsets@entry=0x14cf702fd4f8, heap=heap@entry=0x14cf702fd4f0, tuple=tuple@entry=0x14cf181f5cf0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fd46c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #162 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fd500, offsets=offsets@entry=0x14cf702fd4f8, heap=heap@entry=0x14cf702fd4f0, entry=entry@entry=0x14cf181f5cf0, rec=rec@entry=0x14cf702fd4e8, big_rec=0x14cf702fd4e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #163 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=11, tuple=0x14cf181f5cf0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #164 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e002b0, split_rec=0x14cf181cc2c6 "\200", block=0x14cf7bc03850, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #165 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fe300, offsets=offsets@entry=0x14cf702fe2f8, heap=heap@entry=0x14cf702fe2f0, tuple=tuple@entry=0x14cf181f3400, n_ext=0, mtr=0x14cf70307510, err=0x14cf702fe26c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #166 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fe300, offsets=offsets@entry=0x14cf702fe2f8, heap=heap@entry=0x14cf702fe2f0, entry=entry@entry=0x14cf181f3400, rec=rec@entry=0x14cf702fe2e8, big_rec=0x14cf702fe2e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #167 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=10, tuple=0x14cf181f3400, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #168 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00110, split_rec=0x14cf18096b86 "\200", block=0x14cf75202c20, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #169 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ff100, offsets=offsets@entry=0x14cf702ff0f8, heap=heap@entry=0x14cf702ff0f0, tuple=tuple@entry=0x14cf181f2ae0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ff06c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #170 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702ff100, offsets=offsets@entry=0x14cf702ff0f8, heap=heap@entry=0x14cf702ff0f0, entry=entry@entry=0x14cf181f2ae0, rec=rec@entry=0x14cf702ff0e8, big_rec=0x14cf702ff0e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #171 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=9, tuple=0x14cf181f2ae0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #172 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77e00520, split_rec=0x14cf180291f6 "\200", block=0x14cf7bc047c0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #173 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fff00, offsets=offsets@entry=0x14cf702ffef8, heap=heap@entry=0x14cf702ffef0, tuple=tuple@entry=0x14cf181f21c0, n_ext=0, mtr=0x14cf70307510, err=0x14cf702ffe6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #174 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf702fff00, offsets=offsets@entry=0x14cf702ffef8, heap=heap@entry=0x14cf702ffef0, entry=entry@entry=0x14cf181f21c0, rec=rec@entry=0x14cf702ffee8, big_rec=0x14cf702ffee0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #175 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=8, tuple=0x14cf181f21c0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #176 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf765ff8f0, split_rec=0x14cf18097246 "\200", block=0x14cf7bc02dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #177 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70300d00, offsets=offsets@entry=0x14cf70300cf8, heap=heap@entry=0x14cf70300cf0, tuple=tuple@entry=0x14cf181f18a0, n_ext=0, mtr=0x14cf70307510, err=0x14cf70300c6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #178 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70300d00, offsets=offsets@entry=0x14cf70300cf8, heap=heap@entry=0x14cf70300cf0, entry=entry@entry=0x14cf181f18a0, rec=rec@entry=0x14cf70300ce8, big_rec=0x14cf70300ce0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #179 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=7, tuple=0x14cf181f18a0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #180 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dff4e0, split_rec=0x14cf18179f76 "\200", block=0x14cf765ffc30, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #181 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70301b00, offsets=offsets@entry=0x14cf70301af8, heap=heap@entry=0x14cf70301af0, tuple=tuple@entry=0x14cf181f0f80, n_ext=0, mtr=0x14cf70307510, err=0x14cf70301a6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #182 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70301b00, offsets=offsets@entry=0x14cf70301af8, heap=heap@entry=0x14cf70301af0, entry=entry@entry=0x14cf181f0f80, rec=rec@entry=0x14cf70301ae8, big_rec=0x14cf70301ae0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #183 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=6, tuple=0x14cf181f0f80, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #184 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dffa90, split_rec=0x14cf1811fd36 "\200", block=0x14cf75202cf0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #185 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70302900, offsets=offsets@entry=0x14cf703028f8, heap=heap@entry=0x14cf703028f0, tuple=tuple@entry=0x14cf181f0660, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030286c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #186 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70302900, offsets=offsets@entry=0x14cf703028f8, heap=heap@entry=0x14cf703028f0, entry=entry@entry=0x14cf181f0660, rec=rec@entry=0x14cf703028e8, big_rec=0x14cf703028e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #187 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=5, tuple=0x14cf181f0660, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #188 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf77dffd00, split_rec=0x14cf18090566 "\200", block=0x14cf75202dc0, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #189 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70303700, offsets=offsets@entry=0x14cf703036f8, heap=heap@entry=0x14cf703036f0, tuple=tuple@entry=0x14cf181ee4f0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030366c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #190 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70303700, offsets=offsets@entry=0x14cf703036f8, heap=heap@entry=0x14cf703036f0, entry=entry@entry=0x14cf181ee4f0, rec=rec@entry=0x14cf703036e8, big_rec=0x14cf703036e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #191 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=4, tuple=0x14cf181ee4f0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #192 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79a002b0, split_rec=0x14cf181d8e76 "\200", block=0x14cf78005250, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #193 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70304500, offsets=offsets@entry=0x14cf703044f8, heap=heap@entry=0x14cf703044f0, tuple=tuple@entry=0x14cf181edbd0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030446c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #194 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70304500, offsets=offsets@entry=0x14cf703044f8, heap=heap@entry=0x14cf703044f0, entry=entry@entry=0x14cf181edbd0, rec=rec@entry=0x14cf703044e8, big_rec=0x14cf703044e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #195 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=3, tuple=0x14cf181edbd0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #196 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf79a00380, split_rec=0x14cf18026066 "\200", block=0x14cf7bc03100, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #197 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70305300, offsets=offsets@entry=0x14cf703052f8, heap=heap@entry=0x14cf703052f0, tuple=tuple@entry=0x14cf181ec6c0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030526c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #198 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70305300, offsets=offsets@entry=0x14cf703052f8, heap=heap@entry=0x14cf703052f0, entry=entry@entry=0x14cf181ec6c0, rec=rec@entry=0x14cf703052e8, big_rec=0x14cf703052e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #199 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=flags@entry=7, index=index@entry=0x14cf18021fd0, level=level@entry=2, tuple=0x14cf181ec6c0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #200 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf799ffd00, split_rec=0x14cf1802a5d6 "\200", block=0x14cf75202b50, index=0x14cf18021fd0, flags=7) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #201 btr_page_split_and_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70306100, offsets=offsets@entry=0x14cf703060f8, heap=heap@entry=0x14cf703060f0, tuple=tuple@entry=0x14cf181ebda0, n_ext=0, mtr=0x14cf70307510, err=0x14cf7030606c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #202 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=7, cursor=cursor@entry=0x14cf70306100, offsets=offsets@entry=0x14cf703060f8, heap=heap@entry=0x14cf703060f0, entry=entry@entry=0x14cf181ebda0, rec=rec@entry=0x14cf703060e8, big_rec=0x14cf703060e0, n_ext=<optimized out>, thr=0x0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #203 0x000055e8aa6e7c57 in btr_insert_on_non_leaf_level (flags=7, flags@entry=0, index=index@entry=0x14cf18021fd0, level=level@entry=1, tuple=0x14cf181ebda0, mtr=mtr@entry=0x14cf70307510) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2358 #204 0x000055e8aa6ebec3 in btr_attach_half_pages (mtr=0x14cf70307510, direction=111, new_block=0x14cf794031d0, split_rec=0x14cf1808d4c6 "\200", block=0x14cf765ffa90, index=0x14cf18021fd0, flags=0) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2466 #205 btr_page_split_and_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cf70306fa0, offsets=offsets@entry=0x14cf70306f38, heap=heap@entry=0x14cf70306f28, tuple=tuple@entry=0x14cf1801f098, n_ext=0, mtr=0x14cf70307510, err=0x14cf70306e6c) at /test/10.11_dbg/storage/innobase/btr/btr0btr.cc:2979 #206 0x000055e8aa70f68f in btr_cur_pessimistic_insert (flags=flags@entry=0, cursor=cursor@entry=0x14cf70306fa0, offsets=offsets@entry=0x14cf70306f38, heap=heap@entry=0x14cf70306f28, entry=entry@entry=0x14cf1801f098, rec=rec@entry=0x14cf70306f50, big_rec=0x14cf70307040, n_ext=<optimized out>, thr=0x14cf180275e0, mtr=0x14cf70307510) at /test/10.11_dbg/storage/innobase/include/buf0types.h:135 #207 0x000055e8aa5fe48d in row_ins_sec_index_entry_low (flags=flags@entry=0, mode=mode@entry=10, index=index@entry=0x14cf18021fd0, offsets_heap=<optimized out>, offsets_heap@entry=0x14cf181e7f80, heap=heap@entry=0x14cf181e27d0, entry=entry@entry=0x14cf1801f098, trx_id=0, thr=0x14cf180275e0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3075 #208 0x000055e8aa5feda1 in row_ins_sec_index_entry (index=index@entry=0x14cf18021fd0, entry=entry@entry=0x14cf1801f098, thr=thr@entry=0x14cf180275e0, check_foreign=check_foreign@entry=true) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3265 #209 0x000055e8aa60386c in row_ins_index_entry (thr=0x14cf180275e0, entry=0x14cf1801f098, index=0x14cf18021fd0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3310 #210 row_ins_index_entry_step (thr=0x14cf180275e0, node=<optimized out>) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3476 #211 row_ins (thr=0x14cf180275e0, node=<optimized out>) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3622 #212 row_ins_step (thr=thr@entry=0x14cf180275e0) at /test/10.11_dbg/storage/innobase/row/row0ins.cc:3762 #213 0x000055e8aa625dd1 in row_insert_for_mysql (mysql_rec=mysql_rec@entry=0x14cf180261f8 "\375\001", prebuilt=0x14cf18026ed0, ins_mode=ROW_INS_NORMAL) at /test/10.11_dbg/storage/innobase/row/row0mysql.cc:1313 #214 0x000055e8aa4b31e1 in ha_innobase::write_row (this=0x14cf18026680, record=0x14cf180261f8 "\375\001") at /test/10.11_dbg/storage/innobase/handler/ha_innodb.cc:7855 #215 0x000055e8aa19c4b7 in handler::ha_write_row (this=0x14cf18026680, buf=0x14cf180261f8 "\375\001") at /test/10.11_dbg/sql/handler.cc:7577 #216 0x000055e8a9e5b60c in write_record (thd=0x14cf18000db8, table=0x14cf18025c98, info=info@entry=0x14cf18016150, sink=0x0) at /test/10.11_dbg/sql/sql_insert.cc:2191 #217 0x000055e8a9e5ba9a in select_insert::send_data (this=0x14cf18016100, values=<optimized out>) at /test/10.11_dbg/sql/sql_insert.cc:4174 #218 0x000055e8a9f173dd in select_result_sink::send_data_with_check (sent=<optimized out>, u=<optimized out>, items=@0x14cf180165b8: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cf180742b8, last = 0x14cf180742b8, elements = 1}, <No data fields>}, this=<optimized out>) at /test/10.11_dbg/sql/sql_class.h:5679 #219 end_send (join=0x14cf180161c0, join_tab=0x14cf18017530, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:22999 #220 0x000055e8a9ee8097 in evaluate_join_record (join=join@entry=0x14cf180161c0, join_tab=0x14cf18017178, error=error@entry=0) at /test/10.11_dbg/sql/sql_select.cc:21993 #221 0x000055e8a9f25ec9 in AGGR_OP::end_send (this=this@entry=0x14cf18074190) at /test/10.11_dbg/sql/sql_select.cc:30232 #222 0x000055e8a9f261d1 in sub_select_postjoin_aggr (join=0x14cf180161c0, join_tab=0x14cf18017178, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:21473 #223 0x000055e8a9efc5d7 in sub_select (join=join@entry=0x14cf180161c0, join_tab=join_tab@entry=0x14cf18016dc0, end_of_records=end_of_records@entry=true) at /test/10.11_dbg/sql/sql_select.cc:21707 #224 0x000055e8a9efca50 in sub_select_cache (join=0x14cf180161c0, join_tab=0x14cf18016dc0, end_of_records=<optimized out>) at /test/10.11_dbg/sql/sql_select.cc:21540 #225 0x000055e8a9efc5d7 in sub_select (join=0x14cf180161c0, join_tab=0x14cf18016a08, end_of_records=true) at /test/10.11_dbg/sql/sql_select.cc:21707 #226 0x000055e8a9f328c5 in do_select (procedure=<optimized out>, join=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:21310 #227 JOIN::exec_inner (this=this@entry=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:4812 #228 0x000055e8a9f32e28 in JOIN::exec (this=this@entry=0x14cf180161c0) at /test/10.11_dbg/sql/sql_select.cc:4590 #229 0x000055e8a9f30bac in mysql_select (thd=thd@entry=0x14cf18000db8, tables=0x14cf18014a18, fields=@0x14cf180146c0: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x14cf180149c0, last = 0x14cf180149c0, elements = 1}, <No data fields>}, conds=0x0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2202261523200, result=0x14cf18016100, unit=0x14cf18004ff0, select_lex=0x14cf18014420) at /test/10.11_dbg/sql/sql_select.cc:5070 #230 0x000055e8a9f313a2 in handle_select (thd=thd@entry=0x14cf18000db8, lex=lex@entry=0x14cf18004f18, result=result@entry=0x14cf18016100, setup_tables_done_option=setup_tables_done_option@entry=1073741824) at /test/10.11_dbg/sql/sql_select.cc:581 #231 0x000055e8a9ea99e6 in mysql_execute_command (thd=thd@entry=0x14cf18000db8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/10.11_dbg/sql/sql_parse.cc:4709 #232 0x000055e8a9e95882 in mysql_parse (thd=thd@entry=0x14cf18000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14cf70309330) at /test/10.11_dbg/sql/sql_parse.cc:8035 #233 0x000055e8a9ea2e6a in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14cf18000db8, packet=packet@entry=0x14cf1800b6e9 "INSERT INTO t SELECT t.a FROM t t,t t2", packet_length=packet_length@entry=38, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_class.h:1339 #234 0x000055e8a9ea5574 in do_command (thd=0x14cf18000db8, blocking=blocking@entry=true) at /test/10.11_dbg/sql/sql_parse.cc:1407 #235 0x000055e8aa0071da in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55e8ac43ff78, put_in_cache=put_in_cache@entry=true) at /test/10.11_dbg/sql/sql_connect.cc:1418 #236 0x000055e8aa0076e3 in handle_one_connection (arg=0x55e8ac43ff78) at /test/10.11_dbg/sql/sql_connect.cc:1312 #237 0x000014cf89daa609 in start_thread (arg=<optimized out>) at pthread_create.c:477 #238 0x000014cf89996133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Bug confirmed present in: MariaDB: 10.3.37 (dbg), 10.4.27 (dbg), 10.5.18 (dbg), 10.6.10 (dbg), 10.7.6 (dbg), 10.8.5 (dbg), 10.9.2 (dbg), 10.10.2 (dbg), 10.11.0 (dbg) MySQL: 5.6.51 (dbg), 5.7.38 (dbg), 8.0.29 (dbg) Bug (or feature/syntax) confirmed not present in: MariaDB: 10.3.37 (opt), 10.4.27 (opt), 10.5.18 (opt), 10.6.10 (opt), 10.7.6 (opt), 10.8.5 (opt), 10.9.2 (opt), 10.10.2 (opt), 10.11.0 (opt) MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.51 (opt), 5.7.38 (opt), 8.0.29 (opt)

            In connection with MDEV-30400 and as expected from my discussion with marko, confirming that bb-10.6-MDEV-29835, at revision b1ff085a6ce03651d13e318ecc0861f002067918, build as debug, still crashes on both the original and the second testcases, in the same way as described (same assert), unlike MDEV-30400, the latter which seems to be resolved by the same branch.

            Roel Roel Van de Paar added a comment - In connection with MDEV-30400 and as expected from my discussion with marko , confirming that bb-10.6- MDEV-29835 , at revision b1ff085a6ce03651d13e318ecc0861f002067918, build as debug, still crashes on both the original and the second testcases, in the same way as described (same assert), unlike MDEV-30400 , the latter which seems to be resolved by the same branch.
            marko Marko Mäkelä added a comment - - edited

            While working on MDEV-29835 I noticed that

            ./mtr --mysqld=--loose-innodb-limit-optimistic-insert-debug=2
            

            will lead to many failures like this, unless the fault injection in btr_cur_optimistic_insert() is relaxed to treat the value 2 as 3 on non-leaf pages.

            marko Marko Mäkelä added a comment - - edited While working on MDEV-29835 I noticed that ./mtr --mysqld=--loose-innodb-limit-optimistic-insert-debug=2 will lead to many failures like this, unless the fault injection in btr_cur_optimistic_insert() is relaxed to treat the value 2 as 3 on non-leaf pages .

            People

              vlad.lesin Vladislav Lesin
              Roel Roel Van de Paar
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.