mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-26710: Histogram field in mysql.column_stats is too short
Change it to LONGBLOB. Also, update_statistics_for_table() should not "swallow" an error from open_stat_tables.
This commit is contained in:
@@ -842,4 +842,4 @@ DELIMITER ;
|
||||
|
||||
ALTER TABLE column_stats
|
||||
modify hist_type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB'),
|
||||
modify histogram blob;
|
||||
modify histogram longblob;
|
||||
|
Reference in New Issue
Block a user