Commit 4de90ee7 authored by unknown's avatar unknown
Browse files

bug $17756 (sp_notembedded.test unstable)


mysql-test/r/sp_notembedded.result:
  result fixed
mysql-test/t/sp_notembedded.test:
  test case fixed so as the previous test won't affect the result of
  SHOW PROCESSLIST command
parent 0a2cd4bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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;
+5 −0
Original line number Diff line number Diff line
# 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;