mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / bug46261.test
blob67bdc995850e7cde82a5218edce9e1666cfefc7c
1 --source include/not_embedded.inc
2 --source include/have_example_plugin.inc
4 --echo #
5 --echo # Bug#46261 Plugins can be installed with --skip-grant-tables
6 --echo #
8 --replace_regex /\.dll/.so/
9 --error ER_OPTION_PREVENTS_STATEMENT
10 eval INSTALL PLUGIN example SONAME $HA_EXAMPLE_SO;
12 --replace_regex /\.dll/.so/
13 --error ER_OPTION_PREVENTS_STATEMENT
14 eval UNINSTALL PLUGIN example;
16 --echo End of 5.1 tests