summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2003-01-011-3/+3
|\
| * Mergepeter@mysql.com2002-12-291-3/+3
| |\
| | * Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-12-271-3/+3
| | |\
| | | * SCRUMpeter@mysql.com2002-12-271-3/+3
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-12-311-6/+6
|\ \ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-12-291-1/+8
| |\ \ \ \ | | |/ / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-12-271-6/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | row IN subselects (SCRUM)bell@sanja.is.com.ua2002-12-191-6/+6
| | | |/ | | |/|
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-12-281-1/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | sql_table.cc:venu@myvenu.com2002-12-281-1/+8
| |/ /
* | | aliases with multi-table updates / deletesSinisa@sinisa.nasamreza.org2002-12-281-1/+1
* | | merge fixesSinisa@sinisa.nasamreza.org2002-12-261-0/+1
|\ \ \ | |/ /
| * | added FROM DUAL for derived tablesbell@sanja.is.com.ua2002-12-261-0/+1
| |/
* | Many fixes.Sinisa@sinisa.nasamreza.org2002-12-241-6/+20
|/
* thd_charset has been moved to variables structurebar@bar.mysql.r18.ru2002-12-191-2/+2
* New syntaxbar@bar.mysql.r18.ru2002-12-191-0/+1
* SAPDB-style syntaxbar@bar.mysql.r18.ru2002-12-191-1/+4
* Introducing SAPDB-style bar@bar.mysql.r18.ru2002-12-191-0/+10
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-12-141-0/+8
|\
| * Merge vvagin@work.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2002-12-141-0/+3
| |\
| | * add VARIANCE functionvva@eagle.mysql.r18.ru2002-12-141-0/+3
| * | add 'SOUNDS LIKE' syntaxvva@eagle.mysql.r18.ru2002-12-141-0/+5
| |/
* | fix for a bug with UNION in sub-select's and start working on Sinisa@sinisa.nasamreza.org2002-12-091-1/+1
|/
* Made sql_yacc.yy work with bison 1.75.pem@mysql.com2002-12-071-3/+4
* merge fixmonty@mashka.mysql.fi2002-12-061-77/+120
|\
| * After merge fixesmonty@mashka.mysql.fi2002-12-061-40/+44
| * Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-37/+76
| |\
| | * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-291-5/+6
| | |\
| | | * New multi-table-update codemonty@mashka.mysql.fi2002-11-291-5/+6
| | * | Added 29 {} at the end of clauses in sql_yacc.yy to make it work with bison 1...pem@mysql.com2002-11-281-26/+65
| | |/
* | | fixed bug of PROCEDURE in same query with subselectsbell@sanja.is.com.ua2002-12-061-0/+7
* | | SCRAM Remove spaces from most changed files.peter@mysql.com2002-12-051-67/+67
* | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-12-041-11/+21
|\ \ \ | |/ /
| * | it's INSERT ... ON DUPLICATE KEY UPDATE , not INSERT ON DUPLICATE KEY UPDATE SETserg@serg.mysql.com2002-12-021-1/+1
| * | mergedserg@serg.mysql.com2002-12-021-2/+3
| |\ \
| | * | INSERT ... ON DUPLICATE KEY UPDATE ...serg@serg.mysql.com2002-12-021-2/+3
| * | | Got rid of the (previously) intentional SELECT/UNION reduce/reduce conflict.pem@mysql.com2002-12-011-6/+13
| * | | Merge work.mysql.com:/home/bk/mysql-4.1pem@mysql.com2002-12-011-3/+5
| |\ \ \
| | * | | Fixed ambiguity between the row value syntax and INTERVAL syntax by making thepem@mysql.com2002-11-301-3/+5
* | | | | Megrge new changes in...peter@mysql.com2002-12-011-4/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-301-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Pass thd as an argument to yylex().pem@mysql.com2002-11-301-3/+5
| | |/ /
| * | | many bug fixesSinisa@sinisa.nasamreza.org2002-11-301-1/+1
| |/ /
* | | Merging....peter@mysql.com2002-11-291-177/+293
|\ \ \ | |/ /
| * | let's leave "INSERT ... SELECT ... UPDATE" for the futureserg@serg.mysql.com2002-11-291-17/+26
| * | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-11-291-1/+1
| |\ \
| | * | checking columns of top itemsbell@sanja.is.com.ua2002-11-291-1/+1
| * | | added missing Com_xxx status variablesserg@serg.mysql.com2002-11-291-1/+2
| * | | make multi updates statistics visible in SHOW STATUS as Com_update_multiserg@serg.mysql.com2002-11-291-2/+4
| |/ /
| * | mergingbell@sanja.is.com.ua2002-11-281-2/+1
| |\ \