summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* - Added/updated copyright headersKent Boortz2010-12-281-1/+1
* Backport of the fix for bug#25421 to 5.0.Alexey Kopytov2010-07-151-0/+3
* Bug #48472: Loose index scan inappropriately chosen for some Alexey Kopytov2009-11-171-1/+5
* Fix for bug#48258: Assertion failed when using a spatial indexRamil Kalimullin2009-10-231-0/+21
* Fix for bug #42803: Field_bit does not have unsigned_flag field,Ramil Kalimullin2009-10-081-1/+4
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-4/+4
* Bug #37044: Read overflow in opt_range.cc found during "make test"Georgi Kodinov2009-08-241-4/+14
* Bug #46807: subselect test fails on PB-2 with a crashGeorgi Kodinov2009-08-191-1/+1
* Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-1/+1
* Bug #45386: Wrong query result with MIN function in field list, Georgi Kodinov2009-06-121-4/+16
* Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-7/+7
* auto-mergeIgnacio Galarza2009-03-191-25/+32
|\
| * Bug #41610: key_infix_len can be overwritten causing some group by queries toGeorgi Kodinov2009-02-271-25/+32
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-23/+23
|/
* MergeSergey Petrunia2008-12-221-1/+1
|\
| * backported the fix for bug #34773 to 5.0Georgi Kodinov2008-12-091-1/+1
* | BUG#40974: Incorrect query results when using clause evaluated using range checkSergey Petrunia2008-12-191-0/+3
|/
* Bug #37894: Assertion in init_read_record_seq in handler.h line 1444Gleb Shchepa2008-10-101-1/+1
* Bug#37943: Reproducible mysqld crash/sigsegv in sel_trees_can_be_oredGeorgi Kodinov2008-10-011-1/+73
* BUG#36639: subselect.test crashes on 64 bit pentium4 when compiled for valgri...Sergey Petrunia2008-08-251-0/+7
* Bug#37830 : ORDER BY ASC/DESC - no differenceGeorgi Kodinov2008-07-231-54/+12
* BUG#35478: sort_union() returns bad data when sort_buffer_size is hitSergey Petrunia2008-07-151-5/+10
* Bug#26243 mysql command line crash after control-cunknown2008-03-281-5/+1
* Bug#34731: highest possible value for INT erroneously filtered by WHEREunknown2008-03-101-36/+54
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-2/+36
|\
| * BUG#32198: Comparison of DATE with DATETIME still not using indexes correctlyunknown2007-12-131-1/+26
| * Merge gleb.loc:/work/bk/5.0-opt-32403unknown2007-11-271-1/+4
| |\
| | * Fixed bug #32403: query causes a crash due to stack andunknown2007-11-271-1/+4
| * | opt_range.cc:unknown2007-11-231-1/+1
| * | Bug#31048: Many nested subqueries may cause server crash.unknown2007-11-191-0/+6
| |/
* | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-041-12/+12
|\ \ | |/
| * type conversions fixed to get rid of warningsunknown2007-10-231-3/+3
| * type conversion fixed to get rid of warningsunknown2007-10-231-3/+3
| * type conversions fixed to avoid warnings on Windowsunknown2007-10-231-6/+6
* | Fix for bug #31207: Test "join_nested" shows different strategy on IA64unknown2007-10-171-4/+4
|/
* Better wording in commentsunknown2007-09-121-2/+2
* Merge mysql.com:/home/psergey/mysql-4.1-bug30385unknown2007-09-111-1/+2
|\
| * BUG#30385: Server crash when deleting with ORDER BY and LIMITunknown2007-09-101-1/+2
* | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-08-161-2/+1
|\ \
| * | bug#28570: handler::index_read() is called with different find_flag when unknown2007-08-151-2/+1
* | | A fix and a test case for Bug#24918 drop table and lock / inconsistentunknown2007-07-271-3/+3
|/ /
* | Mark deadcode for gcovunknown2007-07-181-2/+2
* | Small comments fixunknown2007-07-171-0/+5
* | [pb problem]: ha_heap->clone() fails on windows because of mess withunknown2007-07-171-0/+8
* | BUG#29740: Wrong query results for index_merge/union over HEAP table.unknown2007-07-131-14/+11
* | BUG#26624, pushbuild fixes: Merge to 5.0unknown2007-03-311-4/+5
|\ \ | |/
| * BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-311-3/+5
* | Merge of BUG#26624 and BUG#26625unknown2007-03-291-31/+132
|\ \ | |/
| * BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-291-14/+15
| * BUG#26624: high mem usage (crash) in range optimizerunknown2007-03-281-31/+131