Commit 04e8d675 authored by jan's avatar jan

Forward port r133 from branches/5.0:

Remember to use noninlined versions of the functions
on ha_innodb.cc !
parent 0695353e
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment