summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MergeIgor Babaev2014-10-281-2/+1
|\
| * Fixed bug mdev-6325.Igor Babaev2014-10-281-2/+1
* | MergeSergey Petrunya2014-10-211-14/+14
|\ \ | |/ |/|
| * MDEV-6879: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sw...Sergey Petrunya2014-10-201-1/+14
* | MDEV-6879: Dereference of NULL primary_file->table in DsMrr_impl::get_disk_sw...Sergey Petrunya2014-10-161-1/+14
|/
* 5.5.40+ mergeSergei Golubchik2014-10-091-1/+1
|\
| * MDEV-5553 A view or procedure with a non existing definer can block "SHOW TAB...Sergei Golubchik2014-10-071-1/+1
| * MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1)Sergei Golubchik2014-10-031-1/+1
* | Auto mergeMichael Widenius2014-09-301-0/+1
|\ \
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | MDEV-6808, part#2.Sergey Petrunya2014-09-301-2/+5
* | | MDEV-6808: MariaDB 10.0.13 crash with optimizer_use_condition_selectivity > 1Sergey Petrunya2014-09-301-1/+2
|/ /
* | MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1)mariadb-10.0.14Sergei Golubchik2014-09-241-1/+1
* | Fixed test failuresMichael Widenius2014-09-221-3/+4
* | 5.5 mergeSergei Golubchik2014-09-161-6/+41
|\ \ | |/
| * 5.3 mergeSergei Golubchik2014-09-121-6/+41
| |\
| | * Merge.Igor Babaev2014-08-041-6/+41
| | |\
| | | * Fixed bug mdev-5721.Igor Babaev2014-07-311-6/+41
* | | | Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-30/+17
* | | | Moving Item::str_value from public to protected.Alexander Barkov2014-09-031-1/+1
* | | | 5.5.39 mergeSergei Golubchik2014-08-071-21/+40
|\ \ \ \ | |/ / /
| * | | MDEV-6289 : Unexpected results when querying information_schemaSergey Petrunya2014-07-231-21/+40
* | | | MDEV-6312 HA_MUST_USE_TABLE_CONDITION_PUSHDOWN is not accounted by init_read_...Sergei Golubchik2014-07-311-10/+2
* | | | cleanup: remove special case from store_key::store_key(), add Field_blob::new...Sergei Golubchik2014-06-091-0/+1
* | | | MergeIgor Babaev2014-06-101-4/+4
|\ \ \ \
| * \ \ \ Merge.Igor Babaev2014-06-101-4/+4
| |\ \ \ \
| | * | | | Fixed bug mdev-6071.Igor Babaev2014-06-101-4/+4
* | | | | | MDEV-5985: EITS: selectivity estimates look illogical for join and non-key eq...Sergey Petrunya2014-06-101-13/+20
|/ / / / /
* | | | | MergeSergey Petrunya2014-06-071-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-6308: Server crashes in table_multi_eq_cond_selectivity with ...Sergey Petrunya2014-06-071-0/+1
* | | | | 5.5.38 mergeSergei Golubchik2014-06-061-13/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-6239: Partition pruning is not working as expected in an inner querySergey Petrunya2014-05-291-1/+2
| * | | | MDEV-6263: Wrong result when using IN subquery with order bySergey Petrunya2014-05-281-12/+17
* | | | | MDEV-6221 SQL_CALC_FOUND_ROWS yields wrong result againSergei Golubchik2014-06-051-2/+1
* | | | | revert the fix for MDEV-5898, restore the fix for MDEV-5549.Sergei Golubchik2014-06-051-4/+8
| |/ / / |/| | |
* | | | MDEV-5884: EXPLAIN UPDATE ... ORDER BY LIMIT shows wrong #rowsSergey Petrunya2014-06-041-2/+3
* | | | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-2/+2
* | | | 5.5 mergeSergei Golubchik2014-05-091-3/+13
|\ \ \ \ | |/ / /
| * | | merge 5.5->5.3unknown2014-05-071-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-5981: name resolution issues with views and multi-update in ps-protocolunknown2014-05-011-1/+3
| * | | Merge from 5.3Alexander Barkov2014-04-181-1/+1
| |\ \ \ | | |/ /
| | * | Fixed bugs mdev-5927 and mdev-6116.Igor Babaev2014-04-161-1/+1
| | |/
| * | MDEV-5991: crash in Item_field::used_tablesmariadb-5.5.37unknown2014-04-151-1/+9
* | | MDEV-6209: Assertion `join->best_read < double(1.79769313486231570815e+308L ... Sergey Petrunya2014-05-051-1/+1
* | | MDEV-6185: Buildbot valgrind failure: Conditional jump or move in table_cond_...Sergey Petrunya2014-04-291-1/+4
* | | MDEV-6003: EITS: ref access, keypart2=const vs keypart2=expr - inconsistent f...Sergey Petrunya2014-04-251-8/+77
* | | Revert these two changes (wrong push) :Sergey Petrunya2014-04-281-158/+14
* | | Better commentsSergey Petrunya2014-04-251-19/+40
* | | MDEV-5980: EITS: if condition is used for REF access, its selectivity is stil...Sergey Petrunya2014-04-211-12/+135
* | | MDEV-6081: ORDER BY+ref(const): selectivity is very incorrect (MySQL Bug#1433...Sergey Petrunya2014-04-121-12/+28