summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup during code reviewmonty@mysql.com2005-05-251-1/+1
* Fix error in parsing string literals containing a backslash followedjimw@mysql.com2005-02-031-6/+26
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-02-011-1/+4
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-01-181-1/+4
| |\
| | * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-01-161-1/+4
| | |\
| | | * postreview changesbell@sanja.is.com.ua2005-01-161-1/+3
| | | * error of parsing can occur in any SELECT, so all SELECTs have to be checkedbell@sanja.is.com.ua2005-01-111-1/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-01-281-22/+13
|\ \ \ \
| * | | | Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functiondlenev@brandersnatch.localdomain2005-01-261-22/+13
| | |_|/ | |/| |
* | | | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-3/+0
| |/ / |/| |
* | | Bug #7966 query cache doesn't work properly with batch statementsreggie@bob.(none)2005-01-171-0/+1
| |/ |/|
* | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagmonty@mysql.com2004-12-311-0/+1
|/
* WL#2274 - INSERT..SELECT..UPDATEacurtis@pcgem.rdg.cyberkinetica.com2004-12-131-0/+1
* now we create temporary join for all queries with subqueries to make correct ...bell@sanja.is.com.ua2004-11-301-1/+1
* moved procedure list initialization (BUG#6517)bell@sanja.is.com.ua2004-11-151-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-141-4/+8
|\
| * true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-4/+8
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" konstantin@mysql.com2004-10-141-0/+23
|/
* wording fixedbell@sanja.is.com.ua2004-09-161-3/+3
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-09-161-1/+21
|\
| * check that table used in multi-update is unique added (BUG#5455)bell@sanja.is.com.ua2004-09-081-1/+21
* | BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.ingo@mysql.com2004-09-141-2/+4
|/
* Merge: manual resolvekonstantin@mysql.com2004-08-241-0/+5
|\
| * Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-0/+5
* | mergebell@sanja.is.com.ua2004-08-231-1/+1
|\ \ | |/ |/|
| * skip resolving field in table list if table list is not accessable due to gro...bell@sanja.is.com.ua2004-08-131-1/+1
* | Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-2/+2
|/
* Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-1/+36
* LEX initialization fixedbell@sanja.is.com.ua2004-07-211-7/+5
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-231-1/+1
|\
| * do not unlock tables early if we have subquery in HAVING clause (BUG#3984)bell@sanja.is.com.ua2004-06-091-1/+1
* | Optimization to use less memory.bar@mysql.com2004-06-101-27/+13
|/
* Fix for bug which caused temp_table.test fail on Darwin 7.3dlenev@brandersnatch.localdomain2004-05-241-2/+0
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-05-141-1/+2
|\
| * keep old engine & JOIN if we changed subquery Item (Bug #3646)bell@sanja.is.com.ua2004-05-071-1/+2
* | EXPLAIN UNION using same routing which used for execution which allow return ...bell@sanja.is.com.ua2004-05-061-0/+1
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-05-051-4/+2
|\
| * caching of queries with isammerge tables forbiden using general waybell@sanja.is.com.ua2004-05-051-4/+2
* | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-4/+4
|/
* Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)sergefp@mysql.com2004-04-281-1/+1
* Fix for BUG#3567: Disallow several SQL statements inside a Prepared Statement.sergefp@mysql.com2004-04-271-2/+4
* Formatting changes requested by Montymagnus@neptunus.(none)2004-04-151-1/+1
* Added missing return statementmonty@mysql.com2004-04-121-13/+16
* after review PS fixesbell@sanja.is.com.ua2004-04-101-7/+13
* mergebell@sanja.is.com.ua2004-04-081-0/+60
|\
| * new error for unsupported command in PSbell@sanja.is.com.ua2004-04-081-0/+60
* | Fixed many compiler warningsmonty@mysql.com2004-04-051-1/+1
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-03-251-0/+1
|\
| * fixed union with prepared statement bug found by Konstantinbell@sanja.is.com.ua2004-03-231-0/+1
* | correct support for a mix of UNION/UNION ALL in the same query.serg@serg.mylan2004-03-231-2/+2
|/