Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m authored and midenok committed Nov 28, 2017
1 parent 86b590c commit 3fdd9c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/innobase/include/row0upd.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@ struct upd_t{
return(false);
}

/** Determine if the update affects a system versioned column.
@param[in] index the clustered index that is being updated */
/** Determine if the update affects a system versioned column. */
bool affects_versioned() const
{
for (ulint i = 0; i < n_fields; i++) {
Expand Down

0 comments on commit 3fdd9c1

Please sign in to comment.