Class: Innodb::Page::SysDataDictionaryHeader::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#fsegObject

Returns the value of attribute fseg

Returns:

  • (Object)

    the current value of fseg



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def fseg
  @fseg
end

#indexesObject

Returns the value of attribute indexes

Returns:

  • (Object)

    the current value of indexes



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def indexes
  @indexes
end

#max_index_idObject

Returns the value of attribute max_index_id

Returns:

  • (Object)

    the current value of max_index_id



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def max_index_id
  @max_index_id
end

#max_row_idObject

Returns the value of attribute max_row_id

Returns:

  • (Object)

    the current value of max_row_id



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def max_row_id
  @max_row_id
end

#max_space_idObject

Returns the value of attribute max_space_id

Returns:

  • (Object)

    the current value of max_space_id



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def max_space_id
  @max_space_id
end

#max_table_idObject

Returns the value of attribute max_table_id

Returns:

  • (Object)

    the current value of max_table_id



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def max_table_id
  @max_table_id
end

#unused_mix_id_lowObject

Returns the value of attribute unused_mix_id_low

Returns:

  • (Object)

    the current value of unused_mix_id_low



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def unused_mix_id_low
  @unused_mix_id_low
end

#unused_spaceObject

Returns the value of attribute unused_space

Returns:

  • (Object)

    the current value of unused_space



6
7
8
# File 'lib/innodb/page/sys_data_dictionary_header.rb', line 6

def unused_space
  @unused_space
end