SHOW LAST INSERT

    • TransactionId: transaction id
    • Database: the database corresponding to the insert
    • Table: the table corresponding to the insert
    • TransactionStatus: the status of the transaction
      • PREPARE: preparation phase
      • COMMITTED: The transaction is successful, but the data is not visible
      • VISIBLE: The transaction is successful and the data is visible
      • ABORTED: The transaction failed.
    • LoadedRows: Number of rows imported