1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-10 19:44:09 +03:00

Forward port r133 from branches/5.0:

Remember to use noninlined versions of the functions
on ha_innodb.cc !
This commit is contained in:
jan
2006-01-17 13:08:48 +00:00
parent 0695353e23
commit 04e8d675c5

View File

@@ -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;
}