summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-171-5/+78
|\
| * Bug #20191: getTableName gives wrong or inconsistent result when using VIEWsunknown2006-11-091-0/+4
| * item.cc:unknown2006-11-071-3/+3
| * Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-4.1-optunknown2006-11-071-3/+30
| |\
| * \ Merge bk@192.168.21.1:mysql-5.0-optunknown2006-11-061-0/+47
| |\ \
| | * \ Merge mysql.com:/home/hf/work/19491/my50-19491unknown2006-11-011-0/+47
| | |\ \
| | | * | bug #19491 (CAST do DATETIME wrong result)unknown2006-10-251-0/+47
| * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-10-311-2/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug #21809: Error 1356 while selecting from view with grouping though underlyingunknown2006-10-241-2/+24
* | | | | Merge mysql.com:/home/hf/work/mysql-4.1-mrgunknown2006-11-161-3/+30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug #22457: Column alias in ORDER BY works, but not if in an expressionunknown2006-11-031-3/+30
* | | | | Bug#21505 Create view - illegal mix of collation for operation 'UNION'unknown2006-11-091-1/+1
| |/ / / |/| | |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-021-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge rurik.mysql.com:/home/igor/mysql-4.1-optunknown2006-09-251-0/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #21853: assert failure for a grouping query withunknown2006-09-251-0/+1
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-09-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BUG#21081: SELECT inside stored procedure returns wrong resultsunknown2006-09-271-0/+1
* | | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0unknown2006-09-151-3/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed bug #21698: erroneously a field could be replaced by anunknown2006-09-071-3/+38
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-301-2/+70
|\ \ \ | |/ / |/| |
| * | Comment cleanup after push of bug#21166.unknown2006-08-251-7/+7
| * | BUG#21166: Prepared statement causes signal 11 on second executionunknown2006-08-241-2/+70
* | | item_cmpfunc.cc, item.cc:unknown2006-08-231-2/+5
* | | Fixed bug#21475: Wrongly applied constant propagation leads to a false compar...unknown2006-08-211-1/+12
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-08-031-5/+13
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-3/+10
| |\ \
| | * \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-221-3/+10
| | |\ \
| | | * | Fixed bug#12185: Data type aggregation may produce wrong resultunknown2006-07-221-3/+10
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#21013: Performance Degrades when importing data that uses Triggerunknown2006-07-171-2/+3
* | | | | Bug #16881: password() and union selectunknown2006-07-211-4/+12
|/ / / /
* | | | Fixed bug#10977: No warning issued if a column name is truncatedunknown2006-07-161-0/+6
|/ / /
* | | Merge bodhi.local:/opt/local/work/mysql-5.0-rootunknown2006-07-071-2/+7
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-07-061-2/+7
| |\ \ \
| | * | | Fix for bug#18437 "Wrong values inserted with a before update trigger onunknown2006-07-021-2/+7
| | |/ /
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-031-1/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#19671 mysql_list_fields returns incorrect table name for VIEWsunknown2006-06-291-1/+12
| |/ /
* | | BUG#20769: Dangling pointer in ctype_recoding test case.unknown2006-06-301-17/+29
|/ /
* | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2006-05-181-0/+1
|\ \
| * | Fixed bug#19077: A nested materialized derived table is used before being pop...unknown2006-05-181-0/+1
* | | Fixed bug #19573.unknown2006-05-161-1/+10
|/ /
* | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-161-3/+3
|\ \
| * | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-3/+3
* | | Remove 'const' that prevents Microsoft VC realize thatunknown2006-05-151-1/+1
|/ /
* | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-151-2/+27
|\ \
| * | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-2/+27
* | | Bug#17048 CREATE TABLE ... SELECT truncate valuesunknown2006-05-131-6/+0
|/ /
* | Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492unknown2006-04-281-8/+0
|\ \ | |/
| * BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocolunknown2006-04-281-8/+0
* | Mergeunknown2006-04-261-0/+10
|\ \