summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Fix BUG#1656: Have to initialize OUT parameters too, in case they're notunknown2003-10-282-0/+28
* Post-merge fixes.unknown2003-10-236-41/+41
* Merging 4.1->5.0unknown2003-10-2217-11/+2322
|\
| * Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-202-13/+20
| * Bugfix. Local variables are now initialized to null.unknown2003-10-172-0/+39
| * Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-162-3/+33
| * Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res...unknown2003-10-152-0/+43
| * Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-142-2/+120
| * WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-104-0/+246
| * Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-032-0/+40
| * Fixed BUG#822: Copying and clearing some things in thd/lex whenunknown2003-10-032-0/+34
| * Post-merge fixes.unknown2003-09-246-33/+33
| * Merging 4.1 -> 5.0unknown2003-09-2415-7/+1761
| |\
| | * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-164-0/+181
| | * Post-merge fixes.unknown2003-08-267-33/+31
| | * Merge 4.1 into 5.0unknown2003-08-2615-7/+1578
| | |\
| | | * allow to look up queries with leading commentsunknown2003-07-182-0/+38
| | | * A test in subselect.test turned out to be correct after all, a difference bet...unknown2003-07-102-2/+10
| | | * Merging 4.1 into 5.0 (second pass; post-merge fixes).unknown2003-07-095-49/+51
| | | * Merge 4.1 into 5.0 (first pass).unknown2003-07-0812-8/+1533
| | | |\
| | | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-122-0/+16
| | | | * 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-021-1/+1
| | | | * Adopt SP stuff to the new lex pointer.unknown2003-05-232-0/+35
| | | | * Task #627 : user variables' names are now case-insensitive :unknown2003-05-122-6/+40
| | | | * Expand the mysql.proc tableunknown2003-05-061-0/+5
| | | | * Merged 4.1 to 5.0.unknown2003-04-2913-3/+1459
| | | | |\
| | | | | * Post-fix of bug #302 fix.unknown2003-04-274-33/+57
| | | | | * subselect in procedure argument list (Bug #302)unknown2003-04-232-0/+37
| | | | | * Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-232-5/+16
| | | | | * Check the number of args to SPs.unknown2003-04-172-4/+36
| | | | | * Post-merge fixes.unknown2003-04-173-19/+19
| | | | | * Merged 4.1 into 5.0.unknown2003-04-1617-91/+234
| | | | | |\
| | | | | * | Post merge fixes.unknown2003-04-045-30/+42
| | | | | * | Merging 4.1 to 5.0.unknown2003-04-0413-3/+1343
| | | | | |\ \
| | | | | | * | Updated result file.unknown2003-04-021-0/+2
| | | | | | * | Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-022-0/+4
| | | | | | * | Implemented DEFAULT for DECLARE variables.unknown2003-03-302-20/+11
| | | | | | * | Merged 4.1 into 5.0.unknown2003-03-2712-3/+1346
| | | | | | |\ \
| | | | | | | * | Fixed save/restore of current database when calling a procedure.unknown2003-03-262-0/+22
| | | | | | | * | Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-262-0/+4
| | | | | | | * | Post post merge fix. Made the broken ip test work again.unknown2003-03-202-3/+8
| | | | | | | * | Post-merge fixes.unknown2003-03-193-25/+20
| | | | | | | * | Merged 4.1 -> 5.0.unknown2003-03-1812-3/+1320
| | | | | | | |\ \
| | | | | | | | * | Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...unknown2003-03-062-8/+160
| | | | | | | | * | Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-053-18/+180
| | | | | | | | * | New FUNCTION documentation, and a minor test case modification.unknown2003-03-032-96/+71
| | | | | | | | * | Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-022-0/+57
| | | | | | | | * | Closing tables during SP execution the proper way.unknown2003-02-282-1/+2
| | | | | | | | * | A small step forward. Fixed a few bugs and made string type functions work,unknown2003-02-272-8/+23
| | | | | | | | * | Made stored FUNCTION invokation work almost always. Still buggy and unstable,...unknown2003-02-262-7/+42