summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fixes.pem@mysql.comhem.se2003-11-195-54/+53
* Merging 4.1->5.0.pem@mysql.com2003-11-1917-11/+2734
|\
| * Fixed BUG#1862 (flush table in SPs didn't work).pem@mysql.comhem.se2003-11-194-12/+175
| * WL#1241: SHOW PROCEDURE/FUNCTIONgluh@gluh.mysql.r18.ru2003-11-174-0/+81
| * Changed single generic error code/message into different ones for duplicate t...pem@mysql.comhem.se2003-11-142-4/+7
| * Various bug fixes:pem@mysql.comhem.se2003-11-134-6/+141
| * Fix BUG#1656: Have to initialize OUT parameters too, in case they're notpem@mysql.comhem.se2003-10-282-0/+28
| * Post-merge fixes.pem@mysql.comhem.se2003-10-236-41/+41
| * Merging 4.1->5.0pem@mysql.com2003-10-2217-11/+2322
| |\
| | * Bugfix; added another method to Item_splocal, updated tests, and added previouspem@mysql.comhem.se2003-10-202-13/+20
| | * Bugfix. Local variables are now initialized to null.pem@mysql.comhem.se2003-10-172-0/+39
| | * Handle user variables (@-vars) as OUT and INOUT parameters in SPs.pem@mysql.telia.com2003-10-162-3/+33
| | * Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res...pem@mysql.telia.com2003-10-152-0/+43
| | * Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...pem@mysql.telia.com2003-10-142-2/+120
| | * WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...pem@mysql.telia.com2003-10-104-0/+246
| | * Check that a FUNCTION contains RETURN and that we actually get a return value.pem@mysql.telia.com2003-10-032-0/+40
| | * Fixed BUG#822: Copying and clearing some things in thd/lex whenpem@mysql.telia.com2003-10-032-0/+34
| | * Post-merge fixes.pem@mysql.telia.com2003-09-246-33/+33
| | * Merging 4.1 -> 5.0pem@mysql.com2003-09-2415-7/+1761
| | |\
| | | * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-164-0/+181
| | | * Post-merge fixes.pem@mysql.telia.com2003-08-267-33/+31
| | | * Merge 4.1 into 5.0pem@mysql.com2003-08-2615-7/+1578
| | | |\
| | | | * allow to look up queries with leading commentsbell@sanja.is.com.ua2003-07-182-0/+38
| | | | * A test in subselect.test turned out to be correct after all, a difference bet...pem@mysql.telia.com2003-07-102-2/+10
| | | | * Merging 4.1 into 5.0 (second pass; post-merge fixes).pem@mysql.telia.com2003-07-095-49/+51
| | | | * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-0812-8/+1533
| | | | |\
| | | | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedpem@mysql.com2003-06-122-0/+16
| | | | | * 'Expand the mysql.proc table to include (almost) all fields' task(851)gluh@gluh.mysql.r18.ru2003-06-021-1/+1
| | | | | * Adopt SP stuff to the new lex pointer.pem@mysql.com2003-05-232-0/+35
| | | | | * Task #627 : user variables' names are now case-insensitive :guilhem@mysql.com2003-05-122-6/+40
| | | | | * Expand the mysql.proc tablegluh@gluh.mysql.r18.ru2003-05-061-0/+5
| | | | | * Merged 4.1 to 5.0.pem@mysql.com2003-04-2913-3/+1459
| | | | | |\
| | | | | | * Post-fix of bug #302 fix.pem@mysql.com2003-04-274-33/+57
| | | | | | * subselect in procedure argument list (Bug #302)bell@sanja.is.com.ua2003-04-232-0/+37
| | | | | | * Made multiple queries (SELECT without INTO) work in SPs.pem@mysql.com2003-04-232-5/+16
| | | | | | * Check the number of args to SPs.pem@mysql.com2003-04-172-4/+36
| | | | | | * Post-merge fixes.pem@mysql.com2003-04-173-19/+19
| | | | | | * Merged 4.1 into 5.0.pem@mysql.com2003-04-1617-91/+234
| | | | | | |\
| | | | | | * | Post merge fixes.pem@mysql.com2003-04-045-30/+42
| | | | | | * | Merging 4.1 to 5.0.pem@mysql.com2003-04-0413-3/+1343
| | | | | | |\ \
| | | | | | | * | Updated result file.pem@mysql.com2003-04-021-0/+2
| | | | | | | * | Getting rid of lots of memory leaks (but not quite all of them yet,pem@mysql.com2003-04-022-0/+4
| | | | | | | * | Implemented DEFAULT for DECLARE variables.pem@per-erik-martins-dator.local2003-03-302-20/+11
| | | | | | | * | Merged 4.1 into 5.0.pem@mysql.com2003-03-2712-3/+1346
| | | | | | | |\ \
| | | | | | | | * | Fixed save/restore of current database when calling a procedure.pem@mysql.com2003-03-262-0/+22
| | | | | | | | * | Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-262-0/+4
| | | | | | | | * | Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-202-3/+8
| | | | | | | | * | Post-merge fixes.pem@mysql.com2003-03-193-25/+20
| | | | | | | | * | Merged 4.1 -> 5.0.pem@mysql.com2003-03-1812-3/+1320
| | | | | | | | |\ \
| | | | | | | | | * | Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...pem@mysql.com2003-03-062-8/+160