summaryrefslogtreecommitdiff
path: root/sql/lex.h
Commit message (Expand)AuthorAgeFilesLines
* Mergepem@mysql.com2003-12-181-0/+2
|\
| * WorkLog #1323 (part 2)antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-171-0/+2
* | Post-merge fixes.pem@mysql.comhem.se2003-12-161-2/+1
* | Merge 4.1 to 5.0.pem@mysql.com2003-12-161-57/+59
|\ \ | |/
| * WorkLog#1323antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-101-61/+62
| * WorkLog#1280 - Remove fixed table handler from lex/yaccantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-021-6/+0
* | WL#1363: Update the mysql.proc table and add new fields.pem@mysql.comhem.se2003-12-101-0/+2
* | post-merge fixesgluh@gluh.mysql.r18.ru2003-12-081-2/+14
|\ \
| * | WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functionsgluh@gluh.mysql.r18.ru2003-12-081-2/+14
* | | Merging 4.1->5.0.pem@mysql.com2003-11-191-12/+36
|\ \ \ | |_|/ |/| |
| * | Fixed BUG#1862 (flush table in SPs didn't work).pem@mysql.comhem.se2003-11-191-3/+4
| * | WL#1241: SHOW PROCEDURE/FUNCTIONgluh@gluh.mysql.r18.ru2003-11-171-0/+4
| * | Various bug fixes:pem@mysql.comhem.se2003-11-131-0/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2003-10-281-6/+0
| |\ \
| | * | Worklog #1280, (Stage 1 Implementation)acurtis@pcgem.rdg.cyberkinetica.com2003-10-281-6/+0
| | |/
| * | Merging 4.1->5.0pem@mysql.com2003-10-221-6/+30
| |\ \ | | |/
| | * Post-merge fixes.pem@mysql.telia.com2003-09-241-1/+0
| | * Merging 4.1 -> 5.0pem@mysql.com2003-09-241-5/+30
| | |\
| | | * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-2/+10
| | | * Merge 4.1 into 5.0pem@mysql.com2003-08-261-3/+20
| | | |\
| | | | * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-081-3/+20
| | | | |\
| | | | | * Merged 4.1 to 5.0.pem@mysql.com2003-04-291-3/+20
| | | | | |\
| | | | | | * Post post-merge fix.pem@mysql.com2003-04-171-1/+9
| | | | | | |\
| | | | | | | * Merged 4.1 into 5.0.pem@mysql.com2003-04-161-1/+9
| | | | | | | |\
| | | | | | * | \ Merginghf@deer.mysql.r18.ru2003-04-081-0/+1
| | | | | | |\ \ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-311-0/+1
| | | | | | | |\ \
| | | | | | | | * \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-211-0/+1
| | | | | | | | |\ \
| | | | | | | | | * | SCRUMhf@genie.(none)2003-03-211-0/+1
| | | | | | * | | | | Merging 4.1 to 5.0.pem@mysql.com2003-04-041-3/+19
| | | | | | |\ \ \ \ \ | | | | | | | |/ / / /
| | | | | | | * | | | Merged 4.1 into 5.0.pem@mysql.com2003-03-271-3/+19
| | | | | | | |\ \ \ \ | | | | | | | | |/ / /
| | | | | | | | * | | Merged 4.1 -> 5.0.pem@mysql.com2003-03-181-3/+19
| | | | | | | | |\ \ \ | | | | | | | | | |/ /
| | | | | | | | | * | Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-2/+3
| | | | | | | | | * | Merging 4.1 into 5.0pem@mysql.com2003-02-181-1/+16
| | | | | | | | | |\ \
| | | | | | | | | | * | solve the lex conflict between the existing repeat() function vva@eagle.mysql.r18.ru2003-01-231-2/+1
| | | | | | | | | | * | Removed dummy SPSET construct.pem@mysql.com2003-01-101-1/+0
| | | | | | | | | | * | Mergepem@mysql.com2003-01-091-0/+17
| | | | | | | | | | |\ \
| | | | | | | | | | | * | Moved create/find/drop functions to a separate files (sp.cc,sp.h).pem@mysql.com2002-12-121-2/+3
| | | | | | | | | | | * | Fixed bugs in the parameter evaluation and modified the execution enginepem@mysql.com2002-12-111-0/+10
| | | | | | | | | | | * | Simplistic, experimental framework for Stored Procedures (SPs).pem@mysql.com2002-12-081-0/+6
* | | | | | | | | | | | | WL#1253: LAST_DAYgluh@gluh.mysql.r18.ru2003-11-171-1/+2
* | | | | | | | | | | | | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxserg@serg.mylan2003-10-221-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge commitgluh@gluh.mysql.r18.ru2003-10-201-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Scrum task 835 - text-to-datetime conversion functiongluh@gluh.mysql.r18.ru2003-10-201-0/+2
* | | | | | | | | | | | | Add in bit_xor function (approved by Sergei)harrison@bud.lordblink.com2003-10-151-0/+1
* | | | | | | | | | | | | Many files:heikki@hundin.mysql.fi2003-10-131-0/+3
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | New syntax:bar@bar.mysql.r18.ru2003-09-151-0/+1
* | | | | | | | | | | | Manual merge after commiting START SLAVE UNTILdlenev@mysql.com2003-09-141-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Implemented support for START SLAVE UNTIL (WL#868)dlenev@dlenev.mshome2003-09-141-0/+1
* | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-09-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge commit, hope that none of bar and dlenev changes werekostja@oak.local2003-09-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \