diff options
author | Georgi Kodinov <joro@sun.com> | 2009-11-27 18:07:31 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-11-27 18:07:31 +0200 |
commit | b7ed14638fd36d68d2fbabb861e5467d6751cbab (patch) | |
tree | abf974bf10a17352ac55f66b096122d7e1cba0f8 /mysql-test/t/sp-security.test | |
parent | d877f0a04575982c4a813b831b8c74b80cccf770 (diff) | |
download | mariadb-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/t/sp-security.test')
-rw-r--r-- | mysql-test/t/sp-security.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test index 42c8ecd85ec..3d41d90404d 100644 --- a/mysql-test/t/sp-security.test +++ b/mysql-test/t/sp-security.test @@ -921,6 +921,7 @@ SELECT F_TEST(); CONNECTION con_tester_denied; +--disable_result_log --error ER_TABLEACCESS_DENIED_ERROR SELECT * FROM TestTab; --error ER_PROCACCESS_DENIED_ERROR @@ -931,6 +932,7 @@ SELECT `F_TEST`(); SELECT f_Test(); --error ER_PROCACCESS_DENIED_ERROR SELECT F_TEST(); +--enable_result_log SELECT `f_Test_denied`(); SELECT `F_TEST_DENIED`(); |