mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02: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. mysql-test/r/sp_trans.result: Changed procedure name and delimiter setting to follow the style of the other SP test files. mysql-test/t/sp-error.test: Added comment with hint for bug test case style. mysql-test/t/sp-threads.test: Added comments, with hint for bug test case style. mysql-test/t/sp.test: Removed have_innodb.inc inclusion. Added comments about different SP test files, table usage and hint for bug test case style. mysql-test/t/sp_trans.test: Changed procedure name and delimiter setting to follow the style of the other SP test files.
This commit is contained in:
parent
0f58efbd48
commit
7e79e70515
5 changed files with 80 additions and 30 deletions
|
|
@ -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...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue