Commit b44eab8e authored by marko's avatar marko

lock_number_of_rows_locked(): Fix a typo in comment, and make the comments

in lock0lock.c and lock0lock.h identical.  The typo was incorrectly fixed in
r1623.
parent 1646ac75
......@@ -609,7 +609,7 @@ lock_validate(void);
/* out: TRUE if ok */
/*************************************************************************
Return approximate number or record locks (bits set in the bitmap) for
this transaction. Since delete-marked records maybe removed, the
this transaction. Since delete-marked records may be removed, the
record count will not be precise. */
ulint
......
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