【 TiDB 使用环境】生产环境和测试
【 TiDB 版本】V5.4.1
【复现路径】myql和tidb建相同的表
create table testtype
(
test_int int(2),
test_smallint smallint(1),
test_mediumint mediumint(2),
test_bigint bigint(3)
);
MYSQL 版本:5.6.19
【遇到的问题:问题现象及影响】
相同的建表语句系统表中information_schema.columns中精度字段NUMERIC_PRECISION值不一致,
TIDB:
MYSQL:
这个差异是TIDB有特殊功能而设计的吗?
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】