mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
InnoDB cleanup: eliminate IB__FILE__
This commit is contained in:
parent
3c87eda7ee
commit
a5cca9df64
27 changed files with 212 additions and 213 deletions
|
|
@ -3042,7 +3042,7 @@ loop:
|
|||
if (page) {
|
||||
ibool success = buf_page_get_known_nowait(RW_X_LATCH, page,
|
||||
BUF_KEEP_OLD,
|
||||
IB__FILE__, __LINE__,
|
||||
__FILE__, __LINE__,
|
||||
&mtr);
|
||||
ut_a(success);
|
||||
#ifdef UNIV_SYNC_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue