mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
12 lines
387 B
Text
12 lines
387 B
Text
|
#
|
||
|
# MDEV-6082 Assertion `0' fails in TC_LOG_DUMMY::log_and_order on DML after installing TokuDB at runtime on server with disabled InnoDB
|
||
|
#
|
||
|
--source include/not_embedded.inc
|
||
|
|
||
|
if (!$HA_INNODB_SO) {
|
||
|
--skip Need InnoDB plugin
|
||
|
}
|
||
|
install plugin innodb soname 'ha_innodb';
|
||
|
select engine,support,transactions,xa from information_schema.engines where engine='innodb';
|
||
|
uninstall plugin innodb;
|