pingcap/tidb
Voir sur GitHubMove the check for `_tidb_rowid` from executor to planner
Open
#14 221 ouverte le 25 déc. 2019
help wantedtype/enhancement
Métriques du dépôt
- Stars
- (40 090 stars)
- Métriques de merge PR
- (Merge moyen 14j 4h) (346 PRs mergées en 30 j)
Description
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.