diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 11:11:52 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 11:11:52 +0200 |
commit | e96885de92321763efd59e76d4dc192fef446be5 (patch) | |
tree | 70df31800bc7b5ce776dcd7be852ee4f0d864b1a /mysql-test/t/plugin_load-master.opt | |
parent | 14e53d066807f7164d94dd8449ab4458509ada88 (diff) | |
download | mariadb-git-e96885de92321763efd59e76d4dc192fef446be5.tar.gz |
fixed for mysql-test-run to
* fully support --mysqld=--plugin-load=xxxx
* uniformly support all loadable plugins, no need to hard-code
every new plugin in mtr
* autodetect MTR_VS_CONFIG on windows
Diffstat (limited to 'mysql-test/t/plugin_load-master.opt')
-rw-r--r-- | mysql-test/t/plugin_load-master.opt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/plugin_load-master.opt b/mysql-test/t/plugin_load-master.opt index bb7831c5769..aadeef2fb66 100644 --- a/mysql-test/t/plugin_load-master.opt +++ b/mysql-test/t/plugin_load-master.opt @@ -1,3 +1,2 @@ -$EXAMPLE_PLUGIN_OPT -$EXAMPLE_PLUGIN_LOAD +--plugin-load=EXAMPLE=$HA_EXAMPLE_SO --loose-plugin-example-enum-var=e2 |