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

@@ -1,5 +1,6 @@
#
# Testing stored procedures with multiple connections
# Testing stored procedures with multiple connections,
# except security/privilege tests, they go to sp-security.test
#
connect (con1root,localhost,root,,);
@@ -52,3 +53,12 @@ connection con1root;
drop table t1;
drop procedure bug4934;
#
# BUG#NNNN: New bug synopsis
#
#--disable_warnings
#drop procedure if exists bugNNNN;
#--enable_warnings
#create procedure bugNNNN...