We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02d736 commit f6b1e0fCopy full SHA for f6b1e0f
storage/innobase/lock/lock0lock.c
@@ -989,7 +989,7 @@ lock_rec_has_to_wait(
989
990
if (wsrep_debug) {
991
fprintf(stderr,
992
- "BF-BF lock conflict, locking: %d \n",
+ "BF-BF lock conflict, locking: %lu \n",
993
for_locking);
994
lock_rec_print(stderr, lock2);
995
}
storage/xtradb/lock/lock0lock.c
@@ -990,7 +990,7 @@ lock_rec_has_to_wait(
996
0 commit comments