summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2016-12-121-3/+4
* Undo the unfinished patch for MDEV-8359:Sergei Petrunia2016-11-201-45/+0
* MDEV-8359: WHERE condition referring to inner table of left join can be sargableSergei Petrunia2016-10-141-0/+45
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-58/+11
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-3/+2
| |\
| | * Minor cleanupsMonty2016-08-221-3/+0
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-0/+2
| | |\
| | | * MDEV-10228: Delete missing rows with OR conditionsSergei Petrunia2016-07-271-0/+2
| * | | MDEV-10324: Server crash in get_sel_arg_for_keypart or AssertionSergei Petrunia2016-07-051-55/+9
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-41/+75
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-10020 InnoDB NOT IN Query Crash When One Item Is NULLAlexander Barkov2016-06-201-1/+1
| * | | MDEV-10185: Assertion `tree1->keys[key_no] && tree2->keys[key_no]' failed inSergei Petrunia2016-06-221-0/+1
| * | | MDEV-9764: MariaDB does not limit memory used for range optimizationSergei Petrunia2016-06-021-3/+25
| * | | MDEV-9764: MariaDB does not limit memory used for range optimizationSergei Petrunia2016-05-311-38/+49
* | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-3/+2
* | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
* | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-1/+11
|\ \ \ \ | |/ / /
| * | | MDEV-9602 crash in st_key::actual_rec_per_key when group by constantMonty2016-04-281-1/+11
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-25/+20
|\ \ \ \
| * | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-14/+15
| |/ / /
| * | | Merge branch '10.0' into 10.1Monty2016-02-021-11/+5
| |\ \ \ | | |/ /
| | * | MDEV-9505: Valgrind failure in SEL_ARG::store_min,find_used_partitionsSergei Petrunia2016-02-011-11/+5
| | * | Fixed compiler warningsMonty2015-11-231-1/+1
* | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-9/+6
|/ / /
* | | table->write_set was changed if binary logging was used, which caused theMonty2015-11-101-23/+16
* | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-091-0/+1
* | | MDEV-7949: Item_field::used_tables() takes 0.29% in OLTP ROOleksandr Byelkin2015-10-291-2/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-4/+16
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-4/+13
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-4/+13
| | |\
| | | * Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-08-031-3/+12
| | | |\
| | | | * Bug #20909518: HANDLE_FATAL_SIGNAL (SIG=11) INSreeharsha Ramanavarapu2015-08-031-3/+13
| | | * | Bug#17217128 : BAD INTERACTION BETWEEN MIN/MAX ANDmithun2014-05-151-0/+17
| | | * | Fixing compilation error. Post push fix for Bug#17909656Chaithra Gopalareddy2014-05-071-1/+1
| | | * | Bug#17909656 - WRONG RESULTS FOR A SIMPLE QUERY WITH GROUP BYChaithra Gopalareddy2014-05-071-53/+137
| | | * | Bug#16482467 ORDER BY IGNORED IN SOME SITUATIONS FOR UPDATE QUERYTor Didriksen2013-09-101-9/+10
| | | * | BUG#16222245 - CRASH WITH EXPLAIN FOR A QUERY WITH LOOSE SCAN FOR Neeraj Bisht2013-04-301-3/+5
| | | |\ \ | | | | |/
| | | | * BUG#16222245 - CRASH WITH EXPLAIN FOR A QUERY WITH LOOSE SCAN FOR Neeraj Bisht2013-04-301-3/+5
| | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Bug#16540042: WRONG QUERY RESULT WHEN USING RANGE OVER Jorgen Loland2013-04-121-0/+29
| | | * | Bug#13009341 CRASH IN STR_TO_DATETIME AFTER MISBEHAVING "BLOB" VALUE COMPARISONTor Didriksen2013-03-191-21/+31
| | | * | Bug#16208709 - CRASH IN GET_SEL_ARG_FOR_KEYPART ON SELECT DISTINCT Neeraj Bisht2013-01-291-0/+2
| | | |\ \ | | | | |/
| | | | * Bug#16208709 - CRASH IN GET_SEL_ARG_FOR_KEYPART ON SELECT DISTINCT Neeraj Bisht2013-01-291-0/+2
| | | * | Bug#11751794 MYSQL GIVES THE WRONG RESULT WITH SOME SPECIAL USAGENeeraj Bisht2013-01-161-17/+81
| | | |\ \ | | | | |/
| | | | * Bug#11751794 MYSQL GIVES THE WRONG RESULT WITH SOME SPECIAL USAGENeeraj Bisht2013-01-161-17/+81
| | | | * Updated/added copyright headersKent Boortz2011-07-031-2/+2
| | | | |\
| | | * | | Bug #16004999 ASSERT STATE == TRX_STATE_NOT_STARTED, UNLOCK_ROW()Annamalai Gurusami2013-01-101-2/+8
| | | * | | Bug#15972635: Incorrect results returned in 32 table join with HAVINGRoy Lyseng2012-12-211-1/+1