summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...bell@sanja.is.com.ua2004-11-181-7/+39
* Simpler arena swapping codemonty@mysql.com2004-11-081-4/+4
* func_in.result, func_in.test:igor@rurik.mysql.com2004-11-041-1/+2
* Many files:bar@mysql.com2004-11-021-87/+9
* A fix according to Monty's request:bar@mysql.com2004-10-291-1/+2
* Allow to convert to non-Unicode charset when mixing a stringbar@mysql.com2004-10-291-46/+70
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-1/+7
* Review of all code pushed since last reviewmonty@mishka.local2004-10-201-0/+4
* A small simplification: perform two actions at once, register akonstantin@mysql.com2004-10-101-6/+3
* Deployment of centralized Item change registry, step 2: Item_ref konstantin@mysql.com2004-10-081-3/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-081-6/+10
|\
| * A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values konstantin@mysql.com2004-10-081-6/+10
* | After merge fixesmonty@mysql.com2004-10-071-2/+2
* | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-0/+9
|\ \ | |/ |/|
| * Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULLgluh@gluh.mysql.r18.ru2004-09-181-0/+9
* | Give store_for_compare a more meaningful name, cleanup and comment the konstantin@mysql.com2004-09-281-3/+3
* | A fix and test case for bug#5688 "Upgraded 4.1.5 Server seg faults"konstantin@mysql.com2004-09-231-12/+14
* | A fix for bug#4368 '"like" fails in PreparedStatement, crashes konstantin@mysql.com2004-09-031-2/+13
* | Remove extra '/' after mysql_real_data_homemonty@mysql.com2004-09-031-1/+0
* | Allow IN to convert arguments into Unicode in some cases.bar@mysql.com2004-09-011-4/+50
* | Move collation aggregation with superset conversion codebar@mysql.com2004-09-011-16/+8
* | after review patchbell@sanja.is.com.ua2004-08-311-4/+1
* | NOT elimination moved in parsing (suggested by Monty)bell@sanja.is.com.ua2004-08-291-33/+0
* | Portability fixesmonty@mysql.com2004-08-261-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-08-211-3/+1
|\ \
| * | Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-3/+1
* | | Bug#4521: unique key prefix interacts poorly with utf8. bar@mysql.com2004-08-191-2/+2
|/ /
* | Many files:bar@mysql.com2004-08-181-3/+3
* | Renamed Arg_comparator::compare_int -> compare_int_signedsergefp@mysql.com2004-08-181-2/+2
* | Fix for bug#4488: sign-aware equality checksergefp@mysql.com2004-08-171-0/+16
* | Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons.sergefp@mysql.com2004-08-111-0/+87
* | cleanupserg@serg.mylan2004-08-071-2/+2
* | do not assign values of left expression of IN/ANN/ANY subquery in case of PS ...bell@sanja.is.com.ua2004-07-041-1/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@brandersnatch.localdomain2004-06-221-37/+50
|\ \
| * | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"dlenev@brandersnatch.localdomain2004-06-221-37/+50
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-221-1/+5
|\ \ \
| * | | cleanup for Item_func_regex (Bug #4199)bell@sanja.is.com.ua2004-06-191-1/+5
| |/ /
* | | Merge with 4.0.21monty@mysql.com2004-06-181-2/+2
|\ \ \ | |/ / |/| / | |/
| * BUG#3987 - if(int, aggregate(int))serg@serg.mylan2004-06-071-2/+2
* | logging_ok:tsmith@build.mysql.com2004-05-101-0/+1
* | after review PS fixesbell@sanja.is.com.ua2004-04-101-3/+2
* | mergebell@sanja.is.com.ua2004-04-081-4/+6
|\ \
| * | new error for unsupported command in PSbell@sanja.is.com.ua2004-04-081-4/+6
* | | Fixed many compiler warningsmonty@mysql.com2004-04-051-4/+0
|/ /
* | false/true -> FALSE/TRUEmonty@mysql.com2004-03-301-2/+4
* | Cleanups & safety fixesmonty@mysql.com2004-03-251-1/+2
* | mergebell@sanja.is.com.ua2004-03-181-33/+144
|\ \
| * | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-1/+40
| * | DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-32/+104
* | | merge fixes (use old code)monty@mysql.com2004-03-181-3/+3
|\ \ \ | |/ / |/| |