From 241bb226993b5ea11e73903858b5ba0fdc6e6647 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Dec 2003 14:15:27 +0100 Subject: 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. --- mysql-test/t/sp-security.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/sp-security.test') 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'; -- cgit v1.2.1