Commit a9df79cf authored by holyfoot@vva.(none)'s avatar holyfoot@vva.(none)

bug $17756 (sp_notembedded.test unstable)

parent 562386b9
drop table if exists t1,t3;
drop procedure if exists bug4902|
create procedure bug4902()
begin
......@@ -204,3 +205,4 @@ drop procedure bug10100pv|
drop procedure bug10100pd|
drop procedure bug10100pc|
drop view v1|
drop table t3;
# Can't test with embedded server
-- source include/not_embedded.inc
--sleep 2
--disable_warnings
drop table if exists t1,t3;
--enable_warnings
delimiter |;
#
......@@ -260,3 +264,4 @@ drop procedure bug10100pc|
drop view v1|
delimiter ;|
drop table t3;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment