summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-12-061-1/+1
|\
| * WL#2486 - natural/using joins according to SQL:2003unknown2005-11-301-1/+1
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-021-2/+2
|\ \
| * | Addition to fix for bug #12956: cast make differ rounding.unknown2005-11-301-2/+2
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-11-291-2/+5
|\ \ \
| * \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-14216mysql-4.1.16clone-4.1.16-buildunknown2005-11-291-2/+5
| |\ \ \
| | * | | Fix bug in handling of decimal fields in UNION statements that couldunknown2005-10-281-2/+5
* | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10446unknown2005-11-291-10/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-291-10/+2
| |\ \ \ \
| | * | | | Bug#10446 Illegal mix of collations:unknown2005-11-211-10/+2
| | |/ / /
* | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-281-16/+10
|\ \ \ \ \
| * | | | | item.cc, item.h:unknown2005-11-281-16/+10
* | | | | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-11-251-1/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Fix bug #14482 Wrongly applied optimization in resolve_const_item() causedunknown2005-11-241-3/+12
| | |/ / | |/| |
* | | | postmerge fixunknown2005-11-231-1/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0unknown2005-11-231-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for BUG#13549 "Server crash with nested stored proceduresunknown2005-11-231-1/+6
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-11-211-8/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Inefficient usage of String::append() fixed.unknown2005-11-201-8/+8
* | | | Fix for BUG#14662: view column in ORDER BY considered ambiguous if SELECT con...unknown2005-11-111-11/+20
|/ / /
* | | Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...unknown2005-11-011-5/+7
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-10-281-1/+10
|\ \ \
| * | | Merge 4.1 - 5.0unknown2005-10-281-1/+2
| * | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2005-10-271-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug#13392 Wrong VALUES() behaviour in INSERT SELECT with ON DUPLICATEunknown2005-10-251-0/+7
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-10-281-10/+6
|\ \ \ \ | |/ / / |/| | |
| * | | support of view underlying tables and SP functions security check added (BUG#...unknown2005-10-281-10/+6
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-10-261-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | compilation failure fixedunknown2005-10-211-1/+1
* | | | Bug#12371: executing prepared statement fails (illegal mix of collations)unknown2005-10-201-1/+27
| |/ / |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-131-2/+2
|\ \ \
| * | | Fixes during review of new pushed codeunknown2005-10-131-2/+2
* | | | Manual merge of bug fix #7672unknown2005-10-131-0/+16
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Manual mergedunknown2005-10-131-0/+15
| |\ \
| | * | select.test, sql_select.cc, sql_lex.cc, item.cc:unknown2005-10-131-3/+8
| | * | Manual merge, fix for bug #7672unknown2005-10-121-0/+10
| | |\ \
| | | * | Fix bug#7672 Unknown column error in order clauseunknown2005-10-091-0/+11
| | | * | Fix for BUG#6976:unknown2004-12-111-0/+1
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-26/+20
|\ \ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-081-26/+20
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Review of code pushed since last 5.0 pull:unknown2005-10-061-26/+20
* | | | | | Mergingunknown2005-10-111-1/+22
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2005-10-101-2/+22
| |\ \ \ \ \
| | * | | | | additional fix to the bug #13372 (decimal union)unknown2005-09-271-2/+2
| | * | | | | Fix for bug #13372 (decimal union)unknown2005-09-271-2/+22
| | | |_|/ / | | |/| | |
* | | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1unknown2005-10-101-22/+11
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Review of new code since last pullunknown2005-10-071-22/+11
* | | | | Fix for BUG#13410 - qualified reference to a view column in the HAVING clause...unknown2005-10-011-2/+2
* | | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-09-291-2/+9
|\ \ \ \ \
| * | | | | Fixed BUG#12589: Assert when creating temp. table from decimal storedunknown2005-09-271-2/+9