mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-26737: Outdated VARIABLE_COMMENT for HISTOGRAM_TYPE in I_S.SYSTEM_VARIABLES
Fix the description
This commit is contained in:
@@ -6496,7 +6496,8 @@ static Sys_var_enum Sys_histogram_type(
|
||||
"Specifies type of the histograms created by ANALYZE. "
|
||||
"Possible values are: "
|
||||
"SINGLE_PREC_HB - single precision height-balanced, "
|
||||
"DOUBLE_PREC_HB - double precision height-balanced.",
|
||||
"DOUBLE_PREC_HB - double precision height-balanced, "
|
||||
"JSON_HB - height-balanced, stored as JSON.",
|
||||
SESSION_VAR(histogram_type), CMD_LINE(REQUIRED_ARG),
|
||||
histogram_types, DEFAULT(1));
|
||||
|
||||
|
Reference in New Issue
Block a user