-
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
The used storage engine can't index column ‘xxxx’ #10644
Comments
PTAL @winkyao |
hi @Mingdr , thanks for reporting! Unfortunately, I cannot reproduce your issue at the given version. Do you have the full log files so we can dig deeper? |
Where can I get more log files? |
tidb.log, please. Sorry for replying late. |
I may find the reason: |
@Mingdr Thanks for your feedback!
|
that's all,When can it be resolved. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
I encountered this error while creating the table,
Then perform this alteration:
error log of tidb.log:
Why can't I add the index?
But here's the weird thing,I can add the index when I rebuild this table.So this bug may not fire every time.
I see the notice on navicat :
The used storage engine can't index column 'STORE_ID'
tidb-server -V
or runselect tidb_version();
on TiDB)?Release Version: v3.0.0-beta-153-g63b49c9e4
Git Commit Hash: 63b49c9
Git Branch: master
UTC Build Time: 2019-03-05 06:08:25
GoVersion: go version go1.11.2 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: