summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp.result
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-07-111-1/+1
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-1/+1
| |\
| | * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-1/+1
* | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-07-071-0/+29
|\ \ \ | |/ / |/| |
| * | Updated sp.resultpem@mysql.com2005-07-061-2/+2
| * | Fixed BUG#7088: Stored procedures: labels won't work if character set is utf8.pem@mysql.com2005-07-061-0/+29
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-061-68/+0
|\ \ \ | |/ / |/| |
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-68/+0
* | | Disabled the GOTO feature. (It's non-standard and undocumented.)pem@mysql.com2005-07-011-148/+0
* | | Fixed BUG#11529: crash server after use stored procedurepem@mysql.comhem.se2005-06-301-0/+25
|/ /
* | fixed items cleunup for SP (BUG#10136)bell@sanja.is.com.ua2005-06-221-2/+52
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-06-101-0/+40
|\
| * sp.test, sp.result:igor@rurik.mysql.com2005-06-061-0/+40
* | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...pem@mysql.comhem.se2005-06-101-6/+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/+11
* mergebell@book.sanja.is.com.ua2005-05-091-0/+25
|\
| * Item::fix_field need correct pointer on item reference to chnge it if itis ne...bell@book.sanja.is.com.ua2005-05-091-0/+25
* | Corrections to test "sp", stored procedure "fib" (see entry 9937 in the bug DB).joerg@trift-lap.fambruehe2005-05-071-4/+12
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-05-061-0/+8
|\ \ | |/ |/|
| * Fix for bug #9841 "Unexpected read lock when trying to update a view indlenev@brandersnatch.localdomain2005-05-051-0/+8
* | Tests and results fixed with last precision/decimal related modificationsholyfoot@hf-ibm.(none)2005-05-061-2/+2
|/
* Add regression test for calling SOUNDEX() within stored procedure.jimw@mysql.com2005-04-281-0/+16
* Fixed BUG#9004: Inconsistent behaviour of SP re. warningspem@mysql.comhem.se2005-04-221-0/+31
* Mergeacurtis@xiphis.org2005-04-211-0/+43
|\
| * Bug#8861 - If Return is a YEAR data type, value is not shown in year formatacurtis@xiphis.org2005-04-211-0/+10
| * Bug#9775 - Stored procedures: crash if create function that returns enum or setacurtis@xiphis.org2005-04-201-3/+24
| * Bug#7648 - Stored procedure crash when invoking a function that returns a bitacurtis@xiphis.org2005-04-191-0/+6
| * Bug#9102 - Stored proccedures: function which returns blob causes crashacurtis@xiphis.org2005-04-191-0/+6
* | Fixed BUG#6898: Stored procedure crash if GOTO statements existpem@mysql.comhem.se2005-04-201-0/+9
|/
* Fixed BUG#9902: Crash with simple stored function using user defined variablespem@mysql.comhem.se2005-04-151-0/+22
* Fixed BUG#9598: stored procedure call within stored procedurepem@mysql.comhem.se2005-04-141-0/+28
* Fixed BUG#9674: Stored Procs: Using declared vars in algebric operationpem@mysql.comhem.se2005-04-131-0/+28
* Fixed BUG#9856: Stored procedures: crash if handler for sqlexception, not found.pem@mysql.comhem.se2005-04-131-0/+18
* Added test case for BUG#6129: Stored procedure won't display @@sql_mode value.pem@mysql.comhem.se2005-04-131-0/+12
* Fixed BUG#7185: Stored procedure crash if identifier is AVGpem@mysql.comhem.se2005-04-121-0/+6
* Fixed BUG#6900: Stored procedure inner handler ignoredpem@mysql.comhem.se2005-04-081-0/+65
* Moved test for bug #9566 "explicit LOCK TABLE and store procedures result in ...dlenev@brandersnatch.localdomain2005-04-071-10/+0
* Fix for bug #9566 "explicit LOCK TABLE and store procedures result indlenev@brandersnatch.localdomain2005-04-071-0/+10
* Mergejimw@mysql.com2005-04-051-3/+3
|\
| * Enable warnings for 'no default' fields being set to default when theyjimw@mysql.com2005-01-141-3/+3
* | Fixed BUG#6600: Stored procedure crash after repeated calls with check table.pem@mysql.comhem.se2005-03-301-19/+0
* | mergedserg@serg.mylan2005-03-231-0/+2
|\ \
| * | sql_acl.cc, sql_acl.h, sql_parse.ccmysqldev@mysql.com2005-03-221-0/+2
* | | Fixed BUG#6600: Stored procedure crash after repeated calls with check tablepem@mysql.comhem.se2005-03-181-0/+19
|/ /
* | sp.test, sp.result:mysqldev@mysql.com2005-03-171-22/+0
* | Updated tests results for BUG#8510sergefp@mysql.com2005-03-151-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2005-03-091-4/+26
|\ \
| * \ Merge in fix Bug#3788acurtis@ltantony.rdg.cyberkinetica.homeunix.net2005-03-081-4/+26
| |\ \
| | * | Bug#3788acurtis@pcgem.rdg.cyberkinetica.com2005-03-041-5/+27