diff options
author | unknown <pem@mysql.comhem.se> | 2003-12-16 14:15:27 +0100 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2003-12-16 14:15:27 +0100 |
commit | 241bb226993b5ea11e73903858b5ba0fdc6e6647 (patch) | |
tree | 0444674981f96d61fdf0356f9d302bbb2126dc68 /mysql-test/t/sp-security.test | |
parent | 1d77c0412ee5875cefaf514df483af38c63356f5 (diff) | |
download | mariadb-git-241bb226993b5ea11e73903858b5ba0fdc6e6647.tar.gz |
Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded server.
Added missing cleanup in sp-security.test.
mysql-test/r/sp-security.result:
Added clean-up.
mysql-test/t/sp-security.test:
Added clean-up.
sql/item_func.cc:
Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded server.
sql/sp_head.cc:
Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded server.
sql/sp_head.h:
Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded server.
sql/sql_parse.cc:
Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded server.
Diffstat (limited to 'mysql-test/t/sp-security.test')
-rw-r--r-- | mysql-test/t/sp-security.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/sp-security.test b/mysql-test/t/sp-security.test index 923438c8525..0d77b53210e 100644 --- a/mysql-test/t/sp-security.test +++ b/mysql-test/t/sp-security.test @@ -94,6 +94,7 @@ call stamp(6); # Clean up connection con1root; +drop procedure stamp; use test; drop database db1_secret; delete from mysql.user where user='dummy'; |