components/mysql-5-5/patches/mtr.patch
author boris.chiu@oracle.com
Mon, 03 Oct 2016 15:42:44 -0700
branchs11u3-sru
changeset 7023 4afb0efdefc1
parent 4007 0b6c6e1c308f
permissions -rw-r--r--
22672457 ibqueryerrors dumps core with invalid port specified

Developed in-house, not fed back.
Solaris-specific: MysqlTestRun customization.
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl	Mon Mar 10 03:20:29 2014
+++ b/mysql-test/mysql-test-run.pl	Mon Mar 10 07:07:00 2014
@@ -2152,6 +2152,7 @@
 
   my $lib_plugin=
     mtr_file_exists(vs_config_dirs($location,$plugin_filename),
+                    "$basedir/lib/64/plugin/".$plugin_filename,
                     "$basedir/lib/plugin/".$plugin_filename,
                     "$basedir/lib64/plugin/".$plugin_filename,
                     "$basedir/$location/.libs/".$plugin_filename,