1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Did some SP test style changes and added explanatory comments,

and removed a have_innodb.inc inclusion which was left by mistake
in an earlier change.
This commit is contained in:
pem@mysql.comhem.se
2005-03-18 14:33:46 +01:00
parent d53423383b
commit 00c220eab5
5 changed files with 80 additions and 30 deletions

View File

@@ -680,6 +680,15 @@ begin
end|
#
# BUG#NNNN: New bug synopsis
#
#--disable_warnings
#drop procedure if exists bugNNNN|
#--enable_warnings
#create procedure bugNNNN...
drop table t1|
delimiter ;|