bool open_trans_system_tables_for_read(THD*, TABLE_LIST*): Assertion `!"HA_ATTACHABLE_TRX_COMPATIBLE is not set"' failed.
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.7 |
Triaged
|
High
|
Laurynas Biveinis |
Bug Description
2015-11-
Version: '5.7.9-90.0-debug' socket: '/sda/PS-
mysqld: /git/PS-
02:39:51 UTC - mysqld got signal 6 ;
+bt
#0 0x00007f93d1964771 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 0x00007f93d05685d7 in __GI_raise (sig=sig@entry=6) at ../nptl/
#5 0x00007f93d0569cc8 in __GI_abort () at abort.c:90
#6 0x00007f93d0561546 in __assert_fail_base (fmt=0x7f93d06b1128 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=
#7 0x00007f93d05615f2 in __GI___assert_fail (assertion=
#8 0x00000000014360e2 in open_trans_
#9 0x00000000016a7113 in mysqld_help (thd=0x7f930581
#10 0x00000000014b0593 in mysql_execute_
#11 0x00000000014b8284 in mysql_parse (thd=0x7f930581
#12 0x00000000014ad12c in dispatch_command (thd=0x7f930581
#13 0x00000000014ac048 in do_command (thd=0x7f930581
#14 0x00000000015e2a1b in handle_connection (arg=0x7f931fbb
#15 0x00000000017e8208 in pfs_spawn_thread (arg=0x7f931faa
#16 0x00007f93d195fdf5 in start_thread (arg=0x7f93d1f5
#17 0x00007f93d06291ad in clone () at ../sysdeps/
# mysqld options required for replay: --maximum-
DROP DATABASE test;CREATE DATABASE test;USE test;
alter table mysql.help_keyword engine=TokuDB;
help '%possible_f%';
Note that this is one of the earlier PS 5.7.9 releases (no TokuDB).
This testcase has the effect of alter table mysql.help_keyword engine=blackhole, and that is again bug 1488055. After that is fixed, it will have the effect of alter table mysql.help_keyword engine=tokudb. which may or may not crash but in case is unsupported.