• Monty's avatar
    Change THD->transaction to a pointer to enable multiple transactions · d1d47264
    Monty authored
    All changes (except one) is of type
    thd->transaction.  -> thd->transaction->
    
    thd->transaction points by default to 'thd->default_transaction'
    This allows us to 'easily' have multiple active transactions for a
    THD object, like when reading data from the mysql.proc table
    d1d47264
log.cc 329 KB