summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp.test
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#822: Copying and clearing some things in thd/lex whenpem@mysql.telia.com2003-10-031-0/+17
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-0/+70
* Adopt SP stuff to the new lex pointer.pem@mysql.com2003-05-231-0/+18
* Post-fix of bug #302 fix.pem@mysql.com2003-04-271-0/+30
* Post merge fixes.pem@mysql.com2003-04-041-9/+13
* Getting rid of lots of memory leaks (but not quite all of them yet,pem@mysql.com2003-04-021-0/+3
* Implemented DEFAULT for DECLARE variables.pem@per-erik-martins-dator.local2003-03-301-10/+6
* Fixed save/restore of current database when calling a procedure.pem@mysql.com2003-03-261-0/+12
* Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-201-3/+2
* Post-merge fixes.pem@mysql.com2003-03-191-2/+3
* Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...pem@mysql.com2003-03-061-1/+91
* Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-051-18/+0
* New FUNCTION documentation, and a minor test case modification.pem@mysql.com2003-03-031-42/+29
* Made FUNCTIONs work in insert and select queries, as well as nested function ...pem@mysql.com2003-03-021-0/+27
* A small step forward. Fixed a few bugs and made string type functions work,pem@mysql.com2003-02-271-2/+10
* Made stored FUNCTION invokation work almost always. Still buggy and unstable,...pem@mysql.com2003-02-261-4/+23
* Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-0/+27
* Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andpem@mysql.com2003-02-191-104/+208
* Added another select into test.pem@mysql.com2003-02-021-7/+19
* Merge sinisa@work.mysql.com:/home/bk/mysql-5.0Sinisa@sinisa.nasamreza.org2003-01-281-3/+21
|\
| * Added check for selects without into in SPs, and updated error messages and t...pem@mysql.com2003-01-231-0/+18
| * solve the lex conflict between the existing repeat() function vva@eagle.mysql.r18.ru2003-01-231-3/+3
* | 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/+13
|/
* Added the Stored Procedure tests.pem@mysql.com2003-01-171-0/+290