From 04e8d675c54d2d69e3929882cd6c3a34b1f78889 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 17 Jan 2006 13:08:48 +0000 Subject: [PATCH] Forward port r133 from branches/5.0: Remember to use noninlined versions of the functions on ha_innodb.cc ! --- handler/ha_innodb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handler/ha_innodb.cc b/handler/ha_innodb.cc index 50034002c4a..988b81c56e3 100644 --- a/handler/ha_innodb.cc +++ b/handler/ha_innodb.cc @@ -1001,9 +1001,9 @@ innobase_query_caching_of_table_permitted( "search, latch though calling " "innobase_query_caching_of_table_permitted."); - mutex_enter(&kernel_mutex); + mutex_enter_noninline(&kernel_mutex); trx_print(stderr, trx, 1024); - mutex_exit(&kernel_mutex); + mutex_exit_noninline(&kernel_mutex); ut_error; }