summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-11-281-0/+5
|\
| * Fix for bug 1974unknown2003-11-281-0/+5
* | Fixed BUG#1965: Opening a cursor hangs client when malformed select failsunknown2003-11-271-0/+11
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2003-11-241-2/+2
|\
| * Changed "query" into "statement", and corrected SQL state code (04000->0A000).unknown2003-11-241-2/+2
* | Merge mysql.com:/home/psergey/mysql-5.0unknown2003-11-222-40/+42
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2003-11-211-1/+1
| |\ \ | | |/ | |/|
| | * warning number changedunknown2003-11-211-1/+1
| * | Translated 5.0 error codes into sql states.unknown2003-11-211-39/+41
* | | Merged, most likely needs post-merge fixunknown2003-11-212-0/+367
|\ \ \ | |/ / |/| |
| * | logging_ok:unknown2003-11-202-0/+367
* | | Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_valueunknown2003-11-201-3/+27
* | | Handle null values correctly in SP local variables.unknown2003-11-201-0/+12
* | | Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;unknown2003-11-202-0/+6
| |/ |/|
* | Post-merge fixes.unknown2003-11-193-11/+10
* | Merging 4.1->5.0.unknown2003-11-1910-7/+1269
|\ \
| * | Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-192-8/+79
| * | WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-172-0/+57
| * | Changed single generic error code/message into different ones for duplicate t...unknown2003-11-141-1/+1
| * | Various bug fixes:unknown2003-11-132-3/+65
| |/
| * Fix BUG#1656: Have to initialize OUT parameters too, in case they're notunknown2003-10-281-0/+11
| * Post-merge fixes.unknown2003-10-234-6/+6
| * Merging 4.1->5.0unknown2003-10-2210-7/+1067
| |\
| | * Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-201-7/+8
| | * Bugfix. Local variables are now initialized to null.unknown2003-10-171-0/+16
| | * Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-161-1/+15
| | * Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res...unknown2003-10-151-0/+21
| | * Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-1/+58
| | * WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-102-0/+109
| | * Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-031-0/+17
| | * Fixed BUG#822: Copying and clearing some things in thd/lex whenunknown2003-10-031-0/+17
| | * Post-merge fixes.unknown2003-09-244-8/+8
| | * Merging 4.1 -> 5.0unknown2003-09-249-5/+813
| | |\
| | | * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-162-0/+82
| | | * Post-merge fixes.unknown2003-08-265-10/+8
| | | * Merge 4.1 into 5.0unknown2003-08-269-5/+731
| | | |\
| | | | * allow to look up queries with leading commentsunknown2003-07-181-0/+24
| | | | * A test in subselect.test turned out to be correct after all, a difference bet...unknown2003-07-101-0/+8
| | | | * Merging 4.1 into 5.0 (second pass; post-merge fixes).unknown2003-07-093-27/+28
| | | | * Merge 4.1 into 5.0 (first pass).unknown2003-07-087-5/+699
| | | | |\
| | | | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-121-0/+6
| | | | | * Adopt SP stuff to the new lex pointer.unknown2003-05-231-0/+17
| | | | | * Task #627 : user variables' names are now case-insensitive :unknown2003-05-121-4/+26
| | | | | * Merged 4.1 to 5.0.unknown2003-04-298-2/+652
| | | | | |\
| | | | | | * Post-fix of bug #302 fix.unknown2003-04-272-17/+27
| | | | | | * subselect in procedure argument list (Bug #302)unknown2003-04-231-0/+17
| | | | | | * Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-231-2/+7
| | | | | | * Check the number of args to SPs.unknown2003-04-171-2/+16
| | | | | | * Post-merge fixes.unknown2003-04-172-2/+2
| | | | | | * Merged 4.1 into 5.0.unknown2003-04-169-63/+143
| | | | | | |\