Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL)
Description
--source include/have_partition.inc
|
|
CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; |
CREATE TABLE t2 (i INT NOT NULL, KEY (i)); |
ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; |
|
# Cleanup
|
DROP TABLE t1, t2; |
10.0 6559ba71a564 |
mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed.
|
171214 12:43:46 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237
|
#9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590
|
#10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92
|
#11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114
|
#12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569
|
#13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296
|
#14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999
|
#15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377
|
#16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292
|
#17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861
|
#18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333
|
#19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
Reproducible on 10.x and MySQL 5.6, 5.7, with InnoDB and MyISAM. Also filed as https://bugs.mysql.com/bug.php?id=88916
Attachments
Issue Links
- relates to
-
MDEV-18858 Assertion `table->s->db_options_in_use == part_table->s->db_options_in_use' failed in compare_table_with_partition
-
- Confirmed
-
-
MDEV-23357 Server crashes in Sql_cmd_alter_table_exchange_partition::exchange_partition
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Assignee | Elena Stepanova [ elenst ] | |
Description |
[travis log|https://api.travis-ci.org/v3/job/315651129/log.txt]
{noformat:title=10.3 } mysqld: /home/travis/src/sql/sql_partition_admin.cc:249: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, uint): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171213 11:06:43 [ERROR] mysqld got signal 6 ; Query (0x7f4414013818): ALTER TABLE q EXCHANGE PARTITION p1 WITH TABLE a /* QNO 1601 CON_ID 14 */ Connection ID (thread ID): 14 Status: NOT_KILLED {noformat} {noformat} #6 0x00007f446b8d1bf6 in __assert_fail_base (fmt=0x7f446ba26018 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x55b02ed56f38 "table->s->db_create_options == part_table->s->db_create_options", file=file@entry=0x55b02ed56de8 "/home/travis/src/sql/sql_partition_admin.cc", line=line@entry=249, function=function@entry=0x55b02ed57540 <compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, unsigned int)::__PRETTY_FUNCTION__> "bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, uint)") at assert.c:92 #7 0x00007f446b8d1ca2 in __GI___assert_fail (assertion=0x55b02ed56f38 "table->s->db_create_options == part_table->s->db_create_options", file=0x55b02ed56de8 "/home/travis/src/sql/sql_partition_admin.cc", line=249, function=0x55b02ed57540 <compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, unsigned int)::__PRETTY_FUNCTION__> "bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, uint)") at assert.c:101 #8 0x000055b02e51545b in compare_table_with_partition (thd=0x7f4414000c00, table=0x7f440c6cc2d0, part_table=0x7f441405f570, part_elem=0x7f44142fdd20, part_id=1) at /home/travis/src/sql/sql_partition_admin.cc:248 #9 0x000055b02e516327 in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f44140145e0, thd=0x7f4414000c00, table_list=0x7f4414013958, alter_info=0x7f446842c270) at /home/travis/src/sql/sql_partition_admin.cc:593 #10 0x000055b02e514de3 in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f44140145e0, thd=0x7f4414000c00) at /home/travis/src/sql/sql_partition_admin.cc:96 #11 0x000055b02e06d377 in mysql_execute_command (thd=0x7f4414000c00) at /home/travis/src/sql/sql_parse.cc:6248 #12 0x000055b02e071d51 in mysql_parse (thd=0x7f4414000c00, rawbuf=0x7f4414013818 "ALTER TABLE q EXCHANGE PARTITION p1 WITH TABLE a /* QNO 1601 CON_ID 14 */", length=73, parser_state=0x7f446842d620, is_com_multi=false, is_next_command=false) at /home/travis/src/sql/sql_parse.cc:7963 #13 0x000055b02e05f71b in dispatch_command (command=COM_QUERY, thd=0x7f4414000c00, packet=0x7f441400b051 "ALTER TABLE q EXCHANGE PARTITION p1 WITH TABLE a /* QNO 1601 CON_ID 14 */ ", packet_length=74, is_com_multi=false, is_next_command=false) at /home/travis/src/sql/sql_parse.cc:1825 #14 0x000055b02e05e15b in do_command (thd=0x7f4414000c00) at /home/travis/src/sql/sql_parse.cc:1370 #15 0x000055b02e1b7848 in do_handle_one_connection (connect=0x55b031ca9b80) at /home/travis/src/sql/sql_connect.cc:1420 #16 0x000055b02e1b75d5 in handle_one_connection (arg=0x55b031ca9b80) at /home/travis/src/sql/sql_connect.cc:1326 #17 0x00007f446c493184 in start_thread (arg=0x7f446842e700) at pthread_create.c:312 #18 0x00007f446b99fffd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 {noformat} {noformat} perl /home/travis/rqg//run-scenario.pl --grammar=conf/partitioning/partitions.yy --duration=400 --rpl-mode=mixed --threads=6 --queries=100M --redefine=/home/travis/rqg/conf/mariadb/instant_add.yy --mysqld=--max-statement-time=30 --reporters=Backtrace,ErrorLog,Deadlock --scenario=Restart --engine=InnoDB --mysqld=--innodb_stats_persistent=0 --seed=1513163173 --basedir=/home/travis/server --vardir=/home/travis/logs/vardir1_3 {noformat} |
{code:sql}
--source include/have_partition.inc CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; CREATE TABLE t2 (i INT NOT NULL, KEY (i)); ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; # Cleanup DROP TABLE t1, t2; {code} {noformat:title=10.0 6559ba71a564} mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171214 12:43:46 [ERROR] mysqld got signal 6 ; #7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237 #9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590 #10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92 #11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114 #12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569 #13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296 #14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999 #15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377 #16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292 #17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861 #18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333 #19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6 {noformat} Reproducible on 10.x and MySQL 5.6, 5.7. |
Labels | upstream | |
Summary | [Draft] Assertion `table->s->db_create_options == part_table->s->db_create_options' failed in compare_table_with_partition | Assertion `table->s->db_create_options == part_table->s->db_create_options' failed in compare_table_with_partition |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Description |
{code:sql}
--source include/have_partition.inc CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; CREATE TABLE t2 (i INT NOT NULL, KEY (i)); ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; # Cleanup DROP TABLE t1, t2; {code} {noformat:title=10.0 6559ba71a564} mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171214 12:43:46 [ERROR] mysqld got signal 6 ; #7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237 #9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590 #10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92 #11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114 #12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569 #13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296 #14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999 #15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377 #16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292 #17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861 #18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333 #19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6 {noformat} Reproducible on 10.x and MySQL 5.6, 5.7. |
{code:sql}
--source include/have_partition.inc CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; CREATE TABLE t2 (i INT NOT NULL, KEY (i)); ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; # Cleanup DROP TABLE t1, t2; {code} {noformat:title=10.0 6559ba71a564} mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171214 12:43:46 [ERROR] mysqld got signal 6 ; #7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237 #9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590 #10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92 #11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114 #12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569 #13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296 #14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999 #15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377 #16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292 #17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861 #18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333 #19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6 {noformat} Reproducible on 10.x and MySQL 5.6, 5.7, filed as https://bugs.mysql.com/bug.php?id=88916 |
Remote Link | This issue links to "Bug #88916 Assertion `table->s->db_create_options == part_table->s->db_create_options' (Web Link)" [ 28308 ] |
Attachment | threads [ 44784 ] |
Description |
{code:sql}
--source include/have_partition.inc CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; CREATE TABLE t2 (i INT NOT NULL, KEY (i)); ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; # Cleanup DROP TABLE t1, t2; {code} {noformat:title=10.0 6559ba71a564} mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171214 12:43:46 [ERROR] mysqld got signal 6 ; #7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237 #9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590 #10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92 #11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114 #12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569 #13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296 #14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999 #15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377 #16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292 #17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861 #18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333 #19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6 {noformat} Reproducible on 10.x and MySQL 5.6, 5.7, filed as https://bugs.mysql.com/bug.php?id=88916 |
{code:sql}
--source include/have_partition.inc CREATE TABLE t1 (i INT NOT NULL, KEY (i)) ROW_FORMAT=DYNAMIC PARTITION BY KEY(i) PARTITIONS 2; CREATE TABLE t2 (i INT NOT NULL, KEY (i)); ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2; # Cleanup DROP TABLE t1, t2; {code} {noformat:title=10.0 6559ba71a564} mysqld: /data/src/10.0/sql/sql_partition_admin.cc:238: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed. 171214 12:43:46 [ERROR] mysqld got signal 6 ; #7 0x00007f738819cee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00000000009c0dce in compare_table_with_partition (thd=0x7f73822a2070, table=0x7f738089f070, part_table=0x7f738089e470, part_elem=0x7f7380b87e68) at /data/src/10.0/sql/sql_partition_admin.cc:237 #9 0x00000000009c1c1a in Sql_cmd_alter_table_exchange_partition::exchange_partition (this=0x7f73808fadc8, thd=0x7f73822a2070, table_list=0x7f73808fa1a0, alter_info=0x7f738a26ba40) at /data/src/10.0/sql/sql_partition_admin.cc:590 #10 0x00000000009c07df in Sql_cmd_alter_table_exchange_partition::execute (this=0x7f73808fadc8, thd=0x7f73822a2070) at /data/src/10.0/sql/sql_partition_admin.cc:92 #11 0x000000000065398b in mysql_execute_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:5114 #12 0x0000000000656dc2 in mysql_parse (thd=0x7f73822a2070, rawbuf=0x7f73808fa088 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", length=50, parser_state=0x7f738a26c640) at /data/src/10.0/sql/sql_parse.cc:6569 #13 0x0000000000649901 in dispatch_command (command=COM_QUERY, thd=0x7f73822a2070, packet=0x7f73837e5071 "ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2", packet_length=50) at /data/src/10.0/sql/sql_parse.cc:1296 #14 0x0000000000648c01 in do_command (thd=0x7f73822a2070) at /data/src/10.0/sql/sql_parse.cc:999 #15 0x0000000000768ab8 in do_handle_one_connection (thd_arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1377 #16 0x000000000076882a in handle_one_connection (arg=0x7f73822a2070) at /data/src/10.0/sql/sql_connect.cc:1292 #17 0x0000000000ac9564 in pfs_spawn_thread (arg=0x7f73821a2370) at /data/src/10.0/storage/perfschema/pfs.cc:1861 #18 0x00007f7389ea0494 in start_thread (arg=0x7f738a26d700) at pthread_create.c:333 #19 0x00007f738825993f in clone () from /lib/x86_64-linux-gnu/libc.so.6 {noformat} Reproducible on 10.x and MySQL 5.6, 5.7, with InnoDB and MyISAM. Also filed as https://bugs.mysql.com/bug.php?id=88916 |
Affects Version/s | 10.3 [ 22126 ] |
Affects Version/s | 10.4 [ 22408 ] | |
Affects Version/s | 10.5 [ 23123 ] |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] |
Link |
This issue relates to |
Fix Version/s | 10.1 [ 16100 ] |
Affects Version/s | 10.6 [ 24028 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Link | This issue relates to MDEV-18858 [ MDEV-18858 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Alexey Botchkov [ holyfoot ] |
Fix Version/s | 10.6 [ 24028 ] |
Workflow | MariaDB v3 [ 84415 ] | MariaDB v4 [ 143992 ] |
Assignee | Alexey Botchkov [ holyfoot ] | Nayuta Yanagisawa [ JIRAUSER47117 ] |
Affects Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.7 [ 24805 ] |
Status | Confirmed [ 10101 ] | In Review [ 10002 ] |
Fix Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] |
Fix Version/s | 10.3.36 [ 27513 ] | |
Fix Version/s | 10.4.26 [ 27511 ] | |
Fix Version/s | 10.5.17 [ 27509 ] | |
Fix Version/s | 10.6.9 [ 27507 ] | |
Fix Version/s | 10.7.5 [ 27505 ] | |
Fix Version/s | 10.8.4 [ 27503 ] | |
Fix Version/s | 10.9.2 [ 27115 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
still reproducible
10.5 c69520c9dfa6e4a26258842a1d35
mariadbd: /10.5/sql/sql_partition_admin.cc:263: bool compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, uint): Assertion `table->s->db_create_options == part_table->s->db_create_options' failed.
200731 14:17:39 [ERROR] mysqld got signal 6 ;
Server version: 10.5.5-MariaDB-debug-log
linux/raise.c:51(__GI_raise)[0x7fd1a6b747bb]
stdlib/abort.c:81(__GI_abort)[0x7fd1a6b5f535]
intl/loadmsgcat.c:1177(_nl_load_domain)[0x7fd1a6b5f40f]
??:0(__assert_fail)[0x7fd1a6b6d102]
sql/sql_partition_admin.cc:264(compare_table_with_partition(THD*, TABLE*, TABLE*, partition_element*, unsigned int))[0x560ca6f9b632]
sql/sql_partition_admin.cc:630(Sql_cmd_alter_table_exchange_partition::exchange_partition(THD*, TABLE_LIST*, Alter_info*))[0x560ca6f97b0d]
sql/sql_partition_admin.cc:109(Sql_cmd_alter_table_exchange_partition::execute(THD*))[0x560ca6b8f64d]
sql/sql_parse.cc:5951(mysql_execute_command(THD*))[0x560ca6b9cc7c]
sql/sql_parse.cc:7993(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x560ca6b73b95]
sql/sql_parse.cc:1869(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x560ca6b704ad]
sql/sql_parse.cc:1347(do_command(THD*))[0x560ca6f946c6]
sql/sql_connect.cc:1410(do_handle_one_connection(CONNECT*, bool))[0x560ca6f94023]
sql/sql_connect.cc:1314(handle_one_connection)[0x560ca7c49886]
nptl/pthread_create.c:487(start_thread)[0x7fd1a762ffa3]
x86_64/clone.S:97(clone)[0x7fd1a6c364cf]
Query (0x62b0000382a8): ALTER TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2