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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create table t (a int);
set @@tidb_enable_fast_analyze=1;
insert into t values(1), (2), (3), (NULL);
analyze table t with 0 topn, 2 buckets;
select * from mysql.stats_buckets;
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
The
lower_bound
is notNULL
4. What is your TiDB version? (Required)
| tidb_version() |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v4.0.0-beta.2-2663-gf23e34965
Edition: Community
Git Commit Hash: f23e349
Git Branch: HEAD
UTC Build Time: 2021-04-20 08:45:18
GoVersion: go1.16.1
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false |
The text was updated successfully, but these errors were encountered: