summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
* WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functionsgluh@gluh.mysql.r18.ru2003-12-083-16/+76
* Check that a FUNCTION contains RETURN and that we actually get a return value.pem@mysql.telia.com2003-10-031-0/+17
* Fixed BUG#822: Copying and clearing some things in thd/lex whenpem@mysql.telia.com2003-10-031-0/+17
* Post-merge fixes.pem@mysql.telia.com2003-09-244-8/+8
* Merging 4.1 -> 5.0pem@mysql.com2003-09-249-5/+813
|\
| * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-162-0/+82
| * Post-merge fixes.pem@mysql.telia.com2003-08-265-10/+8
| * Merge 4.1 into 5.0pem@mysql.com2003-08-269-5/+731
| |\
| | * allow to look up queries with leading commentsbell@sanja.is.com.ua2003-07-181-0/+24
| | * A test in subselect.test turned out to be correct after all, a difference bet...pem@mysql.telia.com2003-07-101-0/+8
| | * Merging 4.1 into 5.0 (second pass; post-merge fixes).pem@mysql.telia.com2003-07-093-27/+28
| | * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-087-5/+699
| | |\
| | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedpem@mysql.com2003-06-121-0/+6
| | | * Adopt SP stuff to the new lex pointer.pem@mysql.com2003-05-231-0/+17
| | | * Task #627 : user variables' names are now case-insensitive :guilhem@mysql.com2003-05-121-4/+26
| | | * Merged 4.1 to 5.0.pem@mysql.com2003-04-298-2/+652
| | | |\
| | | | * Post-fix of bug #302 fix.pem@mysql.com2003-04-272-17/+27
| | | | * subselect in procedure argument list (Bug #302)bell@sanja.is.com.ua2003-04-231-0/+17
| | | | * Made multiple queries (SELECT without INTO) work in SPs.pem@mysql.com2003-04-231-2/+7
| | | | * Check the number of args to SPs.pem@mysql.com2003-04-171-2/+16
| | | | * Post-merge fixes.pem@mysql.com2003-04-172-2/+2
| | | | * Merged 4.1 into 5.0.pem@mysql.com2003-04-169-63/+143
| | | | |\
| | | | * | Post merge fixes.pem@mysql.com2003-04-043-4/+12
| | | | * | Merging 4.1 to 5.0.pem@mysql.com2003-04-048-2/+598
| | | | |\ \
| | | | | * | 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-021-0/+1
| | | | | * | Implemented DEFAULT for DECLARE variables.pem@per-erik-martins-dator.local2003-03-301-10/+5
| | | | | * | Merged 4.1 into 5.0.pem@mysql.com2003-03-277-2/+600
| | | | | |\ \
| | | | | | * | Fixed save/restore of current database when calling a procedure.pem@mysql.com2003-03-261-0/+10
| | | | | | * | Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-261-0/+3
| | | | | | * | Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-201-0/+6
| | | | | | * | Post-merge fixes.pem@mysql.com2003-03-191-6/+0
| | | | | | * | Merged 4.1 -> 5.0.pem@mysql.com2003-03-187-2/+587
| | | | | | |\ \
| | | | | | | * | Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...pem@mysql.com2003-03-061-7/+69
| | | | | | | * | Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-051-0/+70
| | | | | | | * | New FUNCTION documentation, and a minor test case modification.pem@mysql.com2003-03-031-54/+42
| | | | | | | * | Made FUNCTIONs work in insert and select queries, as well as nested function ...pem@mysql.com2003-03-021-0/+30
| | | | | | | * | Closing tables during SP execution the proper way.pem@mysql.com2003-02-282-1/+2
| | | | | | | * | A small step forward. Fixed a few bugs and made string type functions work,pem@mysql.com2003-02-271-6/+13
| | | | | | | * | Made stored FUNCTION invokation work almost always. Still buggy and unstable,...pem@mysql.com2003-02-261-3/+19
| | | | | | | * | Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-0/+16
| | | | | | | * | Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andpem@mysql.com2003-02-191-138/+216
| | | | | | | * | Merging 4.1 into 5.0pem@mysql.com2003-02-184-1/+318
| | | | | | | |\ \
| | | | | | | | * | Added another select into test.pem@mysql.com2003-02-021-11/+20
| | | | | | | | * | A feature of doing automatick result buffering when INSERT isSinisa@sinisa.nasamreza.org2003-01-282-1/+15
| | | | | | | | * | Merge sinisa@work.mysql.com:/home/bk/mysql-5.0Sinisa@sinisa.nasamreza.org2003-01-281-6/+19
| | | | | | | | |\ \
| | | | | | | | | * | Added check for selects without into in SPs, and updated error messages and t...pem@mysql.com2003-01-231-0/+13
| | | | | | | | | * | solve the lex conflict between the existing repeat() function vva@eagle.mysql.r18.ru2003-01-231-6/+6
| | | | | | | | * | | Changing some proc names to a more suitable one.Sinisa@sinisa.nasamreza.org2003-01-201-3/+3
| | | | | | | | * | | SELECT ... INTO local_vars ...;Sinisa@sinisa.nasamreza.org2003-01-181-0/+17
| | | | | | | | |/ /