mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Use JSON_NAME, not the "histogram_hb_v2" constant
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
]
|
||||
}
|
||||
|
||||
The histogram is an object with single member named "histogram_hb_v2".
|
||||
The value of that member is an array of buckets.
|
||||
The histogram is an object with single member named Histogram_json_hb::
|
||||
JSON_NAME. The value of that member is an array of buckets.
|
||||
Each bucket is an object with these members:
|
||||
"start" - the first value in the bucket.
|
||||
"size" - fraction of table rows that is contained in the bucket.
|
||||
|
Reference in New Issue
Block a user