Skip to content

Commit 981a810

Browse files
committed
Merge 10.2 into 10.3
2 parents 22eb146 + 64d26ec commit 981a810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/innobase/btr/btr0scrub.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ btr_scrub_lock_dict_func(ulint space_id, bool lock_to_close_table,
147147

148148
if (now >= last + 30) {
149149
fprintf(stderr,
150-
"WARNING: %s:%u waited " TIMETPF " seconds for"
150+
"WARNING: %s:%u waited %ld seconds for"
151151
" dict_sys lock, space: " ULINTPF
152152
" lock_to_close_table: %d\n",
153-
file, line, now - start, space_id,
153+
file, line, long(now - start), space_id,
154154
lock_to_close_table);
155155

156156
last = now;

0 commit comments

Comments
 (0)