diff options
Diffstat (limited to 'storage/xtradb/include/os0file.h')
-rw-r--r-- | storage/xtradb/include/os0file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/include/os0file.h b/storage/xtradb/include/os0file.h index c476d14d51d..b153b0dba7f 100644 --- a/storage/xtradb/include/os0file.h +++ b/storage/xtradb/include/os0file.h @@ -290,7 +290,8 @@ The wrapper functions have the prefix of "innodb_". */ __FILE__, __LINE__) # define os_file_read_trx(file, buf, offset, offset_high, n, trx) \ - os_file_read_func(file, buf, offset, offset_high, n, trx) + pfs_os_file_read_func(file, buf, offset, offset_high, n, trx, \ + __FILE__, __LINE__) # define os_file_read_no_error_handling(file, buf, offset, \ offset_high, n) \ |