* dlenev@stripped <dlenev@stripped> [08/04/25 13:28]:
> }
>
> - if (*trx->mysql_query_str) {
> + /* In --foreign-key-all-engines mode creation of 'native'
> + InnoDB foreign key constraints shoudl be disabled. */
^^
> + if (!opt_fk_all_engines && *trx->mysql_query_str) {
> error = row_table_add_foreign_constraints(trx,
> *trx->mysql_query_str, norm_name,
> create_info->options & HA_LEX_CREATE_TMP_TABLE);
OK to push. Please send this patch to dev-innodb@stripped and
innodb_dev_ww@stripped.
External engines don't yet have access to 6.1 tree. We should perhaps
publish it later, after the migration which is under way.
--
Konstantin Osipov Moscow, Russia
MySQL Server Runtime Team Lead Database Group, Sun Microsystems