You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
296 B

  1. connection node_1;
  2. SELECT COUNT(DISTINCT uuid) = 2 FROM mtr_wsrep_notify.membership;
  3. COUNT(DISTINCT uuid) = 2
  4. 1
  5. SELECT MAX(size) = 2 FROM mtr_wsrep_notify.status;
  6. MAX(size) = 2
  7. 1
  8. SELECT COUNT(DISTINCT idx) = 2 FROM mtr_wsrep_notify.status;
  9. COUNT(DISTINCT idx) = 2
  10. 1
  11. DROP SCHEMA mtr_wsrep_notify;