24#ifndef DD__TABLE_STAT_IMPL_INCLUDED
25#define DD__TABLE_STAT_IMPL_INCLUDED
46class Open_dictionary_tables_ctx;
Definition: entity_object_impl.h:44
void set_name(const String_type &name) override
Definition: entity_object_impl.h:62
Object_id id() const override
The unique dictionary object id.
Definition: entity_object_impl.h:49
const String_type & name() const override
Definition: entity_object_impl.h:60
Entity_object_impl * impl() override
Definition: entity_object_impl.h:68
bool is_persistent() const override
Is dictionary object persistent in dictionary tables ?
Definition: entity_object_impl.h:57
Definition: object_key.h:38
This class represents all data dictionary table like mysql.tables, mysql.columns and more.
Definition: object_table.h:72
Auxiliary class for opening dictionary tables.
Definition: transaction_impl.h:76
Definition: raw_record.h:46
Definition: table_stat_impl.h:54
ulonglong data_length() const override
Definition: table_stat_impl.h:126
String_type m_schema_name
Definition: table_stat_impl.h:230
void set_table_rows(ulonglong table_rows) override
Definition: table_stat_impl.h:108
ulonglong m_check_time
Definition: table_stat_impl.h:242
ulonglong check_time() const override
Definition: table_stat_impl.h:192
ulonglong m_data_free
Definition: table_stat_impl.h:238
ulonglong m_cached_time
Definition: table_stat_impl.h:243
ulonglong m_auto_increment
Definition: table_stat_impl.h:239
const Object_table & object_table() const override
Definition: table_stat_impl.cc:155
ulonglong data_free() const override
Definition: table_stat_impl.h:156
const String_type & name() const override
Definition: table_stat_impl.h:221
ulonglong table_rows() const override
Definition: table_stat_impl.h:106
void set_check_time(ulonglong check_time) override
Definition: table_stat_impl.h:194
const String_type & table_name() const override
Definition: table_stat_impl.h:96
void debug_print(String_type &outb) const override
Definition: table_stat_impl.cc:102
void set_table_name(const String_type &table_name) override
Definition: table_stat_impl.h:98
bool has_new_primary_key() const override
Indicates that object is guaranteed to have primary key value which doesn't exist in database (e....
Definition: table_stat_impl.cc:131
ulonglong m_index_length
Definition: table_stat_impl.h:237
ulonglong index_length() const override
Definition: table_stat_impl.h:146
void set_data_length(ulonglong data_length) override
Definition: table_stat_impl.h:128
ulonglong m_table_rows
Definition: table_stat_impl.h:233
void set_schema_name(const String_type &schema_name) override
Definition: table_stat_impl.h:88
Object_id id() const override
The unique dictionary object id.
Definition: table_stat_impl.h:217
Table_stat_impl()
Definition: table_stat_impl.h:56
void set_name(const String_type &name) override
Definition: table_stat_impl.h:224
void set_checksum(ulonglong checksum) override
Definition: table_stat_impl.h:176
ulonglong m_max_data_length
Definition: table_stat_impl.h:236
ulonglong update_time() const override
Definition: table_stat_impl.h:182
bool validate() const override
Definition: table_stat_impl.cc:48
ulonglong avg_row_length() const override
Definition: table_stat_impl.h:116
ulonglong checksum() const override
Definition: table_stat_impl.h:174
Entity_object_impl * impl() override
Definition: table_stat_impl.h:213
ulonglong m_update_time
Definition: table_stat_impl.h:241
const Entity_object_impl * impl() const override
Definition: table_stat_impl.h:214
void set_update_time(ulonglong update_time) override
Definition: table_stat_impl.h:184
ulonglong m_data_length
Definition: table_stat_impl.h:235
ulonglong max_data_length() const override
Definition: table_stat_impl.h:136
void set_avg_row_length(ulonglong avg_row_length) override
Definition: table_stat_impl.h:118
const String_type & schema_name() const override
Definition: table_stat_impl.h:86
Object_key * create_primary_key() const override
Definition: table_stat_impl.cc:125
static void register_tables(Open_dictionary_tables_ctx *otx)
Definition: table_stat_impl.cc:161
void set_cached_time(ulonglong cached_time) override
Definition: table_stat_impl.h:204
String_type m_table_name
Definition: table_stat_impl.h:231
ulonglong auto_increment() const override
Definition: table_stat_impl.h:164
void set_data_free(ulonglong data_free) override
Definition: table_stat_impl.h:158
void set_auto_increment(ulonglong auto_increment) override
Definition: table_stat_impl.h:166
bool store_attributes(Raw_record *r) override
Definition: table_stat_impl.cc:81
void set_max_data_length(ulonglong max_data_length) override
Definition: table_stat_impl.h:138
ulonglong cached_time() const override
Definition: table_stat_impl.h:202
ulonglong m_avg_row_length
Definition: table_stat_impl.h:234
void set_index_length(ulonglong index_length) override
Definition: table_stat_impl.h:148
bool restore_attributes(const Raw_record &r) override
Definition: table_stat_impl.cc:60
bool is_persistent() const override
Is dictionary object persistent in dictionary tables ?
Definition: table_stat_impl.h:218
ulonglong m_checksum
Definition: table_stat_impl.h:240
Definition: table_stat.h:43
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
unsigned long long Object_id
Definition: object_id.h:31
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:86