summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 1936cbc56f8..7d2e67b5cfd 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -685,7 +685,7 @@ static bool read_ddl_log_file_entry(uchar *file_entry_buf,
DBUG_ASSERT(io_size >= size);
if (mysql_file_pread(file_id, file_entry_buf, size, ((my_off_t)io_size) * entry_no,
- MYF(MY_FNABP)) != size)
+ MYF(MY_WME)) != size)
error= TRUE;
DBUG_RETURN(error);
}