summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp.test
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2005-01-041-1/+1
* Better handling of ensuring that setup_tables() are not called twiceunknown2005-01-031-2/+6
* Reverted previous name changes of all bug tests in sp.test, but kept theunknown2004-12-281-76/+455
* mergeunknown2004-11-121-1/+16
|\
| * mergeunknown2004-10-281-8/+53
| |\
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-201-1/+16
| |\ \
| | * | errors without code removedunknown2004-10-201-1/+16
* | | | Various syntax fixes in sql/sql_yacc.yy for stored procedures:unknown2004-11-031-2/+2
| |_|/ |/| |
* | | Fixed BUG#6029: Stored procedure specific handlers should have priority.unknown2004-10-231-0/+26
* | | Fixed BUG#6022: Stored procedure shutdown problem with self-calling function.unknown2004-10-231-0/+19
* | | Fixed BUG#6027: Stored procedures can be renamed.unknown2004-10-221-8/+8
|/ /
* | Implemented the stored procedure data access characteristics:unknown2004-10-141-12/+17
|/
* Fixed BUG#4905: Stored procedure doesn't clear for "Rows affected".unknown2004-09-291-0/+29
* Fixed BUG#3583: query cache doesn't work for stored procedures.unknown2004-09-171-0/+35
* Fixed BUG#4941: Stored procedure crash fetching null value into variable.unknown2004-09-101-0/+22
* Fixed BUG#4487: Stored procedure connection aborted if uninitialized char.unknown2004-09-091-0/+12
* Merge on pullunknown2004-09-091-63/+73
|\
| * After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-63/+73
* | Fixed BUG#5258: Stored procedure modified date is 0000-00-00.unknown2004-09-081-0/+24
|/
* Fixed BUG#5307: Stored procedure allows statement after BEGIN ... END.unknown2004-09-021-0/+12
* Fixed BUG#5287: Stored procedure crash if leave outside loop.unknown2004-09-021-0/+17
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-301-0/+6
|\
| * Fix column name where it starts with a backtickunknown2004-08-301-0/+6
* | Fixed BUG#5279: Stored procedure packets out of order if CHECKSUM TABLE.unknown2004-08-301-0/+10
* | Fixed BUG#5251: mysql changes creation time of a procedure/function when alte...unknown2004-08-271-0/+16
* | Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-19/+73
* | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,unknown2004-08-241-0/+36
* | WL#2002: Implement stored procedure GOTO.unknown2004-08-171-2/+61
* | Made sp.test more repeatable.unknown2004-08-131-1/+15
* | Removed an SP test case that's not repeatable over different builds/platforms.unknown2004-08-061-1/+1
* | Fixed BUG#4904: Stored procedure crash if continue handler for HY000 errors.unknown2004-08-061-0/+18
* | Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,unknown2004-08-061-0/+42
* | Fixed BUG#4318: Stored Procedure packet error if HANDLER statement,unknown2004-07-291-0/+22
|/
* Mergeunknown2004-07-261-0/+61
|\
| * New test case for BUG#4726: Stored procedure crash when looping over SELECT w...unknown2004-07-231-0/+31
| * Fixed BUG#4579: Execution of SP crashes server.unknown2004-07-221-0/+30
* | disabled innodb is NOT a reason to failunknown2004-07-131-1/+1
|/
* Fixed BUG#3368: Stored procedure crash if group_concat(variable).unknown2004-06-151-0/+19
* Fixed BUG#3843: ANALYZE TABLE inside stored procedure causes 'Packets out of ...unknown2004-06-141-0/+13
* Fixed BUG#3132: Stored function returns empty when used in union.unknown2004-06-101-0/+9
* Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.unknown2004-06-091-0/+34
* Fixed BUG#2460: Crash wih Stored Procedure and UNION.unknown2004-05-281-0/+46
* Added test cases for the following bugs that have been fixed by recent changes:unknown2004-05-281-0/+209
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-05-261-0/+12
|\
| * PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-0/+12
* | Fixed comment for prime test.unknown2004-05-131-5/+6
* | Added comment about expected result for prime test.unknown2004-05-131-0/+5
|/
* Correction of WL#1567: row_count() is -1 following non-insert/update/deleteunknown2004-05-041-0/+2
* WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/...unknown2004-05-041-0/+19
* Fixed BUG#2780: Stored procedure exit handler ignored for warnings.unknown2004-04-061-0/+26