diff options
author | unknown <msvensson@shellback.(none)> | 2006-05-18 19:26:53 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-05-18 19:26:53 +0200 |
commit | c295bd8082f007085955791b7c80a3cfd48fe8ba (patch) | |
tree | fa3c36900b925b6d9a4073e5258eda1518820398 /mysql-test/t/sp-security.test | |
parent | 3e12f98aa58b5d5e22254d31268a0eaa031c78ab (diff) | |
download | mariadb-git-c295bd8082f007085955791b7c80a3cfd48fe8ba.tar.gz |
Move test that requires innodb to sp_trans
Diffstat (limited to 'mysql-test/t/sp-security.test')
-rw-r--r-- | mysql-test/t/sp-security.test | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test index a8c3c0a22eb..e791729fac4 100644 --- a/mysql-test/t/sp-security.test +++ b/mysql-test/t/sp-security.test @@ -527,29 +527,6 @@ drop database db_bug14533; # -# BUG#7787: Stored procedures: improper warning for "grant execute" statement -# - -# Prepare. - -CREATE DATABASE db_bug7787; -use db_bug7787; - -# Test. - -CREATE PROCEDURE p1() - SHOW INNODB STATUS; - -GRANT EXECUTE ON PROCEDURE p1 TO user_bug7787@localhost; - -# Cleanup. - -DROP DATABASE db_bug7787; -drop user user_bug7787@localhost; -use test; - - -# # WL#2897: Complete definer support in the stored routines. # # The following cases are tested: |