diff options
author | msvensson@shellback.(none) <> | 2006-05-18 19:26:53 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-05-18 19:26:53 +0200 |
commit | 6ce0113d5a4cf1581e795e840018ec3f643f6efa (patch) | |
tree | fa3c36900b925b6d9a4073e5258eda1518820398 /mysql-test/t/sp-security.test | |
parent | d8d05f31423b8381dead1c68d29c074d5f66c911 (diff) | |
download | mariadb-git-6ce0113d5a4cf1581e795e840018ec3f643f6efa.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: |