The world's most popular open source database
#include <handler.h>
Collaboration diagram for st_ha_create_information:

Public Attributes | |
| CHARSET_INFO * | table_charset |
| 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 |
| SQL_LIST | merge_list |
| handlerton * | db_type |
| enum row_type | row_type |
| uint | null_bits |
| uint | options |
| uint | merge_insert_method |
| uint | extra_size |
| bool | table_existed |
| bool | frm_only |
| bool | varchar |
| bool | store_on_disk |
Definition at line 723 of file handler.h.
| const char* st_ha_create_information::alias |
Definition at line 732 of file handler.h.
Referenced by ha_archive::create(), mysql_alter_table(), ha_archive::update_create_info(), ha_myisam::update_create_info(), and ha_heap::update_create_info().
Definition at line 734 of file handler.h.
Referenced by create_frm(), mysql_alter_table(), and update_create_info_from_table().
Definition at line 728 of file handler.h.
Referenced by mysql_alter_table(), and mysql_create_frm().
| const char* st_ha_create_information::data_file_name |
Definition at line 729 of file handler.h.
Referenced by mysql_create_table_internal(), ha_archive::update_create_info(), and ha_myisam::update_create_info().
Definition at line 738 of file handler.h.
Referenced by check_engine(), compare_tables(), create_frm(), create_table_from_items(), mysql_alter_table(), mysql_create_frm(), mysql_create_like_table(), and mysql_create_table_internal().
Definition at line 725 of file handler.h.
Referenced by compare_tables(), create_frm(), sp_head::fill_field_definition(), fill_schema_shemata(), get_dbopt(), mysql_alter_db(), mysql_alter_table(), mysql_change_db(), mysql_prepare_table(), mysql_rename_db(), mysqld_show_create_db(), put_dbopt(), set_table_default_charset(), update_create_info_from_table(), and write_db_opt().
| const char * st_ha_create_information::index_file_name |
Definition at line 729 of file handler.h.
Referenced by mysql_create_table_internal(), and ha_myisam::update_create_info().
Definition at line 731 of file handler.h.
Referenced by create_frm(), mysql_alter_table(), mysql_create_frm(), and update_create_info_from_table().
Definition at line 731 of file handler.h.
Referenced by create_frm(), mysql_alter_table(), mysql_create_frm(), and update_create_info_from_table().
Definition at line 741 of file handler.h.
Referenced by check_engine(), create_frm(), create_table_from_items(), mysql_alter_table(), mysql_create_db(), mysql_create_frm(), mysql_create_like_table(), mysql_create_table_internal(), and mysqld_show_create_db().
| const char* st_ha_create_information::password |
Definition at line 739 of file handler.h.
Referenced by compare_tables(), create_frm(), mysql_alter_table(), mysql_create_table_internal(), mysql_prepare_table(), and update_create_info_from_table().
Definition at line 725 of file handler.h.
Referenced by mysql_prepare_table(), and update_create_info_from_table().
Definition at line 733 of file handler.h.
Referenced by compare_tables(), create_frm(), mysql_alter_table(), mysql_create_frm(), mysql_create_like_table(), mysql_create_table_internal(), and update_create_info_from_table().
| const char * st_ha_create_information::tablespace |
Definition at line 735 of file handler.h.
Referenced by check_engine(), compare_tables(), mysql_alter_table(), mysql_create_table_internal(), store_create_info(), ha_archive::update_create_info(), ha_myisammrg::update_create_info(), ha_myisam::update_create_info(), and ha_heap::update_create_info().
1.4.7

