You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #31634 an extra column info was added for getting the Physical Table ID as a column. That column cannot be NULL, but it is not marked as such in the colInfo.Flag.
So to make this more clear we should add mysql.NotNullFlag to that field in NewExtraPhysTblIDColInfo() (and also NewExtraPartitionIDColInfo()
The text was updated successfully, but these errors were encountered:
Enhancement
In #31634 an extra column info was added for getting the Physical Table ID as a column. That column cannot be NULL, but it is not marked as such in the
colInfo.Flag
.So to make this more clear we should add mysql.NotNullFlag to that field in
NewExtraPhysTblIDColInfo()
(and alsoNewExtraPartitionIDColInfo()
The text was updated successfully, but these errors were encountered: