#At file:///home/bm136801/my/genplug-55/ based on revid:bjorn.munch@stripped
3142 Bjorn Munch 2011-01-12
Bug #58841 Generalise handling of plugins in MTR mysql-test-run.pl script
Follow-up fix: mtr died if trying to run semisync test w/o the plugin
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2011-01-12 09:27:46 +0000
+++ b/mysql-test/mysql-test-run.pl 2011-01-12 13:17:54 +0000
@@ -2051,10 +2051,7 @@ sub environment_setup {
read_plugin_defs("include/plugin.defs");
# Simplify reference to semisync plugins
- if ($ENV{'SEMISYNC_MASTER_PLUGIN'})
- {
- $ENV{'SEMISYNC_PLUGIN_OPT'}= $ENV{'SEMISYNC_MASTER_PLUGIN_OPT'};
- }
+ $ENV{'SEMISYNC_PLUGIN_OPT'}= $ENV{'SEMISYNC_MASTER_PLUGIN_OPT'};
# --------------------------------------------------------------------------
# Valgrind need to be run with debug libraries otherwise it's almost
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20110112131754-qnen566d0yp9zr1o.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-mtr branch (bjorn.munch:3142) Bug#58841 | Bjorn Munch | 12 Jan |