mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
pfs_os_file_read_no_error_handling_int_fd_func(): Remove a variable
This commit is contained in:
parent
3d7915f000
commit
03a80e20f7
1 changed files with 2 additions and 2 deletions
|
@ -372,9 +372,9 @@ pfs_os_file_read_no_error_handling_int_fd_func(
|
||||||
locker, n,
|
locker, n,
|
||||||
__FILE__, __LINE__);
|
__FILE__, __LINE__);
|
||||||
}
|
}
|
||||||
ulint fulfilled;
|
|
||||||
bool success = DB_SUCCESS == os_file_read_no_error_handling_func(
|
bool success = DB_SUCCESS == os_file_read_no_error_handling_func(
|
||||||
type, OS_FILE_FROM_FD(file), buf, offset, n, &fulfilled);
|
type, OS_FILE_FROM_FD(file), buf, offset, n, NULL);
|
||||||
|
|
||||||
if (locker != NULL) {
|
if (locker != NULL) {
|
||||||
PSI_FILE_CALL(end_file_wait)(locker, n);
|
PSI_FILE_CALL(end_file_wait)(locker, n);
|
||||||
|
|
Loading…
Add table
Reference in a new issue