summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-081-6/+10
|\
| * A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values unknown2004-10-081-6/+10
* | After merge fixesunknown2004-10-071-2/+2
* | Merge with 4.0 for 4.1 releaseunknown2004-10-061-0/+9
|\ \ | |/ |/|
| * Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULLunknown2004-09-181-0/+9
* | Give store_for_compare a more meaningful name, cleanup and comment the unknown2004-09-281-3/+3
* | A fix and test case for bug#5688 "Upgraded 4.1.5 Server seg faults"unknown2004-09-231-12/+14
* | A fix for bug#4368 '"like" fails in PreparedStatement, crashes unknown2004-09-031-2/+13
* | Remove extra '/' after mysql_real_data_homeunknown2004-09-031-1/+0
* | Allow IN to convert arguments into Unicode in some cases.unknown2004-09-011-4/+50
* | Move collation aggregation with superset conversion codeunknown2004-09-011-16/+8
* | after review patchunknown2004-08-311-4/+1
* | NOT elimination moved in parsing (suggested by Monty)unknown2004-08-291-33/+0
* | Portability fixesunknown2004-08-261-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-211-3/+1
|\ \
| * | Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-3/+1
* | | Bug#4521: unique key prefix interacts poorly with utf8. unknown2004-08-191-2/+2
|/ /
* | Many files:unknown2004-08-181-3/+3
* | Renamed Arg_comparator::compare_int -> compare_int_signedunknown2004-08-181-2/+2
* | Fix for bug#4488: sign-aware equality checkunknown2004-08-171-0/+16
* | Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons.unknown2004-08-111-0/+87
* | cleanupunknown2004-08-071-2/+2
* | do not assign values of left expression of IN/ANN/ANY subquery in case of PS ...unknown2004-07-041-1/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-221-37/+50
|\ \
| * | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"unknown2004-06-221-37/+50
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-221-1/+5
|\ \ \
| * | | cleanup for Item_func_regex (Bug #4199)unknown2004-06-191-1/+5
| |/ /
* | | Merge with 4.0.21unknown2004-06-181-2/+2
|\ \ \ | |/ / |/| / | |/
| * BUG#3987 - if(int, aggregate(int))unknown2004-06-071-2/+2
* | logging_ok:unknown2004-05-101-0/+1
* | after review PS fixesunknown2004-04-101-3/+2
* | mergeunknown2004-04-081-4/+6
|\ \
| * | new error for unsupported command in PSunknown2004-04-081-4/+6
* | | Fixed many compiler warningsunknown2004-04-051-4/+0
|/ /
* | false/true -> FALSE/TRUEunknown2004-03-301-2/+4
* | Cleanups & safety fixesunknown2004-03-251-1/+2
* | mergeunknown2004-03-181-33/+144
|\ \
| * | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+40
| * | DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-32/+104
* | | merge fixes (use old code)unknown2004-03-181-3/+3
|\ \ \ | |/ / |/| |
| * | merge with 4.0unknown2004-03-171-3/+3
| |\ \ | | |/
| | * Fix for bug #2629 NULLIF() doesn't behave as described in manualunknown2004-03-161-3/+3
| | * cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-3/+2
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-0/+7
|\ \ \
| * | | a fix (bug #2885: like datetime)unknown2004-03-111-0/+7
| |/ /
* | | mergeunknown2004-03-091-1/+4
|\ \ \ | |/ / |/| |
| * | revision of fix_fields() calls (BUG2838)unknown2004-02-181-1/+4
* | | mergeunknown2004-02-171-1/+21
|\ \ \ | |/ / |/| |
| * | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-2/+14
| * | mergeunknown2004-02-091-0/+8
| |\ \