summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-281-2/+1
| | |\ \
| | | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-281-2/+1
| | | |\ \
| | | | * | fixed * without tables in IN bugbell@sanja.is.com.ua2002-11-281-2/+1
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-281-67/+73
| |\ \ \ \ \ | | |/ / / /
| | * | | | INSERT ... UPDATE syntax (syntax only)serg@serg.mysql.com2002-11-281-54/+55
| | |/ / /
| | * | | Fixed the reduce/reduce conflicts introduced by subselects.pem@mysql.com2002-11-281-14/+19
| | |/ /
| * | | mergingbell@sanja.is.com.ua2002-11-271-0/+5
| |\ \ \ | | |/ / | |/| |
| | * | basic row Items (SCRUM)bell@sanja.is.com.ua2002-11-151-0/+5
| * | | fixed current_threadbell@sanja.is.com.ua2002-11-271-7/+7
| * | | mergingbell@sanja.is.com.ua2002-11-271-28/+35
| |\ \ \
| | * \ \ Merge work.mysql.com:/home/bk/mysql-4.1pem@mysql.com2002-11-271-26/+33
| | |\ \ \
| | | * | | Pass thd as an argument to yyparse(), getting rid of all current_thd in the p...pem@mysql.com2002-11-261-26/+33
| * | | | | after merging fixbell@sanja.is.com.ua2002-11-271-4/+8
| * | | | | mergingbell@sanja.is.com.ua2002-11-271-149/+267
| |\ \ \ \ \ | | |/ / / /
| | * | | | subselects in insert/replace (SCRUM)bell@sanja.is.com.ua2002-11-261-1/+7
| | |/ / /
| | * | | Mergebell@sanja.is.com.ua2002-11-251-12/+15
| | |\ \ \
| | | * | | removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-...bell@sanja.is.com.ua2002-11-251-6/+3
| | | * | | after merging fix (update SCRUM?)bell@sanja.is.com.ua2002-11-231-1/+1
| | | * | | mergingbell@sanja.is.com.ua2002-11-231-2/+3
| | | |\ \ \
| | | | * | | fixed update with subselect (FOR REVIEW)bell@sanja.is.com.ua2002-10-241-2/+3
| | | * | | | lock option in table listbell@sanja.is.com.ua2002-11-231-4/+9
| | * | | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2002-11-251-8/+28
| | |\ \ \ \ \
| | | * \ \ \ \ Merge with 4.0monty@mashka.mysql.fi2002-11-251-6/+13
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |