You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: statistics/handle/handletest/handle_test.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -1070,7 +1070,7 @@ partition by range (a) (
1070
1070
tk.MustQuery("select distinct_count, null_count, tot_col_size, correlation=0 from mysql.stats_histograms where is_index=0 order by table_id asc").Check(
1071
1071
testkit.Rows("15 1 17 1", "6 1 7 0", "9 0 10 0"))
1072
1072
tk.MustQuery("select distinct_count, null_count, tot_col_size, correlation=0 from mysql.stats_histograms where is_index=1 order by table_id asc").Check(
1073
-
testkit.Rows("15 1 0 1", "6 1 6 1", "9 0 10 1"))
1073
+
testkit.Rows("15 1 0 1", "6 1 7 1", "9 0 10 1"))
1074
1074
1075
1075
tk.MustQuery("show stats_buckets where is_index=0").Check(
1076
1076
// db table partition col is_idx bucket_id count repeats lower upper ndv
0 commit comments