summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r--mysql-test/r/ps.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index f1f779ef03f..5c03556826b 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -2673,7 +2673,7 @@ call proc_1();
drop user pstest_xyz@localhost;
call proc_1();
call proc_1();
-ERROR HY000: Operation CREATE USER failed for 'pstest_xyz'@'localhost'
+ERROR HY000: Operation CREATE USER failed for 'pstest_xyz'@'localhost',user already exists
drop user pstest_xyz@localhost;
call proc_1();
drop user pstest_xyz@localhost;
@@ -2689,7 +2689,7 @@ execute abc;
drop user pstest_xyz@localhost;
execute abc;
execute abc;
-ERROR HY000: Operation CREATE USER failed for 'pstest_xyz'@'localhost'
+ERROR HY000: Operation CREATE USER failed for 'pstest_xyz'@'localhost',user already exists
drop user pstest_xyz@localhost;
execute abc;
drop user pstest_xyz@localhost;