summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | mergeMattias Jonsson2008-11-041-6/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Bug#39434: ALTER TABLE CHECK/OPTIMIZE/ANALYZE PARTITION workMattias Jonsson2008-10-101-6/+3
* | | | | | | | | manual merge 5.0-5.1.29-rc --> 5.1-5.1.29-rcGleb Shchepa2008-10-081-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | Bug #38691: segfault/abort in ``UPDATE ...JOIN'' whileGleb Shchepa2008-10-081-0/+1
* | | | | | | | Bug#26020: User-Defined Variables are not consistent withGleb Shchepa2008-09-181-0/+1
* | | | | | | | Manual merge of mysql-5.0-bugteam -> mysql-5.1-bugteamMarc Alff2008-08-111-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Bug#38296 (low memory crash with many conditions in a query)Marc Alff2008-08-111-2/+2
* | | | | | | | Bug#35577, manual merge mysql-5.0-bugteam -> mysql-5.1-bugteamMarc Alff2008-07-141-1/+53
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending onMarc Alff2008-07-141-1/+53
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge moonbone.local:/work/27219-5.0-opt-mysqlunknown2008-03-281-0/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug#27219: Aggregate functions in ORDER BY.unknown2008-03-271-1/+10
| |/ / / / /
* | | | | | Fix for Bug#30217: Views: changes in metadata behaviourunknown2008-02-221-6/+6
* | | | | | Bug#34587 Creating a view inside a stored procedure leads to a server crashunknown2008-02-201-4/+2
* | | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-2/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge adventure.(none):/home/thek/Development/cpp/bug31153/my51-bug31153unknown2007-11-211-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153unknown2007-11-211-2/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Bug #31153 calling stored procedure crashes server if available memory is lowunknown2007-11-191-2/+3
| | | |/ / / /
| * | | | | | Merge mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-mainunknown2007-11-121-0/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.1-enginesunknown2007-11-101-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | Bug#31210 - INSERT DELAYED crashes server when used onunknown2007-11-051-0/+1
* | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-communityunknown2007-11-091-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Bug#30904 SET PASSWORD statement is non-transactionalunknown2007-10-301-1/+1
| |/ / / / / / /
* | | | | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-recentcommmergeunknown2007-10-291-2/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-10-231-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | merge of the fix for bug 27802 & 27216 to 5.1-optunknown2007-09-261-0/+2
| | |/ / / / / /
| * | | | | | | Merge lambda.hsd1.co.comcast.net.:/home/malff/TREE/mysql-5.1-baseunknown2007-10-181-0/+8
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix for bug #29444: crash with partition refering to table in create-selectunknown2007-10-091-0/+8
| | |/ / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-10-081-2/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | WL#4030 (Deprecate RENAME DATABASE: replace with ALTER DATABASE <name>unknown2007-09-101-2/+1
* | | | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unificationunknown2007-10-171-69/+588
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge gleb.loc:/home/uchum/work/bk/5.1unknown2007-09-131-0/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge magare.gmz:/home/kgeorge/mysql/work/B30377-5.0-optunknown2007-08-291-0/+22
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Bug #30377: EXPLAIN loses last_query_cost when used with UNIONunknown2007-08-281-0/+22
| | | |/ / /
| * | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-baseunknown2007-08-301-1/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug#30333 (Performance, expressions lists in the parser)unknown2007-08-221-1/+0
| * | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-08-231-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug30396unknown2007-08-161-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixed bug #30396.unknown2007-08-151-1/+2
| | | * | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875unknown2007-08-031-0/+4
| | | |\ \ \
| * | | | | | Doxygen warnings.unknown2007-08-161-2/+2
| * | | | | | Provide initial module structure to Doxygen.unknown2007-08-151-0/+7
| * | | | | | Fix doxygen warnings.unknown2007-08-151-13/+6
| |/ / / / /
| * | | | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875unknown2007-08-031-1/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionunknown2007-08-031-0/+4
| | | |/ / | | |/| |
| * | | | Merge gleb.loc:/home/uchum/work/bk/5.1unknown2007-07-261-7/+7
| |\ \ \ \
| | * | | | coding style fix : Index_hintunknown2007-07-231-7/+7
| * | | | | Fix the coding style.unknown2007-07-201-22/+22
| |/ / / /
| * | | | Fix a build break on 64 bit (uint and size_t are distinct types).unknown2007-07-171-1/+1
| * | | | Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-161-1/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | A fix and a test case for Bug#26141 mixing table types in trigger unknown2007-07-121-0/+2