1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix of the test suite.

This commit is contained in:
unknown
2013-04-21 21:39:01 +03:00
parent c0034df25e
commit 3fccd933dd
2 changed files with 2 additions and 0 deletions

View File

@ -1423,6 +1423,7 @@ ANALYZE TABLE CountryLanguage;
set histogram_size=254;
set histogram_type='DOUBLE_PREC_HB';
ANALYZE TABLE City;
FLUSH TABLES;
select db_name,table_name,column_name,min_value,max_value,nulls_ratio,avg_length,avg_frequency,hist_size,hist_type,hex(histogram),decode_histogram(histogram,hist_type) from mysql.column_stats where table_name='CountryLanguage' and column_name = 'Percentage';;
db_name world
table_name CountryLanguage