Class: Innodb::Page::TrxSys::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/page/trx_sys.rb

Instance Attribute Summary collapse

Instance Attribute Details

#binary_logObject

Returns the value of attribute binary_log

Returns:

  • (Object)

    the current value of binary_log



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def binary_log
  @binary_log
end

#doublewriteObject

Returns the value of attribute doublewrite

Returns:

  • (Object)

    the current value of doublewrite



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def doublewrite
  @doublewrite
end

#fsegObject

Returns the value of attribute fseg

Returns:

  • (Object)

    the current value of fseg



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def fseg
  @fseg
end

#master_logObject

Returns the value of attribute master_log

Returns:

  • (Object)

    the current value of master_log



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def master_log
  @master_log
end

#rsegsObject

Returns the value of attribute rsegs

Returns:

  • (Object)

    the current value of rsegs



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def rsegs
  @rsegs
end

#trx_idObject

Returns the value of attribute trx_id

Returns:

  • (Object)

    the current value of trx_id



48
49
50
# File 'lib/innodb/page/trx_sys.rb', line 48

def trx_id
  @trx_id
end