mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Merge bk@192.168.21.1:mysql-5.0
into mysql.com:/home/hf/work/mysql-5.0.17756
This commit is contained in:
commit
ebcafb887f
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;
|
||||
|
|
|
@ -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 |;
|
||||
|
||||
#
|
||||
|
@ -260,3 +264,4 @@ drop procedure bug10100pc|
|
|||
drop view v1|
|
||||
|
||||
delimiter ;|
|
||||
drop table t3;
|
||||
|
|
Loading…
Reference in a new issue