summaryrefslogtreecommitdiff
path: root/sql/sql_analyze_stmt.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27021 Add explicit indication of SHOW EXPLAIN/ANALYZE.Oleg Smirnov2022-04-291-1/+1
* Reduce usage of strlen()Monty2021-05-191-6/+6
* Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-1/+1
* MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-1/+4
* MDEV-21838: Add information about packed addon fields in ANALYZE FORMAT=JSON10.5-mdev21784-reg1-baseVarun Gupta2020-02-281-0/+20
* MDEV-20854: ANALYZE for statements: not clear where the time is spentSergei Petrunia2019-11-121-0/+17
* 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 10.2 into 10.3Marko Mäkelä2019-05-021-5/+5
|\ \ \ | |/ /
| * | compilation fixes for VS 2019Sergei Golubchik2019-05-011-5/+5
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+1
| |\ \ | | |/
| | * MDEV-16191: Analyze format=json gives incorrect value for r_limit inside a de...Varun Gupta2018-06-091-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | MDEV-13826: Floating point exception in Filesort_tracker::print_json_members(...Varun Gupta2017-07-121-5/+16
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ | |/
| * Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-8646: Re-engineer the code for post-join operationsSergei Petrunia2016-03-281-72/+0
|/
* Fixed compile warnings on SolarisMonty2015-11-201-5/+5
* Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-7/+16
* MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP BYSergei Petrunia2015-06-201-0/+19
* MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-3/+3
* MDEV-6995: EXPLAIN JSON and ORDER BY, GROUP BY, etcSergei Petrunia2015-06-061-1/+54
* MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-0/+62