summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-52/+55
|\
| * cleanup: stat tablesSergei Golubchik2021-02-221-30/+24
| * MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsSergei Golubchik2021-02-221-7/+5
| * Revert "MDEV-23753: SIGSEGV in Column_stat::store_stat_fields"Sergei Golubchik2021-02-221-4/+0
| * MDEV-19474: Histogram statistics are used even with optimizer_use_condition_s...Varun Gupta2021-02-161-4/+5
| * MDEV-22583: Selectivity for BIT columns in filtered column for EXPLAIN is inc...Varun Gupta2021-01-301-8/+22
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+4
|\ \ | |/
| * MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsVarun Gupta2021-01-121-0/+4
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-3/+2
* | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-3/+2
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-3/+1
* | Merge 10.2 into 10.3Marko Mäkelä2020-07-201-7/+7
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-07-201-7/+7
| |\
| | * MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-151-7/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-021-221/+85
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-06-011-220/+84
| |\ \ | | |/
| | * Thread safe histograms loadingSergey Vojtovich2020-05-291-98/+20
| | * Thread safe statistics loadingSergey Vojtovich2020-05-291-54/+45
| | * Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-151-0/+1
|\ \ \ | |/ /
| * | Fix for using uninitialized memoryMonty2020-05-151-0/+1
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-8/+5
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2019-10-301-8/+5
| |\ \ | | |/
| | * cleanupSergei Golubchik2019-10-301-8/+3
| | * MDEV-20354 All but last insert ignored in InnoDB tables when table lockedSergei Golubchik2019-10-301-0/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-10-091-74/+60
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-10-091-74/+60
| |\ \ | | |/
| | * MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-071-56/+27
| | * Cleanup EITSSergey Vojtovich2019-10-021-19/+34
| * | MDEV-19740: Fix GCC 9.2.1 -Wmaybe-uninitialized on AMD64Marko Mäkelä2019-09-271-5/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-241-6/+1
|\ \ \ | |/ /
| * | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-231-4/+11
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-1/+8
|\ \ \ | |/ /
| * | MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-09-181-1/+3
* | | Proper fix for disabling warnings in read_statistics_for_table().Michael Widenius2019-09-221-2/+9
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-211-1/+6
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-201-1/+6
| |\ \ | | |/
| | * Make sure histograms do not write uninitialized bytes to recordVicențiu Ciorbaru2019-08-131-1/+6
* | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-191-5/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-161-0/+3
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-161-0/+3
| |\ \ | | |/
| | * MDEV-19407: Assertion `field->table->stats_is_read' failed in is_eits_usableVarun Gupta2019-05-161-0/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-6/+14
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-6/+14
| |\ \ | | |/
| | * MDEV-19352: Server crash in alloc_histograms_for_table_share upon query from ...Varun Gupta2019-05-021-2/+3
| | * MDEV-19334: bool is_eits_usable(Field*): Assertion `field->table->stats_is_re...Varun Gupta2019-04-271-4/+11
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-251-1/+5
|\ \ \ | |/ /