trx_start_for_ddl_low(): Remove dangerous error-tolerance
A dictionary transaction must be flagged as such before it has generated any undo log records. This is because trx_undo_assign_undo() will mark the transaction as a dictionary transaction in the undo log header right before the very first undo log record is being written.
Showing
Please register or sign in to comment