summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/mysql-wsrep#216.result
blob: b07589d0c04a80e702849be7daa434d5f06d7012 (plain)
1
2
3
4
5
6
7
8
9
10
11
SET GLOBAL wsrep_debug = ON;
CREATE USER u1 IDENTIFIED BY 'plaintext_password';
CREATE USER u1 IDENTIFIED BY 'plaintext_password';
ERROR HY000: Operation CREATE USER failed for 'u1'@'%'
0
0
2
1
DROP USER u1;
CALL mtr.add_suppression('Operation CREATE USER failed');