Inconsisitent Behaviour with Mysql When Col Name is too Long #10513
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/compatibility
Bug Report
When col name is too long, mysql will cut a part of it. But inTiDB, col name will not be cut
tidb will output the same with mysql.
mysql cut the col name, but tidb not.
As follow. left is mysql and right is tidb.
the col name mysql output:
but col name tidb output:
tidb-server -V
or runselect tidb_version();
on TiDB)?Mysql version is 5.7
The text was updated successfully, but these errors were encountered: