summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-12-131-11/+9
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-12-131-11/+9
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-12-131-11/+9
| | |\
| | | * Remove space before #ifdefMarko Mäkelä2018-12-131-13/+9
| | | * Fix compile error when building without the partition engineVarun Gupta2018-12-131-4/+6
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-121-0/+45
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-121-0/+45
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-12-121-0/+45
| | |\ \ | | | |/
| | | * MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-071-0/+45
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-0/+3
| | |\ \ | | | |/
| | | * MDEV-17023: Crash during read_histogram_for_table with optimizer_use_conditio...Varun Gupta2018-08-271-0/+3
| | | * MDEV-16757 Memory leak after adding manually min/max statistical dataIgor Babaev2018-07-131-0/+33
| | | * MDEV-16552: [10.0] ASAN global-buffer-overflow in is_stat_table / statistics_...Varun Gupta2018-07-111-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-1/+34
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+33
| |\ \ \ | | |/ /
| | * | MDEV-16757 Memory leak after adding manually min/max statistical dataIgor Babaev2018-07-151-0/+33
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-06-261-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-06-261-3/+3
| | |\ \ | | | |/
| | | * MDEV-16507 SIGSEGV when use_stat_tables = preferably andIgor Babaev2018-06-231-4/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-1/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-1/+2
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-1/+2
| | |\ \ | | | |/
| | | * Fixed ASAN heap-use-after-free handler::ha_index_or_rnd_endMonty2018-05-231-1/+2
* | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-2/+12
|\ \ \ \ | |/ / /
| * | | MDEV-12465: Server crashes in my_scan_weight_utf8_bin upon collecting stats f...Sergei Petrunia2018-05-191-2/+12
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-4/+0
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-2/+2
| |\ \ \ | | |/ /
| | * | ASAN error in is_stat_table()Sergei Golubchik2018-05-051-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| | |\ \ | | | |/
| | | * ASAN error in main.statistics_index_crash-7362Sergei Golubchik2018-04-171-1/+1
* | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-6/+16
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-7/+16
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-7/+16
| | |\ \ | | | |/
| | | * MDEV-9744: session optimizer_use_condition_selectivity=5 causing SQL Error (1...Varun Gupta2018-04-021-6/+33
* | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-47/+47
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-42/+33
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-10/+10
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-10/+10
| |\ \ \ \ | | |/ / /
| | * | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-10/+10
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-031-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Avoid using HA_POS_ERROR constant when passing around values of type double.Sergei Petrunia2017-10-031-1/+4
* | | | | Give asserts if update_stats() fails.Monty2017-09-081-1/+7
* | | | | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-2/+2