|
Also saw the same.
SET GLOBAL READ_ONLY=1;
|
XA BEGIN '0';
|
CREATE TEMPORARY SEQUENCE s;
|
Leads to:
|
10.5.3 cfe5ee90c8e4b9dfa98a41fcd299197a59261be7
|
mysqld: /test/10.5_dbg/sql/sql_error.cc:335: void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*): Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed.
|
|
10.5.3 cfe5ee90c8e4b9dfa98a41fcd299197a59261be7
|
Core was generated by `/test/MD110520-mariadb-10.5.3-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 0x14601ff27700 (LWP 1558502))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x0000562112fc8c11 in my_write_core (sig=sig@entry=6) at /test/10.5_dbg/mysys/stacktrace.c:518
|
#2 0x000056211276df8d in handle_fatal_signal (sig=6) at /test/10.5_dbg/sql/signal_handler.cc:329
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
|
#5 0x000014601e66b801 in __GI_abort () at abort.c:79
|
#6 0x000014601e65b39a in __assert_fail_base (fmt=0x14601e7e27d8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x562113137118 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x5621131370c0 "/test/10.5_dbg/sql/sql_error.cc", line=line@entry=335, function=function@entry=0x562113137c40 <Diagnostics_area::set_ok_status(unsigned long long, unsigned long long, char const*)::__PRETTY_FUNCTION__> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*)") at assert.c:92
|
#7 0x000014601e65b412 in __GI___assert_fail (assertion=assertion@entry=0x562113137118 "!is_set() || (m_status == DA_OK_BULK && is_bulk_op())", file=file@entry=0x5621131370c0 "/test/10.5_dbg/sql/sql_error.cc", line=line@entry=335, function=function@entry=0x562113137c40 <Diagnostics_area::set_ok_status(unsigned long long, unsigned long long, char const*)::__PRETTY_FUNCTION__> "void Diagnostics_area::set_ok_status(ulonglong, ulonglong, const char*)") at assert.c:101
|
#8 0x000056211247ab19 in Diagnostics_area::set_ok_status (this=0x145ffd01ab88, affected_rows=affected_rows@entry=0, last_insert_id=last_insert_id@entry=0, message=message@entry=0x0) at /test/10.5_dbg/sql/sql_error.cc:335
|
#9 0x00005621125967d3 in my_ok (message=0x0, id=0, affected_rows_arg=0, thd=0x145ffd015088) at /test/10.5_dbg/sql/sql_class.h:5156
|
#10 Sql_cmd_create_table_like::execute (this=0x145ffd074180, thd=0x145ffd015088) at /test/10.5_dbg/sql/sql_table.cc:11886
|
#11 0x00005621124c9eda in mysql_execute_command (thd=thd@entry=0x145ffd015088) at /test/10.5_dbg/sql/sql_parse.cc:5912
|
#12 0x00005621124d1804 in mysql_parse (thd=thd@entry=0x145ffd015088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14601ff263e0, 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:7957
|
#13 0x00005621124bdffd in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x145ffd015088, packet=packet@entry=0x145ffd067089 "CREATE TEMPORARY SEQUENCE s", packet_length=packet_length@entry=27, 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:1839
|
#14 0x00005621124bc8cc in do_command (thd=0x145ffd015088) at /test/10.5_dbg/sql/sql_parse.cc:1358
|
#15 0x000056211261699d in do_handle_one_connection (connect=<optimized out>, connect@entry=0x145ffec433a8, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
|
#16 0x00005621126170b9 in handle_one_connection (arg=arg@entry=0x145ffec433a8) at /test/10.5_dbg/sql/sql_connect.cc:1313
|
#17 0x0000562112a7510a in pfs_spawn_thread (arg=0x14601dc45888) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
|
#18 0x000014601f34e6db in start_thread (arg=0x14601ff27700) at pthread_create.c:463
|
#19 0x000014601e74c88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.3.23 (dbg), 10.4.13 (dbg), 10.5.2 (dbg), 10.5.3 (dbg), 10.5.4 (dbg)
Bug confirmed not present in:
MariaDB: 10.1.45 (dbg), 10.1.45 (opt), 10.2.32 (dbg), 10.2.32 (opt), 10.3.23 (opt), 10.4.13 (opt), 10.5.2 (opt), 10.5.3 (opt), 10.5.4 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt)
|