summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | More OpenGIS compatibility:bar@bar.mysql.r18.ru2003-03-271-2/+12
* | | | | Two separate commands: SHOW COLLATION and SHOW CHARACTER SETbar@bar.mysql.r18.ru2003-03-251-0/+2
* | | | | sql_yacc.yy:bar@bar.mysql.r18.ru2003-03-211-4/+4
* | | | | COLLATE precedence bug has been fixed:bar@bar.mysql.r18.ru2003-03-211-5/+5
* | | | | A separate variable national_charset_info bar@bar.mysql.r18.ru2003-03-211-8/+7
* | | | | SELECT N'string'bar@bar.mysql.r18.ru2003-03-201-1/+6
* | | | | NATIONAL CHARACTER VARYING(n)bar@bar.mysql.r18.ru2003-03-201-4/+13
* | | | | NCHAR(n) and NATIONAL CHARACTER(n)bar@bar.mysql.r18.ru2003-03-201-3/+13
* | | | | New syntax for character strings:bar@bar.mysql.r18.ru2003-03-201-0/+8
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-03-201-54/+128
|\ \ \ \ \
| * | | | | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-2/+8
| * | | | | SRID support.ram@mysql.r18.ru2003-03-181-8/+13
| |/ / / /
| * | | | sql_yacc.yy:bar@bar.mysql.r18.ru2003-03-181-1/+3
| * | | | (no commit message)bar@bar.mysql.r18.ru2003-03-171-43/+104
* | | | | Merge with 4.0.12monty@narttu.mysql.fi2003-03-191-0/+3
|\ \ \ \ \
| * | | | | Allow optimzation of multi-table-update also for InnoDB tablesmonty@narttu.mysql.fi2003-03-191-0/+3
* | | | | | After merge fixesmonty@narttu.mysql.fi2003-03-171-2/+3
| |/ / / / |/| | | |
* | | | | New function my_charset_same()mysql@home.(none)2003-03-161-3/+3
* | | | | Every charset now have its own parser state arraysbar@bar.mysql.r18.ru2003-03-141-3/+3
* | | | | Conflicts relsolvinggluh@gluh.mysql.r18.ru2003-03-111-5/+28
|\ \ \ \ \
| * | | | | Added 'PURGE LOGS BEFORE' commandgluh@gluh.mysql.r18.ru2003-03-111-6/+5
| * | | | | SCRUM: 'Replication: PURGE LOGS with date' taskgluh@gluh.mysql.r18.ru2003-02-161-6/+29
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-03-071-1/+29
|\ \ \ \ \ \
| * | | | | | New syntax to change client collation:bar@bar.mysql.r18.ru2003-03-071-1/+29
* | | | | | | An interim code cleanup.Sinisa@sinisa.nasamreza.org2003-03-071-4/+4
|/ / / / / /
* | | | | | New fields in CHARSET_INFO structure to optimize searching forbar@bar.mysql.r18.ru2003-03-051-15/+13
* | | | | | SET NAMES has been extended to support optional collation:bar@bar.mysql.r18.ru2003-03-051-7/+27
* | | | | | SELECT BINARY expr bar@bar.mysql.r18.ru2003-03-041-4/+12