diff options
Diffstat (limited to 'storage/innobase/include/trx0sys.ic')
-rw-r--r-- | storage/innobase/include/trx0sys.ic | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/storage/innobase/include/trx0sys.ic b/storage/innobase/include/trx0sys.ic index f03535c53b3..1c805ead4b3 100644 --- a/storage/innobase/include/trx0sys.ic +++ b/storage/innobase/include/trx0sys.ic @@ -192,18 +192,6 @@ trx_write_trx_id( } /*****************************************************************//** -Check if slot-id is reserved slot-id for noredo rsegs. */ -UNIV_INLINE -bool -trx_sys_is_noredo_rseg_slot( -/*========================*/ - ulint slot_id) /*!< in: slot_id to check */ -{ - /* Slots allocated from temp-tablespace are no-redo slots. */ - return(slot_id > 0 && slot_id < (srv_tmp_undo_logs + 1)); -} - -/*****************************************************************//** Reads a trx id from an index page. In case that the id size changes in some future version, this function should be used instead of mach_read_... |