mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Rename histogram_type=JSON to JSON_HB
This commit is contained in:
@ -44,7 +44,7 @@ enum enum_histogram_type
|
||||
{
|
||||
SINGLE_PREC_HB,
|
||||
DOUBLE_PREC_HB,
|
||||
JSON,
|
||||
JSON_HB,
|
||||
INVALID_HISTOGRAM
|
||||
} Histogram_type;
|
||||
|
||||
@ -374,7 +374,7 @@ public:
|
||||
|
||||
Histogram_type get_type() override
|
||||
{
|
||||
return JSON;
|
||||
return JSON_HB;
|
||||
}
|
||||
|
||||
void set_size (ulonglong sz) override {size = (uint8) sz; }
|
||||
|
Reference in New Issue
Block a user