summaryrefslogtreecommitdiff
path: root/sql/uniques.cc
Commit message (Expand)AuthorAgeFilesLines
* Added rowid_filter support to AriaMonty2023-02-031-2/+1
* Add limits for how many IO operations a table access will doMonty2023-02-021-3/+2
* Changing all cost calculation to be given in millisecondsMonty2023-02-021-13/+18
* cleanup: Make tempfile creation uniform with DISK_CHUNK_SIZEVicențiu Ciorbaru2023-02-021-2/+2
* cleanup: Rename Sort_param::max_rows to limit_rowsVicențiu Ciorbaru2023-02-021-1/+1
* Make the most important optimizer constants user variablesMonty2023-02-021-4/+4
* MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-06-141-1/+9
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-06-131-1/+9
| |\
| | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-1/+9
| | |\
| | | * MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-071-1/+10
| | | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | | MDEV-22819: Wrong result or Assertion `ix > 0' failed in read_to_buffer upon ...Varun Gupta2020-06-111-1/+9
* | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-3/+3
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-1/+1
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+7
* | | | MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-3/+3
* | | | MDEV-21541: main.sum_distinct-big fails with Assertion `m_buffer_end == __nul...Varun Gupta2020-01-221-2/+2
* | | | MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-211-33/+47
|/ / /
* | | 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
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Change read_to_buffer to use ulong instead of uintMichael Widenius2018-05-071-5/+5
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-3/+3
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-4/+4
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-3/+3
|\ \ \ \ | |/ / /
| * | | fix some conversion warningsVladislav Vaintroub2017-09-281-3/+3
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-6/+10
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-6/+10
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-6/+10
| | |\ \
| | | * | Fix merge errorVicențiu Ciorbaru2017-09-191-2/+2
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-191-6/+10
| | | |\ \ | | | | |/
| | | | * MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-091-4/+8
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-6/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-6/+10
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-6/+10
| | | |\ \ | | | | |/
| | | | * MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-131-2/+6
| | | | * MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-121-3/+3
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | | Fix that end_bulk_insert() doesn't write to to-be-deleted filesMonty2017-05-171-2/+2
|/ / / /
* | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-32/+38
|/ / /
* | | misc IO_CACHE cleanupsSergei Golubchik2015-06-021-2/+1
|/ /
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-7/+7
|\ \ | |/
| * Fix failing test cases for MDEV-7912 patchVicentiu Ciorbaru2015-04-291-4/+0
| * MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merg...Vicentiu Ciorbaru2015-04-281-6/+9
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1