mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Fix Windows compiler error.
This commit is contained in:
parent
d4aef382fd
commit
bafe529af7
1 changed files with 1 additions and 1 deletions
|
@ -5377,7 +5377,7 @@ os_aio_windows_handle(
|
|||
|
||||
switch (slot->type) {
|
||||
case OS_FILE_WRITE:
|
||||
if (slot->message1 && slot->page_compression slot->page_compress_success && slot->page_buf) {
|
||||
if (slot->message1 && slot->page_compression && slot->page_compress_success && slot->page_buf) {
|
||||
ret_val = os_file_write(slot->name, slot->file, slot->page_buf,
|
||||
slot->offset, slot->len);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue