buildUpdateLists has some confusion with updatable-table and non-updatable table (eg: subquery with alias) #30031
Labels
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
new result of generated column stored should be 9
3. What did you see instead (Required)
11
4. What is your TiDB version? (Required)
master
some details: it is caused by the table name resolver confusion in build update (exactly in
b.buildUpdateLists
)The text was updated successfully, but these errors were encountered: