summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp.test
Commit message (Expand)AuthorAgeFilesLines
* Bug#9048acurtis@xiphis.org2005-08-271-0/+13
* Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-08-251-0/+34
|\
| * Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO q...petr@mysql.com2005-08-251-0/+34
* | fix test for a bug to use correct tablespetr@mysql.com2005-08-241-16/+17
|/
* A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR konstantin@mysql.com2005-08-191-0/+66
* Fix for Bug#11247 Stored procedures: Function calls in long loops leak memorypetr@mysql.com2005-08-181-0/+59
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-111-60/+63
|\
| * Cleanups during review of new codemonty@mysql.com2005-08-111-60/+63
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-091-0/+14
|\ \ | |/ |/|
| * Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-0/+15
* | Merge mysql.com:/home/jimw/my/mysql-5.0-11570jimw@mysql.com2005-08-081-2/+2
|\ \
| * | Replace host column when testing 'SHOW PROCESSLIST' since it isjimw@mysql.com2005-07-211-2/+2
* | | Manual mergesergefp@mysql.com2005-08-031-105/+41
|\ \ \
| * | | Prelocking-free SPs, post-review fixes:sergefp@mysql.com2005-08-031-61/+1
| * | | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-24/+22
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-311-141/+153
|\ \ \
| * | | Fixes during review of new pushed codemonty@mishka.local2005-07-311-141/+153
* | | | Added sql_mode saving to mysql_dump (BUG#5891, part 2)bell@sanja.is.com.ua2005-07-291-1/+1
|/ / /
* | | fix for bug#8692georg@lmy002.wdf.sap.corp2005-07-221-0/+28
|/ /
* | After-merge fixes (4.1 -> 5.0).konstantin@mysql.com2005-07-161-9/+10
* | Post-review fix: Made test bug9538 test robust.pem@mysql.com2005-07-151-0/+1
* | Fixed BUG#9538: SProc: Creation fails if we try to SET system variablepem@mysql.com2005-07-151-0/+19
* | Added test case for bug #9565 "Wrong locking in stored procedure if adlenev@mysql.com2005-07-151-0/+22
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-07-111-5/+3
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-5/+3
| |\
| | * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-5/+3
* | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-07-071-1/+32
|\ \ \ | |/ / |/| |
| * | Fixed BUG#7088: Stored procedures: labels won't work if character set is utf8.pem@mysql.com2005-07-061-1/+32
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-061-66/+70
|\ \ \ | |/ / |/| |
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-66/+70
* | | Disabled the GOTO feature. (It's non-standard and undocumented.)pem@mysql.com2005-07-011-149/+1
* | | Fixed BUG#11529: crash server after use stored procedurepem@mysql.comhem.se2005-06-301-1/+37
|/ /
* | fixed items cleunup for SP (BUG#10136)bell@sanja.is.com.ua2005-06-221-2/+27
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-06-101-8/+44
|\
| * Enabling back part of sp.test which no longer fails in --ps-protocol modedlenev@brandersnatch.localdomain2005-06-071-8/+0
| * sp.test, sp.result:igor@rurik.mysql.com2005-06-061-0/+44
* | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...pem@mysql.comhem.se2005-06-101-1/+2
|/
* Fixed BUG#10961: Stored procedures: crash if select * from dualpem@mysql.comhem.se2005-06-011-0/+29
* Fixed BUG#9559: Functions: Numeric Operations using -ve value gives incorrectpem@mysql.comhem.se2005-05-271-0/+19
* mergebell@book.sanja.is.com.ua2005-05-091-0/+29
|\
| * Item::fix_field need correct pointer on item reference to chnge it if itis ne...bell@book.sanja.is.com.ua2005-05-091-0/+29
* | Corrections to test "sp", stored procedure "fib" (see entry 9937 in the bug DB).joerg@trift-lap.fambruehe2005-05-071-3/+15
* | Fix for bug #9841 "Unexpected read lock when trying to update a view indlenev@brandersnatch.localdomain2005-05-051-0/+19
|/
* Add regression test for calling SOUNDEX() within stored procedure.jimw@mysql.com2005-04-281-0/+17
* Fixed BUG#9004: Inconsistent behaviour of SP re. warningspem@mysql.comhem.se2005-04-221-0/+24
* Mergeacurtis@xiphis.org2005-04-211-0/+56
|\
| * Bug#8861 - If Return is a YEAR data type, value is not shown in year formatacurtis@xiphis.org2005-04-211-0/+13
| * Bug#9775 - Stored procedures: crash if create function that returns enum or setacurtis@xiphis.org2005-04-201-1/+22
| * Bug#7648 - Stored procedure crash when invoking a function that returns a bitacurtis@xiphis.org2005-04-191-2/+15
| * Bug#9102 - Stored proccedures: function which returns blob causes crashacurtis@xiphis.org2005-04-191-0/+9