Browse Source
Rename InnoDB transaction undo logging predicates.
Rename InnoDB transaction undo logging predicates.
trx::has_logged_persistent(): Renamed from trx_is_redo_rseg_updated(). Determines if a transaction has generated any persistent undo log. trx::has_logged(): Renamed from trx_is_rseg_updated(). Determines if a transaction has generated any undo log.pull/349/head
6 changed files with 26 additions and 46 deletions
-
12storage/innobase/handler/ha_innodb.cc
-
2storage/innobase/handler/handler0alter.cc
-
21storage/innobase/include/trx0trx.h
-
23storage/innobase/include/trx0trx.ic
-
6storage/innobase/trx/trx0roll.cc
-
8storage/innobase/trx/trx0trx.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue