summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-4/+4
* Bug#37601 Cast Is Not Done On Row ComparisonSergey Glukhov2009-02-191-1/+12
* Bug#37553: MySql Error Compare TimeDiff & TimeTatiana A. Nurnberg2008-11-261-7/+7
* Bug#34760 Character set autodetection appears to failSergey Glukhov2008-11-211-1/+2
* Fix for bug#37526: asymertic operator <=> in triggerRamil Kalimullin2008-09-091-7/+13
* Fix for bug #39021: SELECT REGEXP BINARY NULL never returnsRamil Kalimullin2008-09-051-9/+22
* Bug#37662 nested if() inside sum() is parsed in exponential timeGeorgi Kodinov2008-07-301-4/+8
* Bug#26243 mysql command line crash after control-ciggy@amd64.(none)2008-03-281-1/+1
* Fixed bug#33764: Wrong result with IN(), CONCAT() and implicitgshchepa/uchum@host.loc2008-02-131-1/+4
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@eagle.(none)2007-12-131-26/+43
|\
| * Forced compilers to remove the warning appeared after the patchigor@olga.mysql.com2007-12-091-0/+1
| * Fix for BUG#32694 "NOT NULL table field in a subquery produces invalid results"timour/tkatchaounov@lapi.mysql.com2007-12-081-26/+41
| * Fixed bug #32335.gshchepa/uchum@gleb.loc2007-11-181-1/+2
* | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0tsmith@ramayana.hindu.god2007-12-041-95/+186
|\ \
| * \ Merge stella.local:/home2/mydev/mysql-5.0-amainistruewing@stella.local2007-11-271-50/+72
| |\ \
| | * \ Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0mkindahl@dl145h.mysql.com2007-11-211-50/+72
| | |\ \ | | | |/ | | |/|
| | | * Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@bar.myoffice.izhnet.ru2007-10-301-50/+72
| | | |\
| | | | * Bug#31081 server crash in regexp functionbar@mysql.com/bar.myoffice.izhnet.ru2007-10-241-1/+1
| | | | * Bug#31081 server crash in regexp functionbar@mysql.com/bar.myoffice.izhnet.ru2007-10-051-50/+72
| * | | | Fix for bug #32560: crash with interval function and count(*)ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-11-231-12/+25
| |/ / /
| * | | Merge gleb.loc:/home/uchum/work/bk/5.0-opt-28076gshchepa/uchum@gleb.loc2007-11-101-1/+1
| |\ \ \
| | * | | Fixed bug #28076: inconsistent binary/varbinary comparison.gshchepa/uchum@gleb.loc2007-11-101-1/+1
| | |/ /
| * | | Bug#31800: Date comparison fails with timezone and slashes for greater than c...tnurnberg@mysql.com/white.intern.koehntopp.de2007-11-101-27/+40
| |/ /
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-10-131-0/+1
| |\ \
| | * | Bug #31440: 'select 1 regex null' asserts debug servergkodinov/kgeorge@magare.gmz2007-10-111-0/+1
| * | | Fixed bug #31471: decimal_bin_size: Assertion `scale >= 0 &&gshchepa/uchum@gleb.loc2007-10-101-4/+14
| |/ /
| * | Bug#27216: functions with parameters of different date types may return wrongevgen@sunlight.local2007-09-221-4/+36
| |/
* | Merge mysql.com:/home/ram/work/mysql-5.0-maintramil/ram@ramil.myoffice.izhnet.ru2007-10-291-6/+30
|\ \
| * | Fix for bug #30782: Truncated UNSIGNED BIGINT columns only in SELECT w/ CASE, ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-291-6/+30
| |/
* | Fix for bug #31207: Test "join_nested" shows different strategy on IA64kaa@polly.(none)2007-10-171-1/+1
|/
* item_cmpfunc.cc:evgen@moonbone.local2007-07-161-1/+1
* item_cmpfunc.cc:evgen@moonbone.local2007-07-161-2/+1
* item_cmpfunc.cc:evgen@moonbone.local2007-07-151-3/+3
* Extended fix for the bug#29555.evgen@moonbone.local2007-07-151-7/+74
* Bug#29739: Incorrect time comparison in BETWEEN.evgen@moonbone.local2007-07-121-8/+16
* Bug#29555: Comparing time values as strings may lead to a wrong result.evgen@moonbone.local2007-07-111-0/+12
* Merge bk@192.168.21.1:mysql-5.0holyfoot/hf@hfmain.(none)2007-06-141-0/+17
|\
| * Bug#28778: Wrong result of BETWEEN when comparing a DATETIME field with anevgen@moonbone.local2007-06-061-0/+17
* | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0tsmith@quadxeon.mysql.com2007-06-051-1/+6
|\ \ | |/
| * Bug#28450: The Item_date_add_interval in select list may fail the field evgen@moonbone.local2007-05-301-1/+6
* | Got rid of log_01[], because we don't really need it. Division and log_10[] c...kaa@polly.local2007-05-301-1/+1
* | Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121kaa@polly.local2007-05-281-1/+1
|\ \ | |/ |/|
| * Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated...kaa@polly.local2007-05-281-1/+1
* | Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50tsmith@quadxeon.mysql.com2007-05-211-5/+15
|\ \
| * | Bug#28261: Wrong DATETIME comparison result when the GET_USER_VAR functionevgen@moonbone.local2007-05-171-2/+13
| * | Bug#28208: Wrong result of a non-const STRING function with a const DATETIMEevgen@moonbone.local2007-05-161-3/+2
* | | Merge siva.hindu.god:/home/tsmith/m/bk/50tsmith@siva.hindu.god2007-05-171-47/+209
|\ \ \ | |/ /
| * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-05-071-45/+207
| |\ \
| | * | Bug#28133: Wrong DATE/DATETIME comparison in IN() function.evgen@moonbone.local2007-05-071-46/+208
| * | | Bug#27759: Wrong DATE/DATETIME comparison in LEAST()/GREATEST() functions.evgen@moonbone.local2007-05-041-2/+2
| | |/ | |/|