|
Got it locally, but in a long test:
perl ./runall.pl --no-mask --seed=1499017203 --threads=5 --duration=3600 --queries=100M --reporters=QueryTimeout,Backtrace,ErrorLog,Deadlock,Shutdown --redefine=conf/mariadb/redefine_random_keys.yy --redefine=conf/mariadb/redefine_set_session_vars.yy --validators=TransformerNoComparator --transformers=ConvertSubqueriesToViews,DisableOptimizations,EnableOptimizations,ExecuteAsCTE,ExecuteAsInsertSelect,ExecuteAsPreparedOnce,ExecuteAsSelectItem,ExecuteAsUnion,ExecuteAsUpdateDelete,ExecuteAsView,NullIf,OrderBy,StraightJoin,ExecuteAsExecuteImmediate --grammar=conf/runtime/alter_online.yy --gendata=conf/runtime/alter_online.zz --mtr-build-thread=150 --basedir1=/data/bld/10.0 --vardir1=/data/logs/analyze2
|
|
10.0 a02ba9c1c96f8245b2fd5c8b555c74204af421e3
|
mysqld: /data/src/10.0/storage/xtradb/handler/handler0alter.cc:5133: bool commit_try_rebuild(Alter_inplace_info*, ha_innobase_inplace_ctx*, TABLE*, const TABLE*, trx_t*, const char*): Assertion `err_key < ha_alter_info->key_count' failed.
|
170703 21:54:10 [ERROR] mysqld got signal 6 ;
|
|
# 2017-07-03T21:54:17 [1387] #6 0x00007fcfdc6cbe37 in __assert_fail_base () from /lib/x86_64-linux-gnu/libc.so.6
|
# 2017-07-03T21:54:17 [1387] #7 0x00007fcfdc6cbee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
# 2017-07-03T21:54:17 [1387] #8 0x0000000000b70a42 in commit_try_rebuild (ha_alter_info=0x7fcfde9572c0, ctx=0x7fcfb8822d18, altered_table=0x7fcfb889b070, old_table=0x7fcfb88ed470, trx=0x7fcfb9c90678, table_name=0x7fcfb805c175 "t1") at /data/src/10.0/storage/xtradb/handler/handler0alter.cc:5132
|
# 2017-07-03T21:54:17 [1387] #9 0x0000000000b6e592 in ha_innobase::commit_inplace_alter_table (this=0x7fcfab37a888, altered_table=0x7fcfb889b070, ha_alter_info=0x7fcfde9572c0, commit=true) at /data/src/10.0/storage/xtradb/handler/handler0alter.cc:5834
|
# 2017-07-03T21:54:17 [1387] #10 0x000000000084020f in handler::ha_commit_inplace_alter_table (this=0x7fcfab37a888, altered_table=0x7fcfb889b070, ha_alter_info=0x7fcfde9572c0, commit=true) at /data/src/10.0/sql/handler.cc:4199
|
# 2017-07-03T21:54:17 [1387] #11 0x00000000006ff451 in mysql_inplace_alter_table (thd=0x7fcfc2723070, table_list=0x7fcfb88211b0, table=0x7fcfb88ed470, altered_table=0x7fcfb889b070, ha_alter_info=0x7fcfde9572c0, inplace_supported=HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE, target_mdl_request=0x7fcfde956d10, alter_ctx=0x7fcfde9578a0) at /data/src/10.0/sql/sql_table.cc:7145
|
# 2017-07-03T21:54:17 [1387] #12 0x000000000070386d in mysql_alter_table (thd=0x7fcfc2723070, new_db=0x7fcfb8821790 "test", new_name=0x0, create_info=0x7fcfde958540, table_list=0x7fcfb88211b0, alter_info=0x7fcfde9584b0, order_num=0, order=0x0, ignore=false) at /data/src/10.0/sql/sql_table.cc:8910
|
# 2017-07-03T21:54:17 [1387] #13 0x000000000076baaf in Sql_cmd_alter_table::execute (this=0x7fcfb8821878, thd=0x7fcfc2723070) at /data/src/10.0/sql/sql_alter.cc:312
|
# 2017-07-03T21:54:17 [1387] #14 0x00000000006529d3 in mysql_execute_command (thd=0x7fcfc2723070) at /data/src/10.0/sql/sql_parse.cc:5124
|
# 2017-07-03T21:54:17 [1387] #15 0x0000000000655e0a in mysql_parse (thd=0x7fcfc2723070, rawbuf=0x7fcfb8821088 "ALTER TABLE t1 ADD COLUMN extra INT /* QNO 7491 CON_ID 11 */", length=60, parser_state=0x7fcfde9596a0) at /data/src/10.0/sql/sql_parse.cc:6579
|
# 2017-07-03T21:54:17 [1387] #16 0x000000000064896a in dispatch_command (command=COM_QUERY, thd=0x7fcfc2723070, packet=0x7fcfc2729071 "ALTER TABLE t1 ADD COLUMN extra INT /* QNO 7491 CON_ID 11 */ ", packet_length=61) at /data/src/10.0/sql/sql_parse.cc:1309
|
# 2017-07-03T21:54:17 [1387] #17 0x0000000000647c2d in do_command (thd=0x7fcfc2723070) at /data/src/10.0/sql/sql_parse.cc:999
|
# 2017-07-03T21:54:17 [1387] #18 0x0000000000767202 in do_handle_one_connection (thd_arg=0x7fcfc2723070) at /data/src/10.0/sql/sql_connect.cc:1377
|
# 2017-07-03T21:54:17 [1387] #19 0x0000000000766f74 in handle_one_connection (arg=0x7fcfc2723070) at /data/src/10.0/sql/sql_connect.cc:1292
|
# 2017-07-03T21:54:17 [1387] #20 0x00007fcfde63d494 in start_thread (arg=0x7fcfde95a700) at pthread_create.c:333
|
# 2017-07-03T21:54:17 [1387] #21 0x00007fcfdc78893f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7fcfb8821088): ALTER TABLE t1 ADD COLUMN extra INT /* QNO 7491 CON_ID 11 */
|
Connection ID (thread ID): 11
|
Status: NOT_KILLED
|
|