1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix off-by-one error in Histogram_json_hb::find_bucket

This commit is contained in:
Sergei Petrunia
2021-09-14 14:29:41 +03:00
parent b179640219
commit 28ad128585
4 changed files with 70 additions and 13 deletions

View File

@ -182,4 +182,3 @@ SET histogram_type= JSON_HB;
ANALYZE TABLE t1 PERSISTENT FOR ALL;
SELECT * FROM t1;
drop table t1;