mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
83fea27b61
Put descriptions of plugins into a separate file read by MTR MTR itself has generalised code to read this and set env. variables Removed the *SO variables, updated some tests accordingly New commit: added optional list of plugin names for _LOAD variable Also made changes for the new AUTH_* plugins
16 lines
404 B
Text
16 lines
404 B
Text
--source include/not_embedded.inc
|
|
--source include/have_example_plugin.inc
|
|
|
|
--echo #
|
|
--echo # Bug#46261 Plugins can be installed with --skip-grant-tables
|
|
--echo #
|
|
|
|
--replace_regex /\.dll/.so/
|
|
--error ER_OPTION_PREVENTS_STATEMENT
|
|
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
|
|
|
|
--replace_regex /\.dll/.so/
|
|
--error ER_OPTION_PREVENTS_STATEMENT
|
|
eval UNINSTALL PLUGIN example;
|
|
|
|
--echo End of 5.1 tests
|