-
Shaohua Wang authored
WHEN FOREIGN_KEY_CHECKS IS 0 we commit trx in fts_create_index_tables, in which reset trx_t::check_foreigns to true. The solution is using fts_create_index_tables_low instead. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> RB: 11023
Shaohua Wang authoredWHEN FOREIGN_KEY_CHECKS IS 0 we commit trx in fts_create_index_tables, in which reset trx_t::check_foreigns to true. The solution is using fts_create_index_tables_low instead. Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com> RB: 11023
Loading