mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
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:
parent
0a2cd4bb9f
commit
4de90ee7c1
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue