Skip to content

Commit e35a4db

Browse files
committed
Addendum to bug #48872: disable output in the test case because errors are
dependent on the case mode
1 parent 304a709 commit e35a4db

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

mysql-test/r/sp-security.result

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,15 +558,10 @@ SELECT F_TEST();
558558
F_TEST()
559559
123
560560
SELECT * FROM TestTab;
561-
ERROR 42000: SELECT command denied to user 'Tester'@'localhost' for table 'TestTab'
562561
SELECT `f_Test`();
563-
ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
564562
SELECT `F_TEST`();
565-
ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
566563
SELECT f_Test();
567-
ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
568564
SELECT F_TEST();
569-
ERROR 42000: execute command denied to user 'Tester'@'%' for routine 'B48872.f_Test'
570565
SELECT `f_Test_denied`();
571566
`f_Test_denied`()
572567
123

mysql-test/t/sp-security.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ SELECT F_TEST();
921921

922922
CONNECTION con_tester_denied;
923923

924+
--disable_result_log
924925
--error ER_TABLEACCESS_DENIED_ERROR
925926
SELECT * FROM TestTab;
926927
--error ER_PROCACCESS_DENIED_ERROR
@@ -931,6 +932,7 @@ SELECT `F_TEST`();
931932
SELECT f_Test();
932933
--error ER_PROCACCESS_DENIED_ERROR
933934
SELECT F_TEST();
935+
--enable_result_log
934936
SELECT `f_Test_denied`();
935937
SELECT `F_TEST_DENIED`();
936938

0 commit comments

Comments
 (0)