summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-3/+2
* Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in...unknown2003-08-271-1/+1
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-0/+3
* After merge fixesunknown2003-08-221-7/+10
|\
| * Fixed some varnings from valgrindunknown2003-08-201-7/+10
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-181-9/+8
|\ \ | |/
| * backport fix for the bug #803: INTERVAL(NULL, ....)unknown2003-07-141-5/+2
| * Fix for the bug #803.unknown2003-07-101-10/+12
* | Fix for a bug #807unknown2003-07-091-0/+1
|/
* bug #504: in "datetime op int" comparison int wasn't converted to datetimeunknown2003-07-021-1/+1
* Added thread variable max_seeks_for_keyunknown2003-06-271-2/+2
* LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-10/+31
* item_cmpfunc.cc:unknown2003-05-281-0/+4
* optimizer should check for "field LIKE const" not "field like STRING"unknown2003-03-021-4/+8
* merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-1/+42
|\
| * fixed functions to be able work with group function as argumentunknown2003-01-291-1/+42
* | Fixed core dump bug in str LIKE "%other_str%" where strings contained charact...unknown2003-01-101-21/+26
* | Merge with 3.23:unknown2002-12-211-1/+2
|\ \ | |/
| * Optimization of CASE bug fixunknown2002-12-211-3/+2
| * fix for a bug in CASE ...WHEN ...unknown2002-12-161-0/+2
* | mergedunknown2002-12-041-3/+15
|\ \ | |/
| * Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-021-0/+39
| |\
| | * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-021-0/+39
| * | Fix for sum_func IN (..)unknown2002-12-021-1/+5
| * | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-301-0/+8
| |/
| * Removed wrong bug fix for problem with timestamp and BETWEEN.unknown2002-11-051-1/+0
| * - Applied fix made in 4.0 tree to fix a bug when comparing a datetimeunknown2002-10-301-0/+1
| * Check if AND/OR expression can be NULLunknown2002-09-031-0/+2
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-2/+16
* | New multi-table-update codeunknown2002-11-291-4/+4
* | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-121-3/+2
* | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-14/+30
* | Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-11-091-0/+39
* | BETWEEN fixedunknown2002-11-061-3/+9
* | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-1/+0
* | A fix for bug when comparing a datetime column with timestampunknown2002-10-301-0/+1
* | Some trivial optimzationsunknown2002-09-031-0/+2
* | Portability fixes for 4.0.3 build.unknown2002-08-171-1/+7
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...unknown2002-08-171-6/+6
* | A fix for bigints with quoted constants ..unknown2002-08-161-2/+2
* | merge with 3.23.52unknown2002-08-121-3/+3
|\ \ | |/
| * Fixed problem with BIGINT and shutdown on AIXunknown2002-08-121-6/+1
| * A change in IF behaviour that several users asked for ...unknown2002-08-091-0/+6
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-5/+22
* | Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-5/+29
* | Added functions :unknown2002-06-291-0/+15
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-2/+2
* | Enable LOAD DATA LOCAL INFILE in mysql_testunknown2002-06-041-5/+6
* | Fixes for gcc 3.1unknown2002-05-211-0/+3
* | Optimize LIKE with turbo-boyer-more algoritmunknown2002-05-171-5/+261