23#ifndef DD__CHARSET_IMPL_INCLUDED
24#define DD__CHARSET_IMPL_INCLUDED
41class Open_dictionary_tables_ctx;
115 "CHARSET OBJECT: {OID: %lld}, name= %s, "
116 "collation_id= {OID: %lld}, mb_max_length= %u, "
137 placeholder->
set_id(
id());
Definition: charset_impl.h:48
Charset_impl()
Definition: charset_impl.h:50
uint m_mb_max_length
Definition: charset_impl.h:124
bool store_attributes(Raw_record *r) override
Definition: charset_impl.cc:68
bool restore_attributes(const Raw_record &r) override
Definition: charset_impl.cc:53
static void register_tables(Open_dictionary_tables_ctx *otx)
Definition: charset_impl.cc:98
const String_type & comment() const override
Definition: charset_impl.h:91
void set_name(const String_type &name) override
Definition: charset_impl.h:107
const Entity_object_impl * impl() const override
Definition: charset_impl.h:97
Charset * clone_dropped_object_placeholder() const override
Allocate a new object which can serve as a placeholder for the original object in the Dictionary_clie...
Definition: charset_impl.h:131
String_type m_comment
Definition: charset_impl.h:125
const String_type & name() const override
Definition: charset_impl.h:104
const Object_table & object_table() const override
Definition: charset_impl.cc:92
Object_id id() const override
The unique dictionary object id.
Definition: charset_impl.h:100
Charset * clone() const override
Allocate a new object and invoke the copy constructor.
Definition: charset_impl.h:129
uint mb_max_length() const override
Definition: charset_impl.h:81
void debug_print(String_type &outb) const override
Definition: charset_impl.h:112
void set_default_collation_id(Object_id collation_id) override
Definition: charset_impl.h:73
bool is_persistent() const override
Is dictionary object persistent in dictionary tables ?
Definition: charset_impl.h:101
Object_id default_collation_id() const override
Definition: charset_impl.h:69
virtual void set_mb_max_length(uint mb_max_length)
Definition: charset_impl.h:83
bool validate() const override
Definition: charset_impl.cc:41
virtual void set_comment(const String_type &comment)
Definition: charset_impl.h:93
Entity_object_impl * impl() override
Definition: charset_impl.h:96
Object_id m_default_collation_id
Definition: charset_impl.h:127
Definition: entity_object_impl.h:43
void set_name(const String_type &name) override
Definition: entity_object_impl.h:61
void set_id(Object_id id)
Definition: entity_object_impl.h:50
Object_id id() const override
The unique dictionary object id.
Definition: entity_object_impl.h:48
const String_type & name() const override
Definition: entity_object_impl.h:59
Entity_object_impl * impl() override
Definition: entity_object_impl.h:67
bool is_persistent() const override
Is dictionary object persistent in dictionary tables ?
Definition: entity_object_impl.h:56
This class represents all data dictionary table like mysql.tables, mysql.columns and more.
Definition: object_table.h:71
Auxiliary class for opening dictionary tables.
Definition: transaction_impl.h:75
Definition: raw_record.h:45
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
unsigned long long Object_id
Definition: object_id.h:30
const Object_id INVALID_OBJECT_ID
The default object ID which represents that the DD object is new and not persistent in dictionary tab...
Definition: object_id.h:36
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:50
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:85