mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
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.
This commit is contained in:
parent
bb75aaa421
commit
5f00f83bd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue