pingcap/tidb
Ver no GitHubblob/text/int length isn't accuracy in column metadata
Open
#7.465 aberto em 22 de ago. de 2018
help wantedtype/compatibility
Métricas do repositório
- Stars
- (40.090 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)
Description
- What did you do?
connection tidb with --column-type-info
create table bitest(b blob(2));
select * from bitest;
- What did you expect to see?
Length: 255
- What did you see instead?
Length: 8
- What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)?
2.0.6
ref #7463