Commit fd93a09e authored by jan's avatar jan

Port r388 from trunk: Remove assertion ut_error which crashes the mysqld

server if it prints a warning about the adaptive latch. 
parent a0553ca9
......@@ -1013,7 +1013,6 @@ innobase_query_caching_of_table_permitted(
mutex_enter_noninline(&kernel_mutex);
trx_print(stderr, trx, 1024);
mutex_exit_noninline(&kernel_mutex);
ut_error;
}
innobase_release_stat_resources(trx);
......
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