summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0buf.ic
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2008-10-15 20:54:18 +0200
committerMikael Ronstrom <mikael@mysql.com>2008-10-15 20:54:18 +0200
commit1732095b7dc4026a0bb25d6b612d15c3f3ff28b7 (patch)
tree0e544d3d36c291cd92de5c60cecaeaba75e39f4c /storage/innobase/include/buf0buf.ic
parent9daa56fd5ce3ccd33c32b5a505ac1d2b2c437460 (diff)
downloadmariadb-git-1732095b7dc4026a0bb25d6b612d15c3f3ff28b7.tar.gz
Google SMP patch
Diffstat (limited to 'storage/innobase/include/buf0buf.ic')
-rw-r--r--storage/innobase/include/buf0buf.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/buf0buf.ic b/storage/innobase/include/buf0buf.ic
index b077ff0c181..4e96e13b8dc 100644
--- a/storage/innobase/include/buf0buf.ic
+++ b/storage/innobase/include/buf0buf.ic
@@ -513,7 +513,7 @@ buf_block_buf_fix_inc_debug(
{
ibool ret;
- ret = rw_lock_s_lock_func_nowait(&(block->debug_latch), file, line);
+ ret = rw_lock_s_lock_nowait(&(block->debug_latch), file, line);
ut_ad(ret == TRUE);
ut_ad(mutex_own(&block->mutex));