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
This commit is contained in:
unknown 2006-04-05 17:41:40 +05:00
commit 4de90ee7c1
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
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;