summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | processing thread specific queriesvva@eagle.mysql.r18.ru2002-12-301-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | thd_charset copy in lexbar@bar.mysql.r18.ru2002-12-241-0/+1
* | | | | | moved links initializationbell@sanja.is.com.ua2002-12-151-2/+2
* | | | | | derived tables with UNION's ...Sinisa@sinisa.nasamreza.org2002-12-121-2/+3
|/ / / / /
* | | | | After merge fixesmonty@mashka.mysql.fi2002-12-061-8/+8
| |_|/ / |/| | |
* | | | Fixed bug when creating keys in temporary HEAP tables.monty@mashka.mysql.fi2002-12-021-2/+3
|/ / /
* | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-301-2/+2
|\ \ \
| * | | Pass thd as an argument to yylex().pem@mysql.com2002-11-301-2/+2
* | | | many, many changesSinisa@sinisa.nasamreza.org2002-11-291-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | many bug fixesSinisa@sinisa.nasamreza.org2002-11-291-0/+2
| |/ /
* | | fixed error handling bugbell@sanja.is.com.ua2002-11-291-0/+3
* | | mergingbell@sanja.is.com.ua2002-11-281-0/+25
|\ \ \
| * | | fixed * without tables in IN bugbell@sanja.is.com.ua2002-11-281-0/+25
| |/ /
* | | mergingbell@sanja.is.com.ua2002-11-271-0/+4
|\ \ \ | |/ / |/| |
| * | basic row Items (SCRUM)bell@sanja.is.com.ua2002-11-151-0/+4
* | | mergingbell@sanja.is.com.ua2002-11-271-29/+43
|\ \ \
| * \ \ Mergebell@sanja.is.com.ua2002-11-251-2/+6
| |\ \ \
| | * | | after merging fix (update SCRUM?)bell@sanja.is.com.ua2002-11-231-1/+1
| | * | | mergingbell@sanja.is.com.ua2002-11-231-1/+2
| | |\ \ \
| | | * | | fixed update with subselect (FOR REVIEW)bell@sanja.is.com.ua2002-10-241-1/+3
| | * | | | lock option in table listbell@sanja.is.com.ua2002-11-231-1/+4
| * | | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2002-11-251-22/+32
| |\ \ \ \ \
| | * | | | | Faster parsing of identifiersmonty@mashka.mysql.fi2002-11-251-22/+32
| | |/ / / /
| * | | | | Moved safe_to_cache_query from thd to lex.pem@mysql.com2002-11-221-1/+2
| |/ / / /
| * | | | Fixes after merge with 4.0monty@mashka.mysql.fi2002-11-211-1/+0
| * | | | Automatic conversion from CHAR(length) to BLOB when length > 255monty@mashka.mysql.fi2002-11-211-3/+2
| | |/ / | |/| |
| * | | Some code optimisations related to EXPLAIN of derived tables and the Sinisa@sinisa.nasamreza.org2002-11-091-0/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed accidentally inverted assert conditionbell@sanja.is.com.ua2002-11-051-1/+1
* | | | test of join_free bugbell@sanja.is.com.ua2002-11-051-1/+2
* | | | IN subselect erged with current 4.1 (pointer conversion)bell@sanja.is.com.ua2002-11-051-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | IN subselect with ORDER BY, HAVING & sum functionsbell@sanja.is.com.ua2002-10-311-1/+2
* | | | moved similar code to functionbell@sanja.is.com.ua2002-11-041-2/+54
* | | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)bell@sanja.is.com.ua2002-10-301-3/+117
|/ / /
* | | fixed union rexecution bugbell@sanja.is.com.ua2002-10-271-1/+1
* | | code cleanupbell@sanja.is.com.ua2002-10-261-0/+1
|/ /
* | fixed subselect explain bugbell@sanja.is.com.ua2002-10-161-1/+1
* | fixed bug of multi-level EXPLAINbell@sanja.is.com.ua2002-10-131-1/+1
* | mergingbell@sanja.is.com.ua2002-10-041-3/+8
|\ \
| * | subselect with unionbell@sanja.is.com.ua2002-09-031-2/+7
* | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2002-10-031-5/+5
|\ \ \
| * | | after merging bugfixbell@sanja.is.com.ua2002-10-031-5/+5
* | | | Update after last merge. Fixes some wrong test results.monty@mashka.mysql.fi2002-10-031-1/+1
* | | | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-39/+249
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-2/+2
| * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-39/+249
| |\ \ | | |/
| | * subselect in having clausebell@sanja.is.com.ua2002-07-011-2/+2
| | * New syntax for string with charset: _latin1'string'bar@gw.udmsearch.izhnet.ru2002-06-201-1/+13
| | * Hiding internal pointers of SELECT_LEX structuresbell@sanja.is.com.ua2002-05-271-6/+7
| | * added depended subselect processingbell@sanja.is.com.ua2002-05-261-0/+1