This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Add an option to turn alter table auto_increment off. #507
Labels
feature-request
This issue is a feature request
Feature Request
Is your feature request related to a problem? Please describe:
We had this mechanism, when import table successfully, lightning will do alter auto_increment job to trigger TiDB to refresh its auto_increment cache due to TiDB issue pingcap/tidb#2285.
But sometimes we don't have a privilege to execute alter SQL. then lightning will return error.
Describe the feature you'd like:
Add an option to turn alter table auto_increment off.
Describe alternatives you've considered:
can we alse add an option to handle auto_random?
Teachability, Documentation, Adoption, Optimization:
The text was updated successfully, but these errors were encountered: