summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-security.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-11-27 18:07:31 +0200
committerGeorgi Kodinov <joro@sun.com>2009-11-27 18:07:31 +0200
commitb7ed14638fd36d68d2fbabb861e5467d6751cbab (patch)
treeabf974bf10a17352ac55f66b096122d7e1cba0f8 /mysql-test/r/sp-security.result
parentd877f0a04575982c4a813b831b8c74b80cccf770 (diff)
downloadmariadb-git-b7ed14638fd36d68d2fbabb861e5467d6751cbab.tar.gz
Addendum to bug #48872: disable output in the test case because errors are
dependent on the case mode
Diffstat (limited to 'mysql-test/r/sp-security.result')
-rw-r--r--mysql-test/r/sp-security.result5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/sp-security.result b/mysql-test/r/sp-security.result
index 17758218e35..1451f8e88fd 100644
--- a/mysql-test/r/sp-security.result
+++ b/mysql-test/r/sp-security.result
@@ -558,15 +558,10 @@ SELECT F_TEST();
F_TEST()
123
SELECT * FROM TestTab;
-ERROR 42000: SELECT command denied to user 'Tester'@'localhost' for table 'TestTab'
SELECT `f_Test`();
-ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
SELECT `F_TEST`();
-ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
SELECT f_Test();
-ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
SELECT F_TEST();
-ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
SELECT `f_Test_denied`();
`f_Test_denied`()
123