summaryrefslogtreecommitdiff
path: root/mysql-test/include/mysqld--help.inc
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-05-17 19:28:50 +0400
committerAlexander Nozdrin <alik@sun.com>2010-05-17 19:28:50 +0400
commit7f0a5d2b7a8d2f11c52a807a14ddf3f9e603d676 (patch)
tree8d28d151464723370c4803838daff09d1db1880d /mysql-test/include/mysqld--help.inc
parentcc6d110e48ac3d3cf34b7acb9dee16479f08b9f9 (diff)
downloadmariadb-git-7f0a5d2b7a8d2f11c52a807a14ddf3f9e603d676.tar.gz
Patch for Bug#52410 (Test "mysqld--help-*": further output differences).
That was a pure test issue -- filter implementation in Perl did not work on some platform (the bug occurred on Windows Server 2008 with Cygwin Perl 5.10.0).
Diffstat (limited to 'mysql-test/include/mysqld--help.inc')
-rw-r--r--mysql-test/include/mysqld--help.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mysqld--help.inc b/mysql-test/include/mysqld--help.inc
index e318823d8af..f21f8b20aa4 100644
--- a/mysql-test/include/mysqld--help.inc
+++ b/mysql-test/include/mysqld--help.inc
@@ -23,7 +23,7 @@ perl;
while (<F>) {
next if 1../The following groups are read/;
# formatting, skip line consisting entirely of dashes and blanks
- next if /^[\- ]+$/;
+ next if /^[\- ]+\s?$/;
next if /Value \(after reading options\)/; # skip table header
next if /^($re1) /;
next if /^($re2)-/;