mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277) innobase/trx/trx0trx.c: If MySQL wrote to its binlog, but for some reason trx->update_undo and trx->insert_undo were NULL in InnoDB, then trx->commit_lsn was garbage, and InnoDB could assert in the log flush of trx_commit_complete_for_mysql() (Bug #9277) |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| makefilewin | ||
| trx0purge.c | ||
| trx0rec.c | ||
| trx0roll.c | ||
| trx0rseg.c | ||
| trx0sys.c | ||
| trx0trx.c | ||
| trx0undo.c | ||