Commit 73039c57 authored by marko's avatar marko

branches/5.1: lock_print_info_summary(): Remove a reference to

innobase_mysql_end_print_arbitrary_thd() that should have been
removed in r6347 when removing the function.
parent a2d5dcea
...@@ -4209,7 +4209,6 @@ lock_print_info_summary( ...@@ -4209,7 +4209,6 @@ lock_print_info_summary(
if (!nowait) { if (!nowait) {
lock_mutex_enter_kernel(); lock_mutex_enter_kernel();
} else if (mutex_enter_nowait(&kernel_mutex)) { } else if (mutex_enter_nowait(&kernel_mutex)) {
innobase_mysql_end_print_arbitrary_thd();
fputs("FAIL TO OBTAIN KERNEL MUTEX, " fputs("FAIL TO OBTAIN KERNEL MUTEX, "
"SKIP LOCK INFO PRINTING\n", file); "SKIP LOCK INFO PRINTING\n", file);
return(FALSE); return(FALSE);
......
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