summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with implementation of WL#1724.unknown2004-10-111-0/+1
|\
| * Implementation of the last review comments for WL#1724unknown2004-09-101-38/+0
| * WL#1724 "Min/Max Optimization for Queries with Group By Clause"unknown2004-08-271-0/+39
* | post merge fixesunknown2004-09-101-1/+1
* | After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-1/+1
* | Merge with 4.1unknown2004-09-061-16/+19
|\ \ | |/ |/|
| * fixed typo in group_concat printing (BUG#5161)unknown2004-09-011-1/+1
| * Portability fixesunknown2004-08-261-4/+4
| * better for for bug#4767unknown2004-08-231-3/+0
| * Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-201-10/+10
| |\
| | * Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-10/+10
| * | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2004-08-201-0/+3
| |\ \ | | |/ | |/|
| | * olap.test, olap.result:unknown2004-08-121-0/+3
| * | BUG#4315unknown2004-08-111-18/+10
| * | BUG#4315unknown2004-08-101-4/+15
| |/
* | misc fixes for compile-time errorsunknown2004-07-211-7/+5
* | Merge with 4.1.3-betaunknown2004-07-071-16/+23
|\ \ | |/
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-151-16/+4
| |\
| | * a fixunknown2004-06-081-16/+4
| * | cleunup() of count() and max()/min() added (BUG#2687)unknown2004-06-101-0/+19
| |/
* | Merging 4.1 to 5.0.unknown2004-05-261-0/+8
|\ \ | |/
| * keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-0/+8
* | PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-4/+4
* | Merge 4.1 -> 5.0unknown2004-05-071-3/+2
|\ \ | |/
| * mergedunknown2004-04-071-3/+2
| |\
| | * ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-3/+2
* | | Merge 4.1 -> 5.0.unknown2004-04-071-155/+298
|\ \ \ | |/ /
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-137/+192
| |\ \
| | * | Portability fixesunknown2004-04-071-56/+59
| | |/
| | * Fixed many compiler warningsunknown2004-04-051-112/+165
| * | fixed brocken of client_test unknown2004-04-031-15/+67
| |/
| * false/true -> FALSE/TRUEunknown2004-03-301-1/+1
| * after review changesunknown2004-03-201-1/+1
| * DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+24
| * DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-0/+5
| * mergeunknown2004-03-091-3/+7
| |\
| | * revision of fix_fields() calls (BUG2838)unknown2004-02-181-3/+7
| * | mergeunknown2004-02-091-0/+4
| |\ \ | | |/ | |/|
| | * fixed cleupup() for distinct aggregate functions (BUG#2663)unknown2004-02-081-3/+15
| | * fixed subquery with PS (BUG#2462)unknown2004-02-081-0/+4
* | | Post-merge fixes.unknown2004-02-111-2/+2
* | | Merge 4.1 into 5.0.unknown2004-02-101-25/+54
|\ \ \ | |/ /
| * | Added --compact to mysqlbinlogunknown2004-02-091-2/+16
| |/
| * Pack of changes about 'cleanup()'-sunknown2004-01-201-0/+1
| * Code cleanup (working on PS & cleanup() code)unknown2004-01-191-19/+19
| * Fix for prepared statementsunknown2003-12-301-6/+20
| * THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-3/+3
* | Merge 4.1 to 5.0.unknown2003-12-191-45/+23
|\ \ | |/
| * Fixes after merge with 4.0unknown2003-12-191-6/+6
| * Merge with 4.0.17unknown2003-12-171-39/+17
| |\