24#ifndef DD__OBJECT_TABLE_IMPL_INCLUDED
25#define DD__OBJECT_TABLE_IMPL_INCLUDED
113 const Properties &table_def_properties)
const override;
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: object_table_definition_impl.h:44
const String_type & get_table_name() const
Definition: object_table_definition_impl.h:212
Definition: object_table_impl.h:36
Object_table_impl()
Definition: object_table_impl.cc:34
Object_table_definition_impl * target_table_definition() override
Get the target definition for the dictionary table.
Definition: object_table_impl.h:94
~Object_table_impl() override=default
Object_table_impl(const String_type &schema_name, const String_type &table_name, const String_type &ddl_statement)
Definition: object_table_impl.h:75
void set_hidden(bool hidden) override
Mark the dictionary table as hidden or visible.
Definition: object_table_impl.h:124
void set_abandoned(uint last_dd_version) const override
Mark the target definition for the dictionary table as abandoned.
Definition: object_table_impl.h:102
Common_option
Definition: object_table_impl.h:46
bool populate(THD *) const override
Execute low level code for populating the table.
Definition: object_table_impl.h:120
const Object_table_definition_impl * target_table_definition() const override
Definition: object_table_impl.h:98
bool m_hidden
Definition: object_table_impl.h:42
uint m_last_dd_version
Definition: object_table_impl.h:38
bool m_actual_present
Definition: object_table_impl.h:40
bool is_abandoned() const override
Check if the dictionary table is abandoned.
Definition: object_table_impl.h:106
Object_table_definition_impl m_actual_def
Definition: object_table_impl.h:41
Common_index
Definition: object_table_impl.h:62
const Object_table_definition_impl * actual_table_definition() const override
Get the actual definition for the dictionary table.
Definition: object_table_impl.h:108
bool set_actual_table_definition(const Properties &table_def_properties) const override
Set the actual definition for the dictionary table.
Definition: object_table_impl.cc:55
Object_table_definition_impl m_target_def
Definition: object_table_impl.h:39
Common_field
Definition: object_table_impl.h:69
virtual int field_number(int target_field_number, const String_type &field_label) const
Definition: object_table_impl.cc:61
const String_type & name() const override
Get the table name used by the target definition for the dictionary table.
Definition: object_table_impl.h:90
bool is_hidden() const override
Check if the table should be hidden.
Definition: object_table_impl.h:122
This class represents all data dictionary table like mysql.tables, mysql.columns and more.
Definition: object_table.h:72
The Properties class defines an interface for storing key=value pairs, where both key and value may b...
Definition: properties.h:74
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
const char * table_name
Definition: rules_table_service.cc:56