mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
refs #55 fixed debug build compilation errors
This commit is contained in:
parent
b02d736560
commit
f6b1e0fe0a
2 changed files with 2 additions and 2 deletions
|
@ -989,7 +989,7 @@ lock_rec_has_to_wait(
|
|||
|
||||
if (wsrep_debug) {
|
||||
fprintf(stderr,
|
||||
"BF-BF lock conflict, locking: %d \n",
|
||||
"BF-BF lock conflict, locking: %lu \n",
|
||||
for_locking);
|
||||
lock_rec_print(stderr, lock2);
|
||||
}
|
||||
|
|
|
@ -990,7 +990,7 @@ lock_rec_has_to_wait(
|
|||
|
||||
if (wsrep_debug) {
|
||||
fprintf(stderr,
|
||||
"BF-BF lock conflict, locking: %d \n",
|
||||
"BF-BF lock conflict, locking: %lu \n",
|
||||
for_locking);
|
||||
lock_rec_print(stderr, lock2);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue