Commit 3fdd9c1c authored by Marko Mäkelä's avatar Marko Mäkelä Committed by Aleksey Midenkov

Correct a comment

parent 86b590c0
...@@ -484,8 +484,7 @@ struct upd_t{ ...@@ -484,8 +484,7 @@ struct upd_t{
return(false); return(false);
} }
/** Determine if the update affects a system versioned column. /** Determine if the update affects a system versioned column. */
@param[in] index the clustered index that is being updated */
bool affects_versioned() const bool affects_versioned() const
{ {
for (ulint i = 0; i < n_fields; i++) { for (ulint i = 0; i < n_fields; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment