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{
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++) {
......
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