mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
6
mysql-test/main/innodb_ignore_builtin.test
Normal file
6
mysql-test/main/innodb_ignore_builtin.test
Normal file
@ -0,0 +1,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;
|
Reference in New Issue
Block a user