Commit 2304a588 authored by unknown's avatar unknown

merging


mysql-test/t/sp_notembedded.test:
  Auto merged
parents 83c8e2c9 f4e85811
drop table if exists t1,t3;
drop procedure if exists bug4902| drop procedure if exists bug4902|
create procedure bug4902() create procedure bug4902()
begin begin
......
# Can't test with embedded server # Can't test with embedded server
-- source include/not_embedded.inc -- source include/not_embedded.inc
--sleep 2
--disable_warnings
drop table if exists t1,t3;
--enable_warnings
delimiter |; delimiter |;
# #
...@@ -261,3 +265,4 @@ drop view v1| ...@@ -261,3 +265,4 @@ drop view v1|
drop table t3| drop table t3|
delimiter ;| 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