Skip to content

Commit

Permalink
Updated mysqld--help test and result (MDEV-6717, MDEV-6659).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Sep 16, 2014
1 parent ac2a2f3 commit 69bc2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mysql-test/r/mysqld--help.result
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,6 @@ wsrep-certify-nonPK TRUE
wsrep-cluster-address
wsrep-cluster-name my_wsrep_cluster
wsrep-convert-LOCK-to-trx FALSE
wsrep-data-home-dir
wsrep-dbug-option
wsrep-debug FALSE
wsrep-desync FALSE
Expand All @@ -1462,7 +1461,7 @@ wsrep-new-cluster FALSE
wsrep-node-address
wsrep-node-incoming-address AUTO
wsrep-notify-cmd
wsrep-on FALSE
wsrep-on TRUE
wsrep-provider none
wsrep-provider-options
wsrep-recover FALSE
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/t/mysqld--help.test
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ perl;
log-slow-queries pid-file slow-query-log-file log-basename
datadir slave-load-tmpdir tmpdir socket thread-pool-size
large-files-support lower-case-file-system system-time-zone
wsrep-node-name version.*/;
wsrep-node-name wsrep-data-home-dir version.*/;

# Plugins which may or may not be there:
@plugins=qw/innodb ndb archive blackhole federated partition ndbcluster
Expand Down

0 comments on commit 69bc2d5

Please sign in to comment.