mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
merging
mysql-test/t/sp_notembedded.test: Auto merged
This commit is contained in:
commit
2304a588e1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
drop table if exists t1,t3;
|
||||
drop procedure if exists bug4902|
|
||||
create procedure bug4902()
|
||||
begin
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Can't test with embedded server
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
--sleep 2
|
||||
--disable_warnings
|
||||
drop table if exists t1,t3;
|
||||
--enable_warnings
|
||||
delimiter |;
|
||||
|
||||
#
|
||||
|
@ -261,3 +265,4 @@ drop view v1|
|
|||
drop table t3|
|
||||
|
||||
delimiter ;|
|
||||
drop table t3;
|
||||
|
|
Loading…
Add table
Reference in a new issue