summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-1/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-4/+2
|\
| * caching of queries with isammerge tables forbiden using general wayunknown2004-05-051-4/+2
* | Windows fixes for VC++ compiler compabilityunknown2004-05-051-4/+4
|/
* Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)unknown2004-04-281-1/+1
* Fix for BUG#3567: Disallow several SQL statements inside a Prepared Statement.unknown2004-04-271-2/+4
* Formatting changes requested by Montyunknown2004-04-151-1/+1
* Added missing return statementunknown2004-04-121-13/+16
* after review PS fixesunknown2004-04-101-7/+13
* mergeunknown2004-04-081-0/+60
|\
| * new error for unsupported command in PSunknown2004-04-081-0/+60
* | Fixed many compiler warningsunknown2004-04-051-1/+1
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-251-0/+1
|\
| * fixed union with prepared statement bug found by Konstantinunknown2004-03-231-0/+1
* | correct support for a mix of UNION/UNION ALL in the same query.unknown2004-03-231-2/+2
|/
* fixed commentsunknown2004-03-151-3/+3
* mergeunknown2004-02-171-5/+15
|\
| * mergeunknown2004-02-141-13/+30
| |\
| * \ mergeunknown2004-02-121-29/+30
| |\ \
| * | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-4/+10
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-101-1/+5
| |\ \ \
| | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1/unknown2004-02-091-1/+5
| | |\ \ \
| | | * | | fixed subquery with PS (BUG#2462)unknown2004-02-081-1/+5
* | | | | | mergeunknown2004-02-171-20/+9
|\ \ \ \ \ \
| * | | | | | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-20/+9
* | | | | | | Changed wellformedlen to well_formed_lenunknown2004-02-171-9/+6
|/ / / / / /
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-141-10/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | a little optimization in yylexunknown2004-02-141-10/+6
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-121-44/+129
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-131-1/+17
| |\ \ \ \ \
| | * \ \ \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-02-131-1/+17
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | 1. fixed bug @2593 "SHOW CREATE TABLE doesn't properly double quotes"unknown2004-02-071-1/+17
| | | | |_|/ | | | |/| |
| * | | | | Bug#2703unknown2004-02-121-2/+7
| |/ / / /
| * | | | code cleanup of processing MY_LEX_USER_VARIABLE_DELIMITERunknown2004-02-111-29/+22
| * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-101-11/+19
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fixed bug #2592 mysqldump doesn't quote "tricky" names correctlyunknown2004-02-071-11/+19
| | |/ /
| * | | after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-0/+1
| | |/ | |/|
| * | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-12/+74
| |/
* | correct assignment of default limit (BUG#2600)unknown2004-02-041-2/+3
|/
* Unused variable removed (cleanup spotted in bug #2214)unknown2004-01-291-1/+0
* yet another cleanup()-related fixunknown2004-01-211-0/+2
* removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-5/+0
* THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-2/+2
* Added missing SSL library (Should be in source distribution)unknown2003-11-281-14/+17
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-11-211-29/+2
|\
| * Fix for bug #1727 ( Crash in EXPLAIN & UNION & derived)unknown2003-11-081-29/+2
* | Merge key cache structures to oneunknown2003-11-201-3/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-11-181-4/+5
|\ \
| * | fixed using 'uncachable' tag and RAND_TABLE_BIT settingunknown2003-11-171-4/+5
| |/
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+1
|/