diff options
author | Guilhem Bichot <guilhem@mysql.com> | 2010-01-06 11:59:01 +0100 |
---|---|---|
committer | Guilhem Bichot <guilhem@mysql.com> | 2010-01-06 11:59:01 +0100 |
commit | 03d10b8cd082ea070de3cf344276b55dfe7fb524 (patch) | |
tree | 872186891831d81522c384a674e5ff853c398b56 /mysql-test/r/mysqld--help-win.result | |
parent | 716c1bce835435ef6c16a9306ac3185a5b9d72c0 (diff) | |
download | mariadb-git-03d10b8cd082ea070de3cf344276b55dfe7fb524.tar.gz |
Fix for BUG#50081 "Tests: mysqld--help-notwin fails with --parallel":
eliminate 3 more "directory path" variables from the test's output (it was already
the case for other similar ones likes slow-query-log-file).
Diffstat (limited to 'mysql-test/r/mysqld--help-win.result')
-rw-r--r-- | mysql-test/r/mysqld--help-win.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/mysqld--help-win.result b/mysql-test/r/mysqld--help-win.result index 95d3a48a6e1..c51fbd969ba 100644 --- a/mysql-test/r/mysqld--help-win.result +++ b/mysql-test/r/mysqld--help-win.result @@ -748,7 +748,6 @@ completion-type NO_CHAIN concurrent-insert AUTO connect-timeout 10 console FALSE -datadir MYSQLTEST_VARDIR/install.db/ date-format %Y-%m-%d datetime-format %Y-%m-%d %H:%i:%s default-character-set latin1 @@ -904,7 +903,6 @@ skip-show-database FALSE skip-slave-start FALSE slave-compressed-protocol FALSE slave-exec-mode STRICT -slave-load-tmpdir MYSQLTEST_VARDIR/tmp/ slave-net-timeout 3600 slave-skip-errors (No default value) slave-transaction-retries 10 @@ -932,7 +930,6 @@ thread-stack 262144 time-format %H:%i:%s timed-mutexes FALSE tmp-table-size 16777216 -tmpdir MYSQLTEST_VARDIR/tmp/ transaction-alloc-block-size 8192 transaction-isolation REPEATABLE-READ transaction-prealloc-size 4096 |