summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-21/+20
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-101-1/+1
* | | cleanup: handler::key_readSergei Golubchik2017-02-131-2/+1
* | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-3/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-23/+149
|\ \ \ | |/ /
| * | MDEV-10435 crash with bad stat tables.Alexey Botchkov2016-12-091-12/+145
| * | MDEV-10957: Assertion failure when dropping a myisam table with wsrep_replica...Nirbhay Choubey2016-11-021-0/+18
| * | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-11/+4
| |\ \ | | |/
| | * Fixed bug mdev-11096.Igor Babaev2016-10-261-11/+4
* | | MDEV-10957: Assertion failure when dropping a myisam tableNirbhay Choubey2016-12-191-0/+18
* | | cleanup: avoid Field::field_indexSergei Golubchik2016-12-121-2/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+9
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+9
| |\ \ | | |/
| | * MDEV-8633: information_schema.index_statistics doesn't deleteJan Lindström2016-06-201-0/+9
* | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-0/+1
* | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-1/+1
* | | MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc()Sergey Vojtovich2015-11-261-3/+4
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-10/+132
|\ \ | |/
| * MDEV-7370: Server deadlocks on renaming a table for which persistent statisti...Sergei Petrunia2015-11-181-2/+124
| * MDEV#7383: engine-independent-stats column_stats has limited values for max/m...Sergei Petrunia2015-11-091-8/+8
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-1/+1
|/
* MDEV-7362: ANALYZE TABLES crash with table-independent-statistics gatheringVicențiu Ciorbaru2015-01-171-2/+8
* MDEV-7087 main.stat_tables-enospc fails in buildbot on a valgrind buildSergei Golubchik2014-11-181-0/+2
* Fixed bug mdev-6843.Igor Babaev2014-10-281-1/+6
* MDEV-6738: use_stat_table + histograms crashing optimizerSergey Petrunya2014-10-101-3/+3
* MDEV-6442: Assertion `join->best_read < double(...)' failed with optimizer_us...Sergey Petrunya2014-10-061-1/+15
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* MDEV-6181 EITS could eat all tmpdir space and hangSergei Golubchik2014-08-041-5/+10
* MDEV-6314 - Compile/run MariaDB with ASanSergey Vojtovich2014-06-101-0/+1
* 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