Skip to content

Commit adc38ed

Browse files
committed
Restore MY_WME flag for my_pread in read_ddl_log_entry, fix errors in buildbot
1 parent 96b62b5 commit adc38ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_table.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ static bool read_ddl_log_file_entry(uchar *file_entry_buf,
685685
DBUG_ASSERT(io_size >= size);
686686

687687
if (mysql_file_pread(file_id, file_entry_buf, size, ((my_off_t)io_size) * entry_no,
688-
MYF(MY_FNABP)) != size)
688+
MYF(MY_WME)) != size)
689689
error= TRUE;
690690
DBUG_RETURN(error);
691691
}

0 commit comments

Comments
 (0)