diff options
Diffstat (limited to 'innobase/include/buf0buf.ic')
-rw-r--r-- | innobase/include/buf0buf.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/buf0buf.ic b/innobase/include/buf0buf.ic index 24ada36bca2..1ecc6f34a78 100644 --- a/innobase/include/buf0buf.ic +++ b/innobase/include/buf0buf.ic @@ -558,7 +558,7 @@ buf_page_get_release_on_io( frame = buf_page_get_gen(space, offset, rw_latch, guess, BUF_GET_IF_IN_POOL, #ifdef UNIV_SYNC_DEBUG - __FILE__, __LINE__, + IB__FILE__, __LINE__, #endif mtr); if (frame != NULL) { |