summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|/
* 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
* | | | mergingunknown2002-11-271-149/+267
|\ \ \ \ | |/ / /
| * | | subselects in insert/replace (SCRUM)unknown2002-11-261-1/+7
| |/ /
| * | Mergeunknown2002-11-251-12/+15
| |\ \
| | * | removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-...unknown2002-11-251-6/+3
| | * | after merging fix (update SCRUM?)unknown2002-11-231-1/+1
| | * | mergingunknown2002-11-231-2/+3
| | |\ \
| | | * | fixed update with subselect (FOR REVIEW)unknown2002-10-241-2/+3
| | * | | lock option in table listunknown2002-11-231-4/+9
| * | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2002-11-251-8/+28
| |\ \ \ \
| | * \ \ \ Merge with 4.0unknown2002-11-251-6/+13
| | |\ \ \ \
| | | * | | | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERunknown2002-11-241-6/+13
| | * | | | | Faster parsing of identifiersunknown2002-11-251-2/+15
| | | |/ / / | | |/| | |
| * | | | | Moved safe_to_cache_query from thd to lex.unknown2002-11-221-20/+20
| |/ / / /
| * | | | Fixes after merge with 4.0unknown2002-11-211-10/+13
| * | | | Merge with 4.0unknown2002-11-211-101/+145
| |\ \ \ \ | | |/ / /
| | * | | Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-4/+5
| | * | | Small improvement to alloc_rootunknown2002-11-161-52/+84
| | * | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-3/+13
| | * | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-3/+10
| | * | | Mergeunknown2002-10-311-1/+1
| | |\ \ \
| | | * | | Added back old LARGEFILE handlingunknown2002-10-291-1/+1
| | * | | | sql_yacc.yy:unknown2002-10-261-12/+10