24#ifndef DD_SYSTEM_VIEWS__INNODB_FOREIGN_COLS_INCLUDED
25#define DD_SYSTEM_VIEWS__INNODB_FOREIGN_COLS_INCLUDED
31namespace system_views {
Definition: innodb_foreign_cols.h:38
Innodb_foreign_cols()
Definition: innodb_foreign_cols.cc:34
static const String_type & view_name()
Definition: innodb_foreign_cols.h:51
enum_fields
Definition: innodb_foreign_cols.h:40
@ FIELD_FOREIGN_ID
Definition: innodb_foreign_cols.h:41
@ FIELD_COL_POS
Definition: innodb_foreign_cols.h:44
@ FIELD_FOR_COL_NAME
Definition: innodb_foreign_cols.h:42
@ FIELD_REF_COL_NAME
Definition: innodb_foreign_cols.h:43
static const Innodb_foreign_cols & instance()
Definition: innodb_foreign_cols.cc:29
const String_type & name() const override
Definition: innodb_foreign_cols.h:56
Definition: system_view_impl.h:33
const dd::String_type s_view_name
Definition: columns_extensions.cc:41
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