summaryrefslogtreecommitdiff
path: root/mysql-test/main/statistics_json.test
Commit message (Expand)AuthorAgeFilesLines
* JSON_HB histogram: represent values of BIT() columns in hex alwaysSergei Petrunia2022-01-191-0/+15
* MDEV-26901: Estimation for filtered rows less precise ... #4Sergei Petrunia2022-01-191-0/+16
* MDEV-27229: Estimation for filtered rows less precise ... #5Sergei Petrunia2022-01-191-3/+3
* MDEV-27243: Estimation for filtered rows less precise ... #7Sergei Petrunia2022-01-191-0/+13
* MDEV-27229: Estimation for filtered rows less precise ... #5Sergei Petrunia2022-01-191-0/+26
* MDEV-27230: Estimation for filtered rows less precise ...Sergei Petrunia2022-01-191-0/+10
* MDEV-26764: JSON_HB Histograms: handle BINARY and unassigned charactersSergei Petrunia2022-01-191-1/+6
* More test coverageSergei Petrunia2022-01-191-0/+22
* MDEV-26519: Improved histogramsSergei Petrunia2022-01-191-1/+8
* MDEV-26519: Improved histograms: Better error reporting, test coverageSergei Petrunia2022-01-191-0/+1
* Rename histogram_hb_v2 -> histogram_hbSergei Petrunia2022-01-191-8/+8
* MDEV-26519: Improved histograms: Make JSON parser efficientSergei Petrunia2022-01-191-9/+0
* MDEV-26886: Estimation for filtered rows less precise with JSON histogramSergei Petrunia2022-01-191-0/+14
* MDEV-26911: Unexpected ER_DUP_KEY, ASAN errors, double free detected in ...Sergei Petrunia2022-01-191-1/+14
* MDEV-26892: JSON histograms become invalid with a specific (corrupt) value ..Sergei Petrunia2022-01-191-1/+11
* MDEV-26849: JSON Histograms: point selectivity estimates are offSergei Petrunia2022-01-191-0/+22
* MDEV-26750: Estimation for filtered rows is far off with JSON_HB histogramSergei Petrunia2022-01-191-0/+19
* MDEV-26801: Valgrind/MSAN errors in Column_statistics_collected::finish ...Sergei Petrunia2022-01-191-1/+0
* MDEV-26709: JSON histogram may contain bucketS than histogram_size allowsSergei Petrunia2022-01-191-0/+16
* MDEV-26724 Endless loop in json_escape_to_string upon ... empty stringSergei Petrunia2022-01-191-0/+14
* MDEV-26737: Outdated VARIABLE_COMMENT for HISTOGRAM_TYPE in I_S.SYSTEM_VARIABLESSergei Petrunia2022-01-191-0/+5
* MDEV-26724 Endless loop in json_escape_to_string upon ... empty stringSergei Petrunia2022-01-191-0/+13
* MDEV-26595: ASAN use-after-poison my_strnxfrm_simple_internal / Histogram_jso...Sergei Petrunia2022-01-191-2/+18
* MDEV-26589: Assertion failure upon DECODE_HISTOGRAM with NULLsSergei Petrunia2022-01-191-0/+10
* MDEV-26724 Endless loop in json_escape_to_string upon ... empty stringSergei Petrunia2022-01-191-0/+10
* MDEV-26711: Values in JSON histograms are not properly quotedSergei Petrunia2022-01-191-0/+11
* Fix off-by-one error in Histogram_json_hb::find_bucketSergei Petrunia2022-01-191-1/+0
* MDEV-26590: Stack smashing/buffer overflow in Histogram_json_hb::parseSergei Petrunia2022-01-191-1/+12
* Address review inputSergei Petrunia2022-01-191-0/+23
* Fixes in opt_histogram_json.cc in the last commitsSergei Petrunia2022-01-191-3/+60
* Make tests passSergei Petrunia2022-01-191-4/+2
* Fix JSON parsing: future-proof data representation in JSON, code cleanupSergei Petrunia2022-01-191-10/+12
* Rename histogram_type=JSON to JSON_HBSergei Petrunia2022-01-191-5/+5
* Use existing statistics test to improve coverage for JSON statisticsMichael Okoko2022-01-191-85/+22
* Implement point selectivity for JSON histogramsMichael Okoko2022-01-191-5/+45
* Improve tests and test results to cover larger casesMichael Okoko2022-01-191-21/+69
* Use binary search to compute range selectivityMichael Okoko2022-01-191-1/+1
* report parse error when parsing JSON histogram failsMichael Okoko2022-01-191-0/+13
* Store bucket bounds and extend test cases for JSON histogramMichael Okoko2022-01-191-17/+39
* rough base for json histogram builderMichael Okoko2022-01-191-0/+6
* add json statistics test and change histogram column type to blobMichael Okoko2022-01-191-0/+28