pingcap/tidb

blob/text/int length isn't accuracy in column metadata

Open

#7,465 opened on 2018年8月22日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Go (6,186 forks)batch import
help wantedtype/compatibility

Repository metrics

Stars
 (40,090 stars)
PR merge metrics
 (平均マージ 14d 4h) (30d で 346 merged PRs)

説明

  1. What did you do?

connection tidb with --column-type-info

create table bitest(b blob(2));
select * from bitest;
  1. What did you expect to see?
Length:     255
  1. What did you see instead?
Length:     8
  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
2.0.6

ref #7463

コントリビューターガイド