-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
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
alter table failed with bit column #11800
Labels
type/bug
The issue is confirmed as a bug.
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
create table t (i int, b bit);
alter table t modify b bit first;
What did you expect to see?
sql runs successfully.
What did you see instead?
SQL Error [1105] [HY000]: unsupported modify column unsigned false not match origin true
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?Release Version: v2.1.16
Git Commit Hash: 86ad1a9
Git Branch: HEAD
UTC Build Time: 2019-08-15 10:21:49
GoVersion: go version go1.12 linux/amd64
Race Enabled: false
TiKV Min Version: 2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e
Check Table Before Drop: false
The text was updated successfully, but these errors were encountered: