diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-07 17:33:33 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-07 17:33:33 +0200 |
commit | a2807e41e8fcac00711cf4465e910327bfd69fe2 (patch) | |
tree | c94b0a32226b09e8675f8b9b559a610c554cda6b /storage/xtradb/include/os0sync.ic | |
parent | 8ee9d19607d84aeebf97b704a19453f6a772299b (diff) | |
parent | 6cb3146af896eb7d27aed6815428008f105e8ae8 (diff) | |
download | mariadb-git-a2807e41e8fcac00711cf4465e910327bfd69fe2.tar.gz |
xtradb 5.6.17-65.0
Diffstat (limited to 'storage/xtradb/include/os0sync.ic')
-rw-r--r-- | storage/xtradb/include/os0sync.ic | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/storage/xtradb/include/os0sync.ic b/storage/xtradb/include/os0sync.ic index 33c238ceb47..9a7e520ece6 100644 --- a/storage/xtradb/include/os0sync.ic +++ b/storage/xtradb/include/os0sync.ic @@ -112,8 +112,10 @@ pfs_os_fast_mutex_lock( PSI_mutex_locker* locker; PSI_mutex_locker_state state; - locker = PSI_MUTEX_CALL(start_mutex_wait)(&state, fast_mutex->pfs_psi, - PSI_MUTEX_LOCK, file_name, line); + locker = PSI_MUTEX_CALL(start_mutex_wait)( + &state, fast_mutex->pfs_psi, + PSI_MUTEX_LOCK, file_name, + static_cast<uint>(line)); os_fast_mutex_lock_func(&fast_mutex->mutex); |