summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_var_notify_cmd.test
blob: 2b0852b487052b6c85cc128e77e0cab23a33fffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Test wsrep_notify_cmd. We use a version of the support-files/wsrep_notify.sh script that writes
# notifications into a table.
#

--source include/galera_cluster.inc

--connection node_1
SET SESSION wsrep_sync_wait=15;
SELECT COUNT(DISTINCT uuid) FROM mtr_wsrep_notify.membership;
SELECT MAX(size) FROM mtr_wsrep_notify.status;
SELECT COUNT(DISTINCT idx) FROM mtr_wsrep_notify.status;