Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
N/A
Description
Issue not present in current 10.10 trunk. Present in bb-10.10-MDEV-28883. Present in debug builds only.
SET sql_mode=''; |
CREATE TABLE t (c1 INT, c2 CHAR(255)) ENGINE=InnoDB; |
INSERT INTO t VALUES (0,'a'); |
ALTER TABLE t KEY_BLOCK_SIZE=2; |
INSERT INTO t VALUES (1,'b'),(2,'c'),(3,'c'); |
SET GLOBAL innodb_compression_level=0; |
INSERT INTO t VALUES (4,'d'),(5,'e'),(6,'f'); |
INSERT INTO t VALUES (7,'e'); |
Leads to:
10.10.0 2db18fdb3d68d906fbd188ec570a64502ba55849 (Debug) |
mysqld: /test/bb-10.10-MDEV-28883_dbg/storage/innobase/btr/btr0btr.cc:2791: rec_t* btr_page_split_and_insert(ulint, btr_cur_t*, rec_offs**, mem_heap_t**, const dtuple_t*, ulint, mtr_t*, dberr_t*): Assertion `*err == DB_SUCCESS' failed.
|
10.10.0 2db18fdb3d68d906fbd188ec570a64502ba55849 (Debug) |
Core was generated by `/test/MDEV-28883_MD280622-mariadb-10.10.0-linux-x86_64-dbg/bin/mysqld --no-defa'.
|
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 0x1490ad46a700 (LWP 4128068))]
|
(gdb) bt
|
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#1 0x00001490c5bea859 in __GI_abort () at abort.c:79
|
#2 0x00001490c5bea729 in __assert_fail_base (fmt=0x1490c5d80588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55e9524a0b13 "*err == DB_SUCCESS", file=0x55e9524a0f18 "/test/bb-10.10-MDEV-28883_dbg/storage/innobase/btr/btr0btr.cc", line=2791, function=<optimized out>) at assert.c:92
|
#3 0x00001490c5bfbfd6 in __GI___assert_fail (assertion=assertion@entry=0x55e9524a0b13 "*err == DB_SUCCESS", file=file@entry=0x55e9524a0f18 "/test/bb-10.10-MDEV-28883_dbg/storage/innobase/btr/btr0btr.cc", line=line@entry=2791, function=function@entry=0x55e9524a22d8 "rec_t* btr_page_split_and_insert(ulint, btr_cur_t*, rec_offs**, mem_heap_t**, const dtuple_t*, ulint, mtr_t*, dberr_t*)") at assert.c:101
|
#4 0x000055e951e9738c in btr_page_split_and_insert (flags=flags@entry=0, cursor=cursor@entry=0x1490ad467810, offsets=offsets@entry=0x1490ad4677f8, heap=heap@entry=0x1490ad4677f0, tuple=tuple@entry=0x1490740211f0, n_ext=n_ext@entry=0, mtr=0x1490ad467dc0, err=0x1490ad46773c) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/btr/btr0btr.cc:2791
|
#5 0x000055e951e9eb5c in btr_root_raise_and_insert (flags=flags@entry=0, cursor=cursor@entry=0x1490ad467810, offsets=offsets@entry=0x1490ad4677f8, heap=heap@entry=0x1490ad4677f0, tuple=tuple@entry=0x1490740211f0, n_ext=0, mtr=0x1490ad467dc0, err=0x1490ad46773c) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/btr/btr0btr.cc:1972
|
#6 0x000055e951ebc300 in btr_cur_pessimistic_insert (flags=flags@entry=0, cursor=cursor@entry=0x1490ad467810, offsets=offsets@entry=0x1490ad4677f8, heap=heap@entry=0x1490ad4677f0, entry=entry@entry=0x1490740211f0, rec=rec@entry=0x1490ad467808, big_rec=0x1490ad4677e8, n_ext=<optimized out>, thr=0x1490740283d0, mtr=0x1490ad467dc0) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/include/fil0fil.h:487
|
#7 0x000055e951dad681 in row_ins_clust_index_entry_low (flags=flags@entry=0, mode=<optimized out>, mode@entry=10, index=index@entry=0x14907407c470, n_uniq=n_uniq@entry=0, entry=entry@entry=0x1490740211f0, n_ext=n_ext@entry=0, thr=<optimized out>) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:2789
|
#8 0x000055e951dae250 in row_ins_clust_index_entry (index=index@entry=0x14907407c470, entry=entry@entry=0x1490740211f0, thr=thr@entry=0x1490740283d0, n_ext=n_ext@entry=0) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:3185
|
#9 0x000055e951dafeec in row_ins_index_entry (thr=0x1490740283d0, entry=0x1490740211f0, index=0x14907407c470) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:3305
|
#10 row_ins_index_entry_step (thr=0x1490740283d0, node=<optimized out>) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:3473
|
#11 row_ins (thr=0x1490740283d0, node=<optimized out>) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:3619
|
#12 row_ins_step (thr=thr@entry=0x1490740283d0) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0ins.cc:3759
|
#13 0x000055e951dd2864 in row_insert_for_mysql (mysql_rec=mysql_rec@entry=0x149074020908 "\371\a", prebuilt=0x149074027b80, ins_mode=ROW_INS_NORMAL) at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/row/row0mysql.cc:1309
|
#14 0x000055e951c5d69d in ha_innobase::write_row (this=0x149074070240, record=0x149074020908 "\371\a") at /test/bb-10.10-MDEV-28883_dbg/storage/innobase/handler/ha_innodb.cc:7845
|
#15 0x000055e951948a81 in handler::ha_write_row (this=0x149074070240, buf=0x149074020908 "\371\a") at /test/bb-10.10-MDEV-28883_dbg/sql/handler.cc:7551
|
#16 0x000055e95160bee0 in write_record (thd=thd@entry=0x149074000db8, table=table@entry=0x149074020498, info=info@entry=0x1490ad468d60, sink=sink@entry=0x0) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_insert.cc:2162
|
#17 0x000055e951616746 in mysql_insert (thd=thd@entry=0x149074000db8, table_list=<optimized out>, fields=@0x149074005ea8: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x55e952b1f700 <end_of_list>, last = 0x149074005ea8, elements = 0}, <No data fields>}, values_list=@0x149074005ef0: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x1490740149d0, last = 0x1490740149d0, elements = 1}, <No data fields>}, update_fields=@0x149074005ed8: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x55e952b1f700 <end_of_list>, last = 0x149074005ed8, elements = 0}, <No data fields>}, update_values=@0x149074005ec0: {<base_list> = {<Sql_alloc> = {<No data fields>}, first = 0x55e952b1f700 <end_of_list>, last = 0x149074005ec0, elements = 0}, <No data fields>}, duplic=DUP_ERROR, ignore=false, result=0x0) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_insert.cc:1132
|
#18 0x000055e951659380 in mysql_execute_command (thd=thd@entry=0x149074000db8, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_parse.cc:4442
|
#19 0x000055e951645ec5 in mysql_parse (thd=thd@entry=0x149074000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x1490ad469460) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_parse.cc:7797
|
#20 0x000055e95165341a in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x149074000db8, packet=packet@entry=0x14907400b6e9 "INSERT INTO t VALUES (7,'e')", packet_length=packet_length@entry=28, blocking=blocking@entry=true) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_class.h:1364
|
#21 0x000055e951655b27 in do_command (thd=0x149074000db8, blocking=blocking@entry=true) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_parse.cc:1405
|
#22 0x000055e9517b4948 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55e955612d08, put_in_cache=put_in_cache@entry=true) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_connect.cc:1418
|
#23 0x000055e9517b4e51 in handle_one_connection (arg=0x55e955612d08) at /test/bb-10.10-MDEV-28883_dbg/sql/sql_connect.cc:1312
|
#24 0x00001490c60fb609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#25 0x00001490c5ce7133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
marko FYI
Attachments
Issue Links
- duplicates
-
MDEV-28950 Assertion `*err == DB_SUCCESS' failed in btr_page_split_and_insert
- Closed