List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:April 25 2008 11:26pm
Subject:Re: bk commit into 6.1 tree (dlenev:1.2609) BUG#35519
View as plain text  
* 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
Thread
bk commit into 6.1 tree (dlenev:1.2609) BUG#35519dlenev25 Apr
  • Re: bk commit into 6.1 tree (dlenev:1.2609) BUG#35519Konstantin Osipov25 Apr