summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-091-5/+18
|\
| * MDEV-8189 field<>const and const<>field are not symmetricAlexander Barkov2015-06-301-5/+18
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-194/+202
* | Fixes done while working on MDEV-4119:Monty2015-07-051-61/+103
|/
* Moving Item_bool_func::add_key_fields_optimize_op() to Item_bool_func2.Alexander Barkov2015-06-281-5/+5
* Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2015-06-281-2/+16
|\
| * Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-2/+16
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-2/+16
| | |\
| | | * MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-...Sergei Petrunia2015-06-091-2/+16
* | | | MDEV-8330 Get rid of Item_func::select_optimize() and Item_func::optimize_typeAlexander Barkov2015-06-281-2/+1
|/ / /
* | | MDEV-8256 A part of a ROW comparison is erroneously optimized awayAlexander Barkov2015-06-261-2/+2
* | | MDEV-7824 [Bug #68041] Zero date can be inserted in strict no-zero mode throu...Alexander Barkov2015-06-261-1/+2
* | | MDEV-8199 - first_breadth_first_tab() takes 0.07% in OLTP ROSergey Vojtovich2015-06-231-23/+12
* | | MDEV-8199 - first_breadth_first_tab() takes 0.07% in OLTP ROSergey Vojtovich2015-06-231-34/+27
* | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP BYSergei Petrunia2015-06-201-0/+1
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-1/+1
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-6/+7
* | | MDEV-8222 "string_field LIKE int_const" returns a wrong result in case of UCS2Alexander Barkov2015-06-021-2/+12
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-14/+37
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-14/+37
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-10/+36
| | |\
| | | * Bug#19880368 : GROUP_CONCAT CRASHES AFTER DUMP_LEAF_KEYChaithra Gopalareddy2015-02-201-0/+11
| | | * Bug #19612819 : FILESORT: ASSERTION FAILED: POS->FIELD != 0 || POS->ITEM != 0Chaithra Gopalareddy2015-02-181-10/+25
| | * | MDEV-7613: MariaDB 5.5.40 server crash on update table left join with a viewOleksandr Byelkin2015-04-151-3/+1
| | * | MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...Sergei Petrunia2015-03-171-1/+0
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-191-214/+245
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-141-267/+296
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-131-25/+47
* | | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-39/+43
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-051-24/+25
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-041-3/+3
* | | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-04-281-165/+182
* | | | MDEV-8024 Remove excessive update_used_tables() callsAlexander Barkov2015-04-221-9/+28
* | | | Merge branch '10.1' of github.com:MariaDB/server into 10.1Sergei Petrunia2015-04-121-11/+4
|\ \ \ \
| * \ \ \ Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-04-101-7/+18
| |\ \ \ \
| * | | | | remove Aria-only handler flagSergei Golubchik2015-04-081-1/+0
| * | | | | table->keep_row_order no longer need to force DYNAMIC_RECORDSergei Golubchik2015-04-081-8/+3
| * | | | | encryption cleanup: small changesSergei Golubchik2015-04-051-3/+2
* | | | | | MergeSergei Petrunia2015-04-121-2/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-2/+3
* | | | | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-24/+24
|/ / / / /
* | | | | MDEV-7927: Server crashes in in Time_and_counter_tracker::incr_loopsSergei Petrunia2015-04-081-1/+3
* | | | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-4/+12
|/ / / /
* | | | MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-031-6/+14
* | | | Better commentsSergei Petrunia2015-03-271-4/+31
* | | | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-241-0/+4
|\ \ \ \
| * | | | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-241-1/+1
| * | | | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-071-0/+4
* | | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-8/+4
* | | | | MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimizati...Alexander Barkov2015-03-131-41/+6