summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#2274 - INSERT..SELECT..UPDATEunknown2004-12-131-0/+1
* now we create temporary join for all queries with subqueries to make correct ...unknown2004-11-301-1/+1
* moved procedure list initialization (BUG#6517)unknown2004-11-151-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-141-4/+8
|\
| * true,false -> TRUE, FALSEunknown2004-10-141-4/+8
* | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" unknown2004-10-141-0/+23
|/
* wording fixedunknown2004-09-161-3/+3
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-09-161-1/+21
|\
| * check that table used in multi-update is unique added (BUG#5455)unknown2004-09-081-1/+21
* | BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.unknown2004-09-141-2/+4
|/
* Merge: manual resolveunknown2004-08-241-0/+5
|\
| * Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-241-0/+5
* | mergeunknown2004-08-231-1/+1
|\ \ | |/ |/|
| * skip resolving field in table list if table list is not accessable due to gro...unknown2004-08-131-1/+1
* | Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-2/+2
|/
* Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-1/+36
* LEX initialization fixedunknown2004-07-211-7/+5
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-231-1/+1
|\
| * do not unlock tables early if we have subquery in HAVING clause (BUG#3984)unknown2004-06-091-1/+1
* | Optimization to use less memory.unknown2004-06-101-27/+13
|/
* Fix for bug which caused temp_table.test fail on Darwin 7.3unknown2004-05-241-2/+0
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-141-1/+2
|\
| * keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-1/+2
* | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-0/+1
|/
* 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |