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:
12
mysql-test/main/plugin_maturity.test
Normal file
12
mysql-test/main/plugin_maturity.test
Normal file
@ -0,0 +1,12 @@
|
||||
--source include/have_example_plugin.inc
|
||||
|
||||
# test for --plugin_maturity
|
||||
--replace_regex /\.dll/.so/
|
||||
--error 1126
|
||||
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
|
||||
|
||||
--replace_regex /\.dll/.so/
|
||||
--error 1126
|
||||
eval INSTALL SONAME '$HA_EXAMPLE_SO';
|
||||
--replace_regex /\.dll/.so/
|
||||
show warnings;
|
Reference in New Issue
Block a user