summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-0/+2
* Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-0/+1
* A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" konstantin@mysql.com2004-10-141-2/+2
* After merge fixesmonty@mysql.com2004-10-071-1/+1
* check that table used in multi-update is unique added (BUG#5455)bell@sanja.is.com.ua2004-09-081-0/+1
* Merge: manual resolvekonstantin@mysql.com2004-08-241-1/+1
|\
| * Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-1/+1
* | skip resolving field in table list if table list is not accessable due to gro...bell@sanja.is.com.ua2004-08-131-6/+0
|/
* Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-0/+7
* LEX initialization fixedbell@sanja.is.com.ua2004-07-211-3/+3
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-231-0/+5
|\
| * do not unlock tables early if we have subquery in HAVING clause (BUG#3984)bell@sanja.is.com.ua2004-06-091-0/+5
* | fixed picture in comment.bell@sanja.is.com.ua2004-06-221-2/+2
|/
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-041-1/+1
|\
| * Implementation of WL#1824 "Add replication of character set variables in 4.1",guilhem@mysql.com2004-06-031-1/+1
* | Mergesergefp@mysql.com2004-05-241-8/+16
|\ \ | |/
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-05-241-6/+16
| |\
| | * Introduced parameter object "ALTER_INFO" for mysql_alter_tablevva@eagle.mysql.r18.ru2004-05-211-6/+16
| * | Fix for bug which caused temp_table.test fail on Darwin 7.3dlenev@brandersnatch.localdomain2004-05-241-2/+0
| |/
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-211-0/+12
|\ \ | |/ |/|
| * WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)sergefp@mysql.com2004-05-211-1/+7
| * Trivial manual mergesergefp@mysql.com2004-05-151-0/+6
| |\
| | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-071-0/+6
| | |\
| | | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-061-0/+6
| | | |\
| | | | * Mergedsergefp@mysql.com2004-04-131-0/+6
| | | | |\
| | | | | * Mergesergefp@mysql.com2004-04-081-0/+6
| | | | | |\
| | | | | | * Post-merge fixessergefp@mysql.com2004-04-051-0/+6
| | | | | | |\
| | | | | | | * Many files:sergefp@mysql.com2004-04-051-0/+6
* | | | | | | | after review changesbell@sanja.is.com.ua2004-05-191-1/+1
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-05-141-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | keep old engine & JOIN if we changed subquery Item (Bug #3646)bell@sanja.is.com.ua2004-05-071-0/+1
| |/ / / / / /
* | | | | | | Mergebell@sanja.is.com.ua2004-05-141-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | EXPLAIN UNION using same routing which used for execution which allow return ...bell@sanja.is.com.ua2004-05-061-1/+2
* | | | | | | postreview fixesbell@sanja.is.com.ua2004-05-071-1/+4
* | | | | | | fake_select_lex should be prepared during PS preparation to work correctlybell@sanja.is.com.ua2004-05-071-1/+2
| |/ / / / / |/| | | | |
* | | | | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...pem@mysql.comhem.se2004-05-061-3/+9
|/ / / / /
* | | | | caching of queries with isammerge tables forbiden using general waybell@sanja.is.com.ua2004-05-051-0/+2
|/ / / /
* | | | mergebell@sanja.is.com.ua2004-04-081-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | new error for unsupported command in PSbell@sanja.is.com.ua2004-04-081-0/+6
* | | | Hand-resolved auto mergeingo@mysql.com2004-04-071-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Worklog#1563 - Support of on-line CREATE/DROP INDEX.ingo@mysql.com2004-03-301-0/+9
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-04-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed many compiler warningsmonty@mysql.com2004-04-051-1/+1
| | |/ | |/|
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type."dlenev@jabberwock.localdomain2004-04-021-1/+1
|/ /
* | correct support for a mix of UNION/UNION ALL in the same query.serg@serg.mylan2004-03-231-1/+1
|/
* Desperate attempt to push part of prepared statements cleanup which was konstantin@oak.local2004-03-021-2/+1
* memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)bell@sanja.is.com.ua2004-02-121-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-02-101-0/+1
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1/bell@sanja.is.com.ua2004-02-091-0/+1
| |\
| | * fixed subquery with PS (BUG#2462)bell@sanja.is.com.ua2004-02-081-0/+1