MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadable

This commit is contained in:
Marko Mäkelä 2017-05-06 15:54:31 +03:00
commit c22ef4df26
10 changed files with 20 additions and 20 deletions

View file

@ -1656,7 +1656,7 @@ row_ins_check_foreign_constraint(
}
if (check_table == NULL
|| check_table->file_unreadable
|| !check_table->is_readable()
|| check_index == NULL) {
if (!srv_read_only_mode && check_ref) {