mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadable
This commit is contained in:
parent
6c91be54b1
commit
c22ef4df26
10 changed files with 20 additions and 20 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue