summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-05-30 17:11:08 +0200
committerdf@pippilotta.erinye.com <>2007-05-30 17:11:08 +0200
commitdd9afd5d9807d49bd6cc7a289734be167fdb0511 (patch)
tree0f4949cd7287be9df54d06498937e4f4666ced9f /mysql-test/mysql-test-run.pl
parent870b38b808c7313ed00bb136acffade9df3ff6f8 (diff)
parent20e13f8fb1204ccbbc759430cb0d12f30d08c3c8 (diff)
downloadmariadb-git-dd9afd5d9807d49bd6cc7a289734be167fdb0511.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-nn
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index df39be15f05..27772ff0672 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3770,8 +3770,7 @@ sub mysqld_arguments ($$$$) {
"%s--log-slow-queries=%s-slow.log", $prefix, $log_base_path);
# Check if "extra_opt" contains --skip-log-bin
- my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt);
-
+ my $skip_binlog= grep(/^--skip-log-bin/, @$extra_opt, @opt_extra_mysqld_opt);
if ( $mysqld->{'type'} eq 'master' )
{
if (! ($opt_skip_master_binlog || $skip_binlog) )