summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0monty@mashka.mysql.fi2002-11-211-14/+74
|\
| * Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-121-3/+2
| * Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-111-14/+30
| * Fixed bug in MAX() optimization when used with JOIN and ON expressionsmonty@hundin.mysql.fi2002-11-091-0/+39
| * BETWEEN fixedserg@sergbook.mysql.com2002-11-061-3/+9
| * Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2monty@hundin.mysql.fi2002-11-051-1/+0
| * A fix for bug when comparing a datetime column with timestampSinisa@sinisa.nasamreza.org2002-10-301-0/+1
* | wild_case_compate(&String, &String, escape) doesn't exist anymorbar@bar.mysql.r18.ru2002-11-141-4/+4
* | fixed cyclic reference bugbell@sanja.is.com.ua2002-11-141-0/+32
* | BINARY charset is now used instead of binary_flagbar@bar.mysql.r18.ru2002-10-251-18/+24
* | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-31/+129
|\ \ | |/ |/|
| * Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-31/+129
| |\
| | * Adding a necessary functionality to ::store and ::save_in_fieldSinisa@sinisa.nasamreza.org2002-08-241-1/+2
| | * subselect in having clausebell@sanja.is.com.ua2002-07-011-10/+11
| | * merge with 4.0 to get last fixes to last mergemonty@hundin.mysql.fi2002-06-041-5/+6
| | |\
| | * | Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-11/+20
| | * | merge with 4.0monty@hundin.mysql.fi2002-06-031-26/+299
| | |\ \
| | * | | Now string values are created and filled with charset fieldbar@gw.udmsearch.izhnet.ru2002-05-171-6/+6
| | * | | mergemonty@hundin.mysql.fi2002-04-131-2/+88
| | |\ \ \
| | | * | | Added new method to set string's charsetbar@gw.udmsearch.izhnet.ru2002-03-201-0/+3
| | | * | | Extend String class with CHARSET_INFO fieldbar@gw.udmsearch.izhnet.ru2002-03-071-2/+2
| | | * | | Regex library is switched to use new ctype toolsbar@gw.udmsearch.izhnet.ru2002-03-061-2/+4
| | | * | | Added GIS extensionbar@gw.udmsearch.izhnet.ru2002-02-221-0/+81
* | | | | | Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-0/+2
|/ / / / /
* | | | | Portability fixes for 4.0.3 build.monty@hundin.mysql.fi2002-08-171-1/+7
* | | | | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...monty@hundin.mysql.fi2002-08-171-6/+6
* | | | | A fix for bigints with quoted constants ..Sinisa@sinisa.nasamreza.org2002-08-161-2/+2
* | | | | merge with 3.23.52monty@hundin.mysql.fi2002-08-121-3/+3
|\ \ \ \ \
| * | | | | Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-121-6/+1
| * | | | | A change in IF behaviour that several users asked for ...Sinisa@sinisa.nasamreza.org2002-08-091-0/+6
* | | | | | Changed IF(expr, column, NULL) to take type from columnmonty@hundin.mysql.fi2002-08-121-5/+22
* | | | | | Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-301-5/+29
* | | | | | Added functions :Sinisa@sinisa.nasamreza.org2002-06-291-0/+15
* | | | | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+2
| |_|_|_|/ |/| | | |
* | | | | Enable LOAD DATA LOCAL INFILE in mysql_testmonty@hundin.mysql.fi2002-06-041-5/+6
| |_|_|/ |/| | |
* | | | Fixes for gcc 3.1monty@hundin.mysql.fi2002-05-211-0/+3
* | | | Optimize LIKE with turbo-boyer-more algoritmmonty@hundin.mysql.fi2002-05-171-5/+261
* | | | merge with 3.23.51monty@hundin.mysql.fi2002-05-161-21/+32
|\ \ \ \ | |/ / /
| * | | Fixed bug in datetime range optimizationmonty@hundin.mysql.fi2002-05-151-2/+2
| * | | Fix for ISNULL()monty@hundin.mysql.fi2002-05-071-1/+1
| * | | Fixed bug in ISNULL(not_null_expression)monty@hundin.mysql.fi2002-05-041-19/+30
* | | | mergemonty@hundin.mysql.fi2002-04-251-0/+4
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-221-0/+4
* | | Cleanupsmonty@hundin.mysql.fi2002-04-021-2/+3
| |/ |/|
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
* | Portability fixmonty@hundin.mysql.fi2001-11-071-1/+1
* | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-10/+2
* | Cleaned up SSL documentationmonty@hundin.mysql.fi2001-10-021-2/+8
* | Fixes for German sorting order.monty@hundin.mysql.fi2001-09-111-1/+1
* | Fix UNIONmonty@tik.mysql.fi2001-08-021-4/+4
|/