summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpllars@mysql.com2006-06-161-3/+3
|\
| * Bug#19066 (DELETE FROM inconsistency for NDB):mats@mysql.com2006-06-011-3/+3
* | Merge mysql.com:/usr/local/mysql/tmp_mergeknielsen@mysql.com2006-05-181-2/+2
|\ \ | |/ |/|
| * Bug#14635: Accept NEW.x as INOUT parameters to stored procedureskroki@mysql.com2006-05-121-2/+2
* | Merge mysql.com:/opt/local/work/tmp_merge2konstantin@mysql.com2006-03-301-2/+10
|\ \ | |/
| * Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimepem@mysql.com2006-03-281-2/+10
| |\
| | * Fixed BUG#17015: Routine name truncation not an errorpem@mysql.com2006-02-161-2/+10
| * | Fixes to embedded server to be able to run tests with itmonty@mysql.com2006-02-241-13/+0
| |/
* | A fix and test case for Bug#16164 "Easter egg":konstantin@mysql.com2006-03-151-0/+7
* | Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootkonstantin@mysql.com2006-02-221-0/+3
|\ \ | |/
| * Fixed BUG#16896: Stored function: unused AGGREGATE-clause in CREATE FUNCTIONpem@mysql.com2006-02-091-0/+3
* | Merge mysql.com:/home/mydev/mysql-5.1ingo@mysql.com2006-02-101-1/+1
|\ \
| * \ Merge mysql.com:/home/mydev/mysql-5.1ingo@mysql.com2006-02-031-1/+1
| |\ \
| | * | WL#1563 - Modify MySQL to support fast CREATE/DROP INDEXingo@mysql.com2006-01-231-1/+1
* | | | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-081-0/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | Added test case for BUG#15091: Sp Returns Unknown error in order clause....an...pem@mysql.com2006-01-311-0/+13
| * | | Added test case for BUG#14270: Stored procedures: crash if load indexpem@mysql.com2006-01-311-0/+16
* | | | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-021-0/+19
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-191-0/+19
| |\ \
| | * | Fixing BUG#15658: Server crashes after creating function as empty stringpem@mysql.com2006-01-111-0/+19
| | |/
* | | Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_mergekonstantin@mysql.com2006-02-021-1/+1
|\ \ \ | |/ /
| * | Bug#15206: "Misleading message "No data to FETCH":konstantin@mysql.com2006-01-171-1/+1
| |/
* | Embedded-server related tests fixesholyfoot@deer.(none)2006-01-191-13/+0
|/
* Fixed sp-error.test result after merging fix for bug #11555 "Stored procedures:dlenev@mysql.com2005-12-071-31/+31
* Merge mysqldev@production.mysql.com:my/mysql-5.0-releasedlenev@mysql.com2005-12-071-0/+40
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-0/+40
| |\
| | * Fix for bug #11555 "Stored procedures: current SP tables locking makedlenev@mysql.com2005-12-071-0/+40
* | | Mergeserg@serg.mylan2005-12-061-1/+34
|\ \ \ | |/ / |/| |
| * | this has nothing to do with the bug#13012.serg@serg.mylan2005-12-031-1/+1
| * | Bug#13012: REPAIR/BACKUP/RESTORE TABLE cause "packet out of order" in SP.serg@serg.mylan2005-12-021-0/+33
| |/
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-12-061-1/+1
|\ \ | |/ |/|
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tablepem@mysql.com2005-11-251-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0bell@sanja.is.com.ua2005-11-231-3/+6
|\ \
| * | Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-3/+6
| |/
* | Bug#13510 "Setting password local variable changes current konstantin@mysql.com2005-11-191-0/+2
* | Fix for bug #13399 Crash when executing PS/SP which should activate triggerdlenev@mysql.com2005-11-171-0/+18
* | Issuing error about presence of commit/rollback statements in stored function...bell@sanja.is.com.ua2005-11-161-0/+103
* | Fixes bug #14569. When no db is selected as current and we do create procedur...SergeyV@selena.2005-11-111-0/+13
|/
* Fix for BUG#13037: undefined variable in IF cause erroneous error-message.anozdrin@mysql.com2005-10-251-2/+35
* A fix and a test case for Bug#13587 "Server crash when SP is createdkonstantin@mysql.com2005-10-191-0/+11
* Fixed BUG#13510: Setting password local variable changes current passwordpem@mysql.com2005-10-111-0/+38
* Bug #13231 mysqltest: fails to dectect when mysql_next_result failsmsvensson@neptunus.(none)2005-09-211-0/+1
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-131-0/+47
* Fix for Bug#12995: Inside function "Table 't4' was not locked with LOCK TABLES"anozdrin@mysql.com2005-09-071-0/+21
* Fix for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function"anozdrin@mysql.com2005-09-061-0/+7
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-15/+1
* fix for bug #12490 (all-in-one patch)andrey@lmy004.2005-08-291-0/+8
* Fix for bug #11896 "Partial locking in case of recursive trigger definitions".dlenev@mysql.com2005-08-181-0/+30
* Fix for bug #12280 "Triggers: crash if flush tables".dlenev@mysql.com2005-08-101-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-131-1/+14
|\