pingcap/tidb

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

Open

#7.465 geöffnet am 22. Aug. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (6.186 Forks)batch import
help wantedtype/compatibility

Repository-Metriken

Stars
 (40.090 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 4h) (346 gemergte PRs in 30 T)

Beschreibung

  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

Contributor Guide