MySQL 8.4.1
Source Code Documentation
system_registry.cc File Reference
#include "sql/dd/impl/system_registry.h"
#include "sql/dd/impl/system_views/administrable_role_authorizations.h"
#include "sql/dd/impl/system_views/applicable_roles.h"
#include "sql/dd/impl/system_views/character_sets.h"
#include "sql/dd/impl/system_views/check_constraints.h"
#include "sql/dd/impl/system_views/collation_charset_applicability.h"
#include "sql/dd/impl/system_views/collations.h"
#include "sql/dd/impl/system_views/column_statistics.h"
#include "sql/dd/impl/system_views/columns.h"
#include "sql/dd/impl/system_views/columns_extensions.h"
#include "sql/dd/impl/system_views/enabled_roles.h"
#include "sql/dd/impl/system_views/events.h"
#include "sql/dd/impl/system_views/files.h"
#include "sql/dd/impl/system_views/innodb_datafiles.h"
#include "sql/dd/impl/system_views/innodb_fields.h"
#include "sql/dd/impl/system_views/innodb_foreign.h"
#include "sql/dd/impl/system_views/innodb_foreign_cols.h"
#include "sql/dd/impl/system_views/innodb_tablespaces_brief.h"
#include "sql/dd/impl/system_views/key_column_usage.h"
#include "sql/dd/impl/system_views/keywords.h"
#include "sql/dd/impl/system_views/parameters.h"
#include "sql/dd/impl/system_views/partitions.h"
#include "sql/dd/impl/system_views/referential_constraints.h"
#include "sql/dd/impl/system_views/resource_groups.h"
#include "sql/dd/impl/system_views/role_column_grants.h"
#include "sql/dd/impl/system_views/role_routine_grants.h"
#include "sql/dd/impl/system_views/role_table_grants.h"
#include "sql/dd/impl/system_views/routines.h"
#include "sql/dd/impl/system_views/schemata.h"
#include "sql/dd/impl/system_views/schemata_extensions.h"
#include "sql/dd/impl/system_views/st_geometry_columns.h"
#include "sql/dd/impl/system_views/st_spatial_reference_systems.h"
#include "sql/dd/impl/system_views/st_units_of_measure.h"
#include "sql/dd/impl/system_views/statistics.h"
#include "sql/dd/impl/system_views/table_constraints.h"
#include "sql/dd/impl/system_views/tables.h"
#include "sql/dd/impl/system_views/triggers.h"
#include "sql/dd/impl/system_views/user_attributes.h"
#include "sql/dd/impl/system_views/view_routine_usage.h"
#include "sql/dd/impl/system_views/view_table_usage.h"
#include "sql/dd/impl/system_views/views.h"
#include "sql/dd/impl/system_views/table_constraints_extensions.h"
#include "sql/dd/impl/system_views/tables_extensions.h"
#include "sql/dd/impl/system_views/tablespaces_extensions.h"
#include "sql/dd/impl/tables/catalogs.h"
#include "sql/dd/impl/tables/character_sets.h"
#include "sql/dd/impl/tables/check_constraints.h"
#include "sql/dd/impl/tables/collations.h"
#include "sql/dd/impl/tables/column_statistics.h"
#include "sql/dd/impl/tables/column_type_elements.h"
#include "sql/dd/impl/tables/columns.h"
#include "sql/dd/impl/tables/dd_properties.h"
#include "sql/dd/impl/tables/events.h"
#include "sql/dd/impl/tables/foreign_key_column_usage.h"
#include "sql/dd/impl/tables/foreign_keys.h"
#include "sql/dd/impl/tables/index_column_usage.h"
#include "sql/dd/impl/tables/index_partitions.h"
#include "sql/dd/impl/tables/index_stats.h"
#include "sql/dd/impl/tables/indexes.h"
#include "sql/dd/impl/tables/parameter_type_elements.h"
#include "sql/dd/impl/tables/parameters.h"
#include "sql/dd/impl/tables/resource_groups.h"
#include "sql/dd/impl/tables/routines.h"
#include "sql/dd/impl/tables/schemata.h"
#include "sql/dd/impl/tables/spatial_reference_systems.h"
#include "sql/dd/impl/tables/table_partition_values.h"
#include "sql/dd/impl/tables/table_partitions.h"
#include "sql/dd/impl/tables/table_stats.h"
#include "sql/dd/impl/tables/tables.h"
#include "sql/dd/impl/tables/tablespace_files.h"
#include "sql/dd/impl/tables/tablespaces.h"
#include "sql/dd/impl/tables/triggers.h"
#include "sql/dd/impl/tables/view_routine_usage.h"
#include "sql/dd/impl/tables/view_table_usage.h"
#include "sql/table.h"

Namespaces

namespace  anonymous_namespace{system_registry.cc}
 
namespace  dd
 The version of the current data dictionary table definitions.
 

Functions

template<typename X >
void anonymous_namespace{system_registry.cc}::register_table (dd::System_tables::Types type)
 
void anonymous_namespace{system_registry.cc}::register_table (const dd::String_type table, dd::System_tables::Types type)
 
template<typename X >
void anonymous_namespace{system_registry.cc}::register_view (dd::System_views::Types type)