mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27062: Make histogram_type=JSON_HB the new default
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
set @SINGLE_PREC_TYPE='single_prec_hb';
|
||||
set @DOUBLE_PREC_TYPE='double_prec_hb';
|
||||
set @DEFAULT_HIST_TYPE=@@histogram_type;
|
||||
set @DEFAULT_HIST_TYPE='double_prec_hb';
|
||||
drop table if exists t1,t2;
|
||||
set @save_use_stat_tables=@@use_stat_tables;
|
||||
set @save_histogram_size=@@global.histogram_size;
|
||||
|
Reference in New Issue
Block a user