summaryrefslogtreecommitdiff
path: root/mysql-test/main/trigger_notembedded.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/trigger_notembedded.test')
-rw-r--r--mysql-test/main/trigger_notembedded.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/trigger_notembedded.test b/mysql-test/main/trigger_notembedded.test
index 313faea982c..a2d72364dcd 100644
--- a/mysql-test/main/trigger_notembedded.test
+++ b/mysql-test/main/trigger_notembedded.test
@@ -932,7 +932,7 @@ CREATE USER 'no_rights'@'localhost';
REVOKE ALL ON *.* FROM 'no_rights'@'localhost';
FLUSH PRIVILEGES;
-connect (con1,localhost,no_rights,,);
+connect (con1,localhost,no_rights,,"*NO-ONE*");
SELECT trigger_name FROM INFORMATION_SCHEMA.TRIGGERS
WHERE trigger_schema = 'db1';
--error ER_SPECIFIC_ACCESS_DENIED_ERROR