Assertion `thd->get_transaction()->is_empty(Transaction_ctx::STMT) || thd->in_sub_stmt || (thd->state_flags & Open_tables_state::BACKUPS_AVAIL)' failed.
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
New
|
Undecided
|
Unassigned | |||
5.6 |
New
|
Undecided
|
Unassigned | |||
5.7 |
Triaged
|
High
|
Laurynas Biveinis |
Bug Description
2015-11-
mysqld: /git/PS-
05:08:49 UTC - mysqld got signal 6 ;
+bt
#0 0x00007f77d3eef771 in __pthread_kill (threadid=
#1 0x00000000017b8e24 in my_write_core (sig=6) at /git/PS-
#2 0x0000000000e2663f in handle_fatal_signal (sig=6) at /git/PS-
#3 <signal handler called>
#4 0x00007f77d2af35d7 in __GI_raise (sig=sig@entry=6) at ../nptl/
#5 0x00007f77d2af4cc8 in __GI_abort () at abort.c:90
#6 0x00007f77d2aec546 in __assert_fail_base (fmt=0x7f77d2c3c128 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=
#7 0x00007f77d2aec5f2 in __GI___assert_fail (assertion=
#8 0x00000000014245ce in close_thread_tables (thd=0x7f770801
#9 0x00000000016c88e0 in Event_db_
#10 0x00000000016c9479 in Event_db_
#11 0x00000000015edd24 in Events::drop_event (thd=0x7f770801
#12 0x00000000014b3a31 in mysql_execute_
#13 0x00000000014b8284 in mysql_parse (thd=0x7f770801
#14 0x00000000014ad12c in dispatch_command (thd=0x7f770801
#15 0x00000000014ac048 in do_command (thd=0x7f770801
#16 0x00000000015e2a1b in handle_connection (arg=0x7f77223b
#17 0x00000000017e8208 in pfs_spawn_thread (arg=0x7f77222a
#18 0x00007f77d3eeadf5 in start_thread (arg=0x7f77d44e
#19 0x00007f77d2bb41ad in clone () at ../sysdeps/
# Freshly init'd, clean datadir required before each attempt
# mysqld options required for replay: --maximum-
DROP DATABASE test;CREATE DATABASE test;USE test;
ALTER TABLE mysql.event DROP comment,DROP starts;
drop event if exists event1;
Not present in MS 5.7.9