summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* added FROM DUAL for derived tablesunknown2002-12-261-0/+1
* thd_charset has been moved to variables structureunknown2002-12-191-2/+2
* New syntaxunknown2002-12-191-0/+1
* SAPDB-style syntaxunknown2002-12-191-1/+4
* Introducing SAPDB-style unknown2002-12-191-0/+10
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-12-141-0/+8
|\
| * Merge vvagin@work.mysql.com:/home/bk/mysql-4.1unknown2002-12-141-0/+3
| |\
| | * add VARIANCE functionunknown2002-12-141-0/+3
| * | add 'SOUNDS LIKE' syntaxunknown2002-12-141-0/+5
| |/
* | fix for a bug with UNION in sub-select's and start working on unknown2002-12-091-1/+1
|/
* Made sql_yacc.yy work with bison 1.75.unknown2002-12-071-3/+4
* merge fixunknown2002-12-061-77/+120
|\
| * After merge fixesunknown2002-12-061-40/+44
| * Merge with 4.0.6unknown2002-12-051-37/+76
| |\
| | * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-291-5/+6
| | |\
| | | * New multi-table-update codeunknown2002-11-291-5/+6
| | * | Added 29 {} at the end of clauses in sql_yacc.yy to make it work with bison 1...unknown2002-11-281-26/+65
| | |/
* | | fixed bug of PROCEDURE in same query with subselectsunknown2002-12-061-0/+7
* | | SCRAM Remove spaces from most changed files.unknown2002-12-051-67/+67
* | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootunknown2002-12-041-11/+21
|\ \ \ | |/ /
| * | it's INSERT ... ON DUPLICATE KEY UPDATE , not INSERT ON DUPLICATE KEY UPDATE SETunknown2002-12-021-1/+1
| * | mergedunknown2002-12-021-2/+3
| |\ \
| | * | INSERT ... ON DUPLICATE KEY UPDATE ...unknown2002-12-021-2/+3
| * | | Got rid of the (previously) intentional SELECT/UNION reduce/reduce conflict.unknown2002-12-011-6/+13
| * | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2002-12-011-3/+5
| |\ \ \
| | * | | Fixed ambiguity between the row value syntax and INTERVAL syntax by making theunknown2002-11-301-3/+5
* | | | | Megrge new changes in...unknown2002-12-011-4/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-301-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Pass thd as an argument to yylex().unknown2002-11-301-3/+5
| | |/ /
| * | | many bug fixesunknown2002-11-301-1/+1
| |/ /
* | | Merging....unknown2002-11-291-177/+293
|\ \ \ | |/ /
| * | let's leave "INSERT ... SELECT ... UPDATE" for the futureunknown2002-11-291-17/+26
| * | Merge work:/home/bk/mysql-4.1unknown2002-11-291-1/+1
| |\ \
| | * | checking columns of top itemsunknown2002-11-291-1/+1
| * | | added missing Com_xxx status variablesunknown2002-11-291-1/+2
| * | | make multi updates statistics visible in SHOW STATUS as Com_update_multiunknown2002-11-291-2/+4
| |/ /
| * | mergingunknown2002-11-281-2/+1
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-281-2/+1
| | |\ \
| | | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-281-2/+1
| | | |\ \
| | | | * | fixed * without tables in IN bugunknown2002-11-281-2/+1
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-281-67/+73
| |\ \ \ \ \ | | |/ / / /
| | * | | | INSERT ... UPDATE syntax (syntax only)unknown2002-11-281-54/+55
| | |/ / /
| | * | | Fixed the reduce/reduce conflicts introduced by subselects.unknown2002-11-281-14/+19
| | |/ /
| * | | mergingunknown2002-11-271-0/+5
| |\ \ \ | | |/ / | |/| |
| | * | basic row Items (SCRUM)unknown2002-11-151-0/+5
| * | | fixed current_threadunknown2002-11-271-7/+7
| * | | mergingunknown2002-11-271-28/+35
| |\ \ \
| | * \ \ Merge work.mysql.com:/home/bk/mysql-4.1unknown2002-11-271-26/+33
| | |\ \ \
| | | * | | Pass thd as an argument to yyparse(), getting rid of all current_thd in the p...unknown2002-11-261-26/+33
| * | | | | after merging fixunknown2002-11-271-4/+8