|
My Project
|
Public Attributes | |
| const CHARSET_INFO * | table_charset |
| const CHARSET_INFO * | default_table_charset |
| LEX_STRING | connect_string |
| const char * | password |
| const char * | tablespace |
| LEX_STRING | comment |
| const char * | data_file_name |
| const char * | index_file_name |
| const char * | alias |
| ulonglong | max_rows |
| ulonglong | min_rows |
| ulonglong | auto_increment_value |
| ulong | table_options |
| ulong | avg_row_length |
| ulong | used_fields |
| ulong | key_block_size |
| uint | stats_sample_pages |
| enum_stats_auto_recalc | stats_auto_recalc |
| SQL_I_List< TABLE_LIST > | merge_list |
| handlerton * | db_type |
| enum row_type | row_type |
| uint | null_bits |
| uint | options |
| uint | merge_insert_method |
| uint | extra_size |
| bool | varchar |
| enum ha_storage_media | storage_media |
Row type of the table definition.
Defaults to ROW_TYPE_DEFAULT for all non-ALTER statements. For ALTER TABLE defaults to ROW_TYPE_NOT_USED (means "keep the current").
Can be changed either explicitly by the parser. If nothing speficied inherits the value of the original table (if present).
1.7.6.1