• Marko Mäkelä's avatar
    trx_start_for_ddl_low(): Remove dangerous error-tolerance · c55615e6
    Marko Mäkelä authored
    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.
    c55615e6
trx0trx.cc 80.9 KB