Description[sql] Remove misleading AutoRecoverTable() parameter.
|extend_columns| was intended to be used in the case where the target
schema differed slightly from the schema of the table being recovered.
Unfortunately, it actually implemented part of the solution for when the
target has fewer columns and described it as the solution for when the
target has more columns. Remove the unnecessary code and parameter.
[In general, table schema only add new columns, removing is more
infrequent.]
BUG=none
Committed: https://crrev.com/6f68bd3907164c404842a54b217fe048ebf80f93
Cr-Commit-Position: refs/heads/master@{#373586}
Patch Set 1 #Patch Set 2 : Give me a night to think about it, and I'll make a pointless change. #
Total comments: 3
Dependent Patchsets: Messages
Total messages: 17 (6 generated)
|