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.

13 lines
415 B

  1. connection node_1;
  2. connection node_2;
  3. call mtr.add_suppression("WSREP: TO isolation failed for: ");
  4. connection node_1;
  5. connection node_2;
  6. Killing server ...
  7. connection node_1;
  8. CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB;
  9. ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
  10. connection node_2;
  11. connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
  12. disconnect node_2;
  13. disconnect node_1;