We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LONG BYTE
Please answer these questions before submitting your issue. Thanks!
CREATE TABLE t1 (col2 LONG BYTE) ENGINE=INNODB CHARACTER SET UTF8MB4;
mysql 5.7
+-------+------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+------------+------+-----+---------+-------+ | col2 | mediumblob | YES | | NULL | | +-------+------------+------+-----+---------+-------+
+-------+------------+------+------+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+------------+------+------+---------+-------+ | col2 | mediumtext | YES | | NULL | | +-------+------------+------+------+---------+-------+
Release Version: v6.1.0 Edition: Community Git Commit Hash: 1a89dec Git Branch: heads/refs/tags/v6.1.0 UTC Build Time: 2022-06-05 05:09:33 GoVersion: go1.18.2 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false
The text was updated successfully, but these errors were encountered:
parser: let LONG BYTE compatible with MySQL (#36314)
6256c34
close #36239
Defined2014
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CREATE TABLE t1 (col2 LONG BYTE) ENGINE=INNODB CHARACTER SET UTF8MB4;
2. What did you expect to see? (Required)
mysql 5.7
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Release Version: v6.1.0
Edition: Community
Git Commit Hash: 1a89dec
Git Branch: heads/refs/tags/v6.1.0
UTC Build Time: 2022-06-05 05:09:33
GoVersion: go1.18.2
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
The text was updated successfully, but these errors were encountered: