mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -5293,7 +5293,7 @@ int TABLE::verify_constraints(bool ignore_failure)
|
||||
field_error.append((*chk)->name.str);
|
||||
my_error(ER_CONSTRAINT_FAILED,
|
||||
MYF(ignore_failure ? ME_JUST_WARNING : 0), field_error.c_ptr(),
|
||||
s->db.str, s->error_table_name());
|
||||
s->db.str, s->table_name.str);
|
||||
return ignore_failure ? VIEW_CHECK_SKIP : VIEW_CHECK_ERROR;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user