#At file:///export/home/tmp/mysql/5.5-bugteam/ based on revid:georgi.kodinov@stripped
3211 Bernt M. Johnsen 2010-10-01 [merge]
Merge
modified:
mysql-test/include/mysqld--help.inc
mysql-test/r/mysqld--help-notwin.result
=== modified file 'mysql-test/include/mysqld--help.inc'
--- a/mysql-test/include/mysqld--help.inc 2010-07-08 21:20:08 +0000
+++ b/mysql-test/include/mysqld--help.inc 2010-09-30 13:52:39 +0000
@@ -7,15 +7,27 @@
# force lower-case-table-names=1 (linux/macosx have different defaults)
# force symbolic-links=0 (valgrind build has a different default)
#
+
exec $MYSQLD_BOOTSTRAP_CMD --symbolic-links=0 --lower-case-table-names=1 --help --verbose > $MYSQL_TMP_DIR/mysqld--help.txt 2>&1;
+# The inline perl code below will copy $MYSQL_TMP_DIR/mysqld--help.txt
+# to output, but filter away some variable stuff (e.g. paths).
+
perl;
+ # Variables which we don't want to display in the result file since
+ # their paths may vary:
@skipvars=qw/basedir open-files-limit general-log-file log plugin-dir
log-slow-queries pid-file slow-query-log-file
- datadir slave-load-tmpdir tmpdir/;
+ datadir slave-load-tmpdir tmpdir socket/;
+
+ # Plugins which may or may not be there:
@plugins=qw/innodb ndb archive blackhole federated partition ndbcluster debug temp-pool ssl des-key-file
thread-concurrency super-large-pages mutex-deadlock-detector null-audit/;
- @env=qw/MYSQLTEST_VARDIR MYSQL_TEST_DIR MYSQL_LIBDIR MYSQL_CHARSETSDIR MYSQL_SHAREDIR /;
+
+ # And substitute the content some environment variables with their
+ # names:
+ @env=qw/MYSQLTEST_VARDIR MYSQL_TEST_DIR MYSQL_LIBDIR MYSQL_CHARSETSDIR MYSQL_SHAREDIR/;
+
$re1=join('|', @skipvars, @plugins);
$re2=join('|', @plugins);
$skip=0;
=== modified file 'mysql-test/r/mysqld--help-notwin.result'
--- a/mysql-test/r/mysqld--help-notwin.result 2010-08-30 14:07:40 +0000
+++ b/mysql-test/r/mysqld--help-notwin.result 2010-09-30 13:52:39 +0000
@@ -913,7 +913,6 @@ slave-transaction-retries 10
slave-type-conversions
slow-launch-time 2
slow-query-log FALSE
-socket /tmp/mysql.sock
sort-buffer-size 2097152
sporadic-binlog-dump-fail FALSE
sql-mode
Attachment: [text/bzr-bundle] bzr/bernt.johnsen@sun.com-20101001084357-vfiu5a3o1tb8edfp.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (bernt.johnsen:3211) | Bernt M. Johnsen | 1 Oct |