diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-04-04 05:32:50 -0700 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-21 16:17:09 -0400 |
commit | fce9217c21527938d279183fb05891505e79b25b (patch) | |
tree | b71347e17b4828960e363da29b865903d6e79e45 /mysql-test/suite/galera | |
parent | dda114461ecb3f8ea3448a61b3dad7d059dbdaec (diff) | |
download | mariadb-git-fce9217c21527938d279183fb05891505e79b25b.tar.gz |
Galera MTR Test: Fix for MW-258.test - do not use SHOW PROCESSLIST
Diffstat (limited to 'mysql-test/suite/galera')
-rw-r--r-- | mysql-test/suite/galera/r/MW-258.result | 8 | ||||
-rw-r--r-- | mysql-test/suite/galera/t/MW-258.test | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/mysql-test/suite/galera/r/MW-258.result b/mysql-test/suite/galera/r/MW-258.result index 28b1e4049ab..1b4d4ae0de8 100644 --- a/mysql-test/suite/galera/r/MW-258.result +++ b/mysql-test/suite/galera/r/MW-258.result @@ -20,14 +20,6 @@ wsrep_desync_count 2 SHOW VARIABLES LIKE 'wsrep_desync'; Variable_name Value wsrep_desync OFF -SHOW PROCESSLIST; -Id User Host db Command Time State Info Progress -# system user # NULL Sleep # NULL NULL 0.000 -# system user # NULL Sleep # wsrep aborter idle NULL 0.000 -# root # test Sleep # NULL 0.000 -# root # test Query # init SHOW PROCESSLIST 0.000 -# root # test Query # Waiting for table metadata lock ALTER TABLE t1 ADD COLUMN f2 INTEGER 0.000 -# root # test Query # checking permissions ALTER TABLE t1 ADD COLUMN f3 INTEGER 0.000 UNLOCK TABLES; value after RSU: SHOW STATUS LIKE 'wsrep_desync_count'; diff --git a/mysql-test/suite/galera/t/MW-258.test b/mysql-test/suite/galera/t/MW-258.test index 7745ef5ea9f..f5519f8a081 100644 --- a/mysql-test/suite/galera/t/MW-258.test +++ b/mysql-test/suite/galera/t/MW-258.test @@ -25,8 +25,6 @@ SET SESSION wsrep_osu_method = RSU; --echo value during RSU: SHOW STATUS LIKE 'wsrep_desync_count'; SHOW VARIABLES LIKE 'wsrep_desync'; ---replace_column 1 # 3 # 6 # -SHOW PROCESSLIST; UNLOCK TABLES; --connection node_1a |