summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Implementation of WL#1824 "Add replication of character set variables in 4.1",unknown2004-06-031-1/+1
* Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-241-6/+16
|\
| * Introduced parameter object "ALTER_INFO" for mysql_alter_tableunknown2004-05-211-6/+16
* | Fix for bug which caused temp_table.test fail on Darwin 7.3unknown2004-05-241-2/+0
|/
* after review changesunknown2004-05-191-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-141-0/+1
|\
| * keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-0/+1
* | Mergeunknown2004-05-141-1/+2
|\ \ | |/ |/|
| * EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-1/+2
* | postreview fixesunknown2004-05-071-1/+4
* | fake_select_lex should be prepared during PS preparation to work correctlyunknown2004-05-071-1/+2
* | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...unknown2004-05-061-3/+9
|/
* caching of queries with isammerge tables forbiden using general wayunknown2004-05-051-0/+2
* mergeunknown2004-04-081-0/+6
|\
| * new error for unsupported command in PSunknown2004-04-081-0/+6
* | Hand-resolved auto mergeunknown2004-04-071-0/+9
|\ \
| * | Worklog#1563 - Support of on-line CREATE/DROP INDEX.unknown2004-03-301-0/+9
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixed many compiler warningsunknown2004-04-051-1/+1
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-1/+1
|/ /
* | correct support for a mix of UNION/UNION ALL in the same query.unknown2004-03-231-1/+1
|/
* Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-2/+1
* memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-101-0/+1
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1/unknown2004-02-091-0/+1
| |\
| | * fixed subquery with PS (BUG#2462)unknown2004-02-081-0/+1
* | | after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-1/+2
|/ /
* | make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived tableunknown2004-02-011-0/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-011-4/+5
|\ \ | |/ |/|
| * now all tables of query are locked in one place (including derived tables)unknown2004-02-011-4/+5
* | better fix BUG#2361: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-281-1/+1
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-1/+1
|\
| * fixed unlocking tables during subquery execution (BUG#2048)unknown2003-12-101-1/+1
* | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-1/+1
* | WorkLog #1323 (part 2)unknown2003-12-171-1/+1
|/
* after review fixesunknown2003-11-231-1/+7
* Fixed UNION fields type/length detectingunknown2003-11-231-4/+7
* changed name of bit on more descriptive (after rewie change)unknown2003-11-181-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-11-181-4/+11
|\
| * fixed using 'uncachable' tag and RAND_TABLE_BIT settingunknown2003-11-171-4/+11
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+1
|/
* fixed problem with UNION flagsunknown2003-11-041-1/+1
* mergeunknown2003-10-311-2/+12
|\
| * Mergeunknown2003-10-221-2/+12
| |\
| | * subqueries made printableunknown2003-10-161-2/+12
* | | Mergeunknown2003-10-301-3/+11
|\ \ \ | |/ / |/| |
| * | Manual merge after improving concurrency for key cache reassignmentunknown2003-10-011-3/+11
| |\ \ | | |/ | |/|
| | * key_cache.result, sql_lex.h, sql_yacc.yy, set_var.cc, sql_lex.cc:unknown2003-08-261-2/+2
| | * Manual mergeunknown2003-08-261-1/+9
| | |\
| | | * Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-08-021-4/+21
| | | |\