summaryrefslogtreecommitdiff
path: root/mysql-test/main/innodb_ignore_builtin.test
blob: 66f7e47b703b672507e4b3909c0a9e05541e1e18 (plain)
1
2
3
4
5
6
#
# Bug #42610:  Dynamic plugin broken in 5.1.31
#
show variables like 'ignore_builtin_innodb';
select PLUGIN_NAME from information_schema.plugins
where PLUGIN_NAME = "InnoDb" and PLUGIN_LIBRARY IS NULL;