summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* item_cmpfunc.cc:unknown2005-01-201-55/+4
* 1. Item now uses my_charset_bin by default,unknown2005-01-181-0/+3
* subselect.result, subselect.test:unknown2004-12-251-2/+3
* * Added comments and one assertunknown2004-12-141-2/+4
* Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0unknown2004-12-141-2/+2
* Merged (will need a post-merge fix)unknown2004-12-131-1/+2
|\
| * Merging fix for BUG#6976 from 4.0 to 4.1 unknown2004-12-131-1/+2
* | fixed optimized SOME subqueryunknown2004-12-131-4/+4
|/
* postreview fixunknown2004-12-071-1/+3
* mergeunknown2004-12-071-7/+39
|\
| * reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...unknown2004-11-181-7/+39
* | merged on pullunknown2004-12-021-6/+6
|\ \
| * | Cleanups during review stageunknown2004-12-021-6/+6
* | | mergedunknown2004-11-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fixes while reviewing codeunknown2004-11-261-3/+4
* | | Bug #6737: REGEXP gives wrong result with case sensitive collation:unknown2004-11-221-9/+11
| |/ |/|
* | Simpler arena swapping codeunknown2004-11-081-4/+4
* | func_in.result, func_in.test:unknown2004-11-041-1/+2
* | Many files:unknown2004-11-021-87/+9
* | A fix according to Monty's request:unknown2004-10-291-1/+2
* | Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-46/+70
* | A lot of fixes for prepared statements (PS):unknown2004-10-261-1/+7
* | Review of all code pushed since last reviewunknown2004-10-201-0/+4
* | A small simplification: perform two actions at once, register aunknown2004-10-101-6/+3
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-3/+6
* | 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