summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* compatibility fixesserg@serg.mylan2004-11-291-1/+1
* mergebell@sanja.is.com.ua2004-11-211-1/+2
|\
| * mergebell@sanja.is.com.ua2004-11-111-1/+2
| |\
| | * fixed merged view fields names (BUG#5147)bell@sanja.is.com.ua2004-09-141-1/+2
* | | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-7/+7
|/ /
* | Portability fix (Problems compiling on MacOSX with gcc)monty@mysql.com2004-11-101-3/+0
* | merge with 4.1monty@mysql.com2004-10-291-13/+4
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-141-1/+1
| |\ \
| | * | true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-1/+1
| * | | A fix and test case for Bug#5987 "subselect in bool function konstantin@mysql.com2004-10-101-11/+1
| |/ /
| * | Deployment of centralized Item change registry, step 2: Item_ref konstantin@mysql.com2004-10-081-1/+1
| * | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-0/+1
| |\ \
| | * | Fix for bug #5595: NULLIF() IS NULL returns false if NULLIF() returns NULLgluh@gluh.mysql.r18.ru2004-09-181-0/+1
| | * | null.test, null.result:igor@rurik.mysql.com2004-08-201-0/+1
| | * | Merge with 3.23 to get latest bug fixesmonty@mysql.com2004-06-101-1/+0
| | |\ \
| | | * | removed incorrect destructor (to prevent deleting item by recursion instead o...bell@sanja.is.com.ua2004-06-031-1/+0
* | | | | item_cmpfunc.h:igor@rurik.mysql.com2004-10-251-1/+1
* | | | | Merge for Item_equal.igor@rurik.mysql.com2004-10-091-0/+144
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sql_select.cc, item_cmpfunc.h:igor@rurik.mysql.com2004-02-191-0/+2
| * | | | Manual mergeigor@rurik.mysql.com2004-02-191-12/+22
| |\ \ \ \
| * | | | | Many files:igor@rurik.mysql.com2004-02-181-8/+87
| * | | | | Mergeigor@rurik.mysql.com2003-12-011-21/+15
| |\ \ \ \ \
| * | | | | | This ChangeSet Introdices Item_equal.igor@rurik.mysql.com2003-11-261-0/+63
* | | | | | | Merge with 4.1monty@mysql.com2004-09-061-2/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | after review patchbell@sanja.is.com.ua2004-08-311-0/+3
| * | | | | | NOT elimination moved in parsing (suggested by Monty)bell@sanja.is.com.ua2004-08-291-1/+1
| * | | | | | Renamed Arg_comparator::compare_int -> compare_int_signedsergefp@mysql.com2004-08-181-1/+1
| * | | | | | Fix for bug#4488: sign-aware equality checksergefp@mysql.com2004-08-171-0/+1
| * | | | | | Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons.sergefp@mysql.com2004-08-111-0/+3
* | | | | | | Merge with 4.1.3-betamonty@mysql.com2004-07-071-3/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@brandersnatch.localdomain2004-06-221-2/+4
| |\ \ \ \ \ \
| | * | | | | | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"dlenev@brandersnatch.localdomain2004-06-221-2/+4
| * | | | | | | cleanup for Item_func_regex (Bug #4199)bell@sanja.is.com.ua2004-06-191-1/+1
| |/ / / / / /
* | | | | | | After merge fixigor@rurik.mysql.com2004-06-251-1/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | join_nested.test, join_nested.result:igor@rurik.mysql.com2004-06-101-1/+35
| | |/ / / / | |/| | | |
| * | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2003-12-011-0/+1
| |\ \ \ \ \
| | * | | | | join_outer.result, null.result, null.test:igor@rurik.mysql.com2003-12-011-0/+1
| | |/ / / /
* | | | | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...pem@mysql.comhem.se2004-05-061-1/+2
* | | | | | fixed brocken of client_test bell@sanja.is.com.ua2004-04-031-5/+2
* | | | | | Cleanups & safety fixesmonty@mysql.com2004-03-251-2/+2
* | | | | | after review changesbell@sanja.is.com.ua2004-03-201-2/+2
* | | | | | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-2/+2
* | | | | | DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-12/+17
* | | | | | mergebell@sanja.is.com.ua2004-02-171-1/+8
|\ \ \ \ \ \
| * | | | | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)bell@sanja.is.com.ua2004-02-121-1/+3
| * | | | | | mergebell@sanja.is.com.ua2004-02-091-0/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | fixed subquery with PS (BUG#2462)bell@sanja.is.com.ua2004-02-081-0/+5
* | | | | | | After merge fixesmonty@mysql.com2004-02-161-0/+2
* | | | | | | Merge with 4.0.18monty@mysql.com2004-02-111-5/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE chara...ram@gw.mysql.r18.ru2003-12-301-5/+4