pingcap/tidb
Vedi su GitHubMove the check for `_tidb_rowid` from executor to planner
Open
#14.221 aperta il 25 dic 2019
help wantedtype/enhancement
Metriche repository
- Star
- (40.090 star)
- Metriche merge PR
- (Merge medio 14g 4h) (346 PR mergiate in 30 g)
Descrizione
Feature Request
Describe the feature you'd like:
Currently we check the _tidb_rowid in executor:
https://github.com/pingcap/tidb/blob/57ecfb9b466392853200e9ffebcdd6ebf631ab91/executor/update.go#L284-L293
https://github.com/pingcap/tidb/blob/57ecfb9b466392853200e9ffebcdd6ebf631ab91/executor/insert_common.go#L135-L142
It's better to check this in planer.