diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-11-27 16:38:21 +0200 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-11-28 11:32:11 +0300 |
commit | 3fdd9c1ccc0f9be2400c2cd7f7b3f8729744b53b (patch) | |
tree | 459946914988182b03b777750b8f65deab8ea610 /storage/innobase/include/row0upd.h | |
parent | 86b590c064004254ae2b824fd88395918370d72c (diff) | |
download | mariadb-git-3fdd9c1ccc0f9be2400c2cd7f7b3f8729744b53b.tar.gz |
Correct a comment
Diffstat (limited to 'storage/innobase/include/row0upd.h')
-rw-r--r-- | storage/innobase/include/row0upd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/include/row0upd.h b/storage/innobase/include/row0upd.h index 7d30deb03e7..0b149b63182 100644 --- a/storage/innobase/include/row0upd.h +++ b/storage/innobase/include/row0upd.h @@ -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++) { |