diff options
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r-- | sql/sql_insert.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 3169efbefe6..78564f28c31 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -2529,7 +2529,8 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd) sizeof(MY_BITMAP)))) goto error; - if (parse_vcol_defs(client_thd, client_thd->mem_root, copy, &error_reported)) + if (parse_vcol_defs(client_thd, client_thd->mem_root, copy, &error_reported, + VCOL_INIT_DEPENDENCY_FAILURE_IS_WARNING)) goto error; } |