summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@laptop.sanja.is.com.ua2003-09-281-5/+39
|\
| * new UDF arguments interface (WL#1017) (SCRUM)bell@sanja.is.com.ua2003-09-131-5/+39
* | Merging 4.1 -> 5.0pem@mysql.com2003-09-241-51/+890
|\ \
| * | Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-19/+175
| * | Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.pem@mysql.telia.com2003-08-271-1/+1
| |/
| * Post-merge fixes.pem@mysql.telia.com2003-08-261-9/+39
| * Merge 4.1 into 5.0pem@mysql.com2003-08-261-47/+700
| |\
| | * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-081-46/+726
| | |\
| | | * Bugfixes for the sp_head memroot stuff.pem@mysql.com2003-07-011-12/+18
| | | * sp_head now has its own mem_root (WL#961).pem@mysql.com2003-06-291-1/+6
| | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0vva@eagle.mysql.r18.ru2003-05-141-2/+2
| | | |\
| | | | * Expand the mysql.proc tablegluh@gluh.mysql.r18.ru2003-05-061-2/+2
| | | * | made lex a pointer in THDvva@eagle.mysql.r18.ru2003-05-051-13/+13
| | | |/
| | | * Merged 4.1 to 5.0.pem@mysql.com2003-04-291-31/+701
| | | |\
| | | | * Post-fix of bug #302 fix.pem@mysql.com2003-04-271-1/+2
| | | | * Made multiple queries (SELECT without INTO) work in SPs.pem@mysql.com2003-04-231-32/+55
| | | | * Post post-merge fix.pem@mysql.com2003-04-171-73/+56
| | | | |\
| | | | | * Merged 4.1 into 5.0.pem@mysql.com2003-04-161-73/+56
| | | | | |\
| | | | * | \ Merginghf@deer.mysql.r18.ru2003-04-081-3/+9
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-311-3/+9
| | | | | |\ \
| | | | | | * \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-211-3/+9
| | | | | | |\ \
| | | | | | | * | SCRUMhf@genie.(none)2003-03-211-3/+9
| | | | * | | | | Merging 4.1 to 5.0.pem@mysql.com2003-04-041-28/+668
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | Implemented DEFAULT for DECLARE variables.pem@per-erik-martins-dator.local2003-03-301-4/+20
| | | | | * | | | Merged 4.1 into 5.0.pem@mysql.com2003-03-271-27/+651
| | | | | |\ \ \ \
| | | | | | * | | | Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-261-4/+6
| | | | | | |/ / /
| | | | | | * | | Merged 4.1 -> 5.0.pem@mysql.com2003-03-181-27/+649
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-051-14/+54
| | | | | | | * | Made FUNCTIONs work in insert and select queries, as well as nested function ...pem@mysql.com2003-03-021-1/+3
| | | | | | | * | Made stored FUNCTION invokation work almost always. Still buggy and unstable,...pem@mysql.com2003-02-261-3/+20
| | | | | | | * | Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-39/+85
| | | | | | | * | Post-merge fixes (adapting new SP code to 4.1 changes).pem@mysql.com2003-02-181-3/+3
| | | | | | | * | Merging 4.1 into 5.0pem@mysql.com2003-02-181-22/+538
| | | | | | | |\ \
| | | | | | | | * | Fixed some DBUGing, and optimized SET slightly.pem@mysql.com2003-02-121-4/+12
| | | | | | | | * | Merge sinisa@work.mysql.com:/home/bk/mysql-5.0Sinisa@sinisa.nasamreza.org2003-01-281-10/+20
| | | | | | | | |\ \
| | | | | | | | | * | Added check for selects without into in SPs, and updated error messages and t...pem@mysql.com2003-01-231-6/+15
| | | | | | | | | * | solve the lex conflict between the existing repeat() function vva@eagle.mysql.r18.ru2003-01-231-4/+5
| | | | | | | | * | | SELECT ... INTO local_vars ...;Sinisa@sinisa.nasamreza.org2003-01-181-2/+21
| | | | | | | | |/ /
| | | | | | | | * | Fixed some error handling in the SP parts of the parser.pem@mysql.com2003-01-151-12/+7
| | | | | | | | * | Removed dummy SPSET construct.pem@mysql.com2003-01-101-36/+36
| | | | | | | | * | Mergepem@mysql.com2003-01-091-7/+491
| | | | | | | | |\ \
| | | | | | | | | * | Added parsing of CASE (both generic and "simple").pem@mysql.com2002-12-171-8/+76
| | | | | | | | | * | Fixed the broken backpatching implementation.pem@mysql.com2002-12-161-12/+54
| | | | | | | | | * | Moved create/find/drop functions to a separate files (sp.cc,sp.h).pem@mysql.com2002-12-121-16/+49
| | | | | | | | | * | Fixed bugs in the parameter evaluation and modified the execution enginepem@mysql.com2002-12-111-23/+129
| | | | | | | | | * | Simplistic, experimental framework for Stored Procedures (SPs).pem@mysql.com2002-12-081-7/+242
* | | | | | | | | | | Bug fix:bar@bar.mysql.r18.ru2003-09-161-3/+5
* | | | | | | | | | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-09-151-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | New SQL variables "collation_server" and "collation_database"bar@bar.mysql.r18.ru2003-09-151-3/+3
* | | | | | | | | | | | Accept SLAVE START and STOP, even if deprecated.guilhem@gbichot22003-09-151-2/+16
|/ / / / / / / / / / /