summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/prepare_stmt_with_role.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/roles/prepare_stmt_with_role.result')
-rw-r--r--mysql-test/suite/roles/prepare_stmt_with_role.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/roles/prepare_stmt_with_role.result b/mysql-test/suite/roles/prepare_stmt_with_role.result
index b2af23c8fbb..073d4363990 100644
--- a/mysql-test/suite/roles/prepare_stmt_with_role.result
+++ b/mysql-test/suite/roles/prepare_stmt_with_role.result
@@ -22,7 +22,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION
GRANT PROXY ON ''@'%' TO 'root'@'localhost' WITH GRANT OPTION
# Test reexecution.
EXECUTE stmtCreateRole;
-ERROR HY000: Operation CREATE ROLE failed for 'developers'
+ERROR HY000: Operation CREATE ROLE failed for 'developers',role already exists
#
# Now grant the role to the test user.
#