diff options
Diffstat (limited to 'storage/innobase/include/lock0lock.ic')
-rw-r--r-- | storage/innobase/include/lock0lock.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/lock0lock.ic b/storage/innobase/include/lock0lock.ic index c7a71bb45d8..feec460bec8 100644 --- a/storage/innobase/include/lock0lock.ic +++ b/storage/innobase/include/lock0lock.ic @@ -47,7 +47,7 @@ lock_rec_hash( ulint page_no)/* in: page number */ { return(hash_calc_hash(lock_rec_fold(space, page_no), - lock_sys->rec_hash)); + lock_sys->rec_hash)); } /************************************************************************* |