summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.cc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup:Sergey Petrunya2014-03-271-0/+117
* MDEV-5917: EITS: different order of predicates in IN (...) causes different e...Sergey Petrunya2014-03-211-0/+2
* MDEV-5901: EITS: killing the server leaves statistical tables in "marked as c...Sergey Petrunya2014-03-191-1/+5
* MDEV-5901: EITS: killing the server leaves statistical tables in "marked as c...Sergey Petrunya2014-03-191-0/+2
* 10.0-monty mergeSergei Golubchik2013-07-211-16/+19
|\
| * MDEV-4758 10.0-monty tree: ALTER TABLE CHANGE COLUMN doesn't drop EITS statsSergei Golubchik2013-07-091-1/+4
| * Applied all changes from Igor and SanjaMichael Widenius2013-06-151-2/+2
| * Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-5/+5
* | Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-051-1/+1
* | Fixed bug mdev-4406.Igor Babaev2013-04-201-1/+1
* | Added comments.Igor Babaev2013-04-151-36/+164
* | Fixed bug mdev-4389.Igor Babaev2013-04-121-0/+1
* | Fixed bug mdev-4363.Igor Babaev2013-04-061-2/+8
* | Fixed bug mdev-4369.Igor Babaev2013-04-061-2/+2
* | Fixed bugs mdev-4357 and mdev-4359.Igor Babaev2013-04-051-2/+4
* | Fixed bug mdev-4370.Igor Babaev2013-04-051-2/+2
* | Fixed a valgrind complain on usage of an uninitialized value.Igor Babaev2013-04-011-1/+1
* | Take into account the number of null values in any used column whenIgor Babaev2013-03-311-14/+30
* | MergeIgor Babaev2013-03-301-6/+16
|\ \
| * | Added the type of histogram for mwl #253.Igor Babaev2013-03-301-6/+16
* | | Fixed several bugs for mwl #253.Igor Babaev2013-03-301-9/+35
|/ /
* | Added histogams for table columns.Igor Babaev2013-03-251-32/+294
* | The pilot patch for mwl#253.Igor Babaev2013-03-111-0/+49
|/
* 5.5 mergeSergei Golubchik2013-01-291-1/+1
* MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+2
* Merged the fix for bug mdev-4019.Igor Babaev2013-01-131-2/+8
|\
| * Fixed bug mdev-4019.Igor Babaev2013-01-131-2/+8
* | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-081-147/+193
|\ \ | |/
| * Fixed bug mdev-3979.Igor Babaev2013-01-081-147/+193
* | Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-161-30/+19
|/
* Addressed all remaining issues from the review of the patchIgor Babaev2012-12-131-8/+54
* Fixed bug mdev-3891.Igor Babaev2012-12-121-40/+62
* Addressed the following issue from the review of the patch forIgor Babaev2012-12-091-0/+2
* Addressed the following issue from the review of the patch forIgor Babaev2012-12-081-7/+26
* Changed the names of the system tables for statistical data:Igor Babaev2012-12-051-77/+77
* Fixed bug mdev-518.Igor Babaev2012-09-111-3/+5
* Fixed bug mdev-485.Igor Babaev2012-09-101-0/+43
* Part 2 of the fix for bug mdev-504.Igor Babaev2012-09-081-1/+1
* Fixed bug mdev-504.Igor Babaev2012-09-081-24/+132
* Fixed bug mdev-487.Igor Babaev2012-08-271-6/+30
* Made the process of collecting persistent statistics killable.Igor Babaev2012-08-181-4/+10
* Fixed errors in the calls of the macros my_atomic_rwlock_wrlock, my_atomic_rw...Igor Babaev2012-07-301-2/+2
* Added missing declaration of statistics_lock.Igor Babaev2012-07-271-8/+8
* Performed re-factoring and re-structuring of the code for mwl#248:Igor Babaev2012-07-261-217/+514
* Added procedures to delete records by keys from statistical tables.Igor Babaev2012-07-101-123/+898
* Changed the type of all double columns in the system statistical tablesIgor Babaev2012-06-251-34/+36
* Removed the server option --stat-tables.Igor Babaev2012-06-021-12/+8
* Support of the extended syntax for ANALYZE.Igor Babaev2012-05-221-10/+17
* Supported extended keys when collecting and using persistent statistics.Igor Babaev2012-05-061-13/+36
* Fixed a problem for Q18 from DBT3/SF30 with innodb database instance:Igor Babaev2012-04-191-1/+2