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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user