MySQL 9.0.0
Source Code Documentation
table_impl.cc File Reference
#include "sql/dd/impl/types/table_impl.h"
#include "string_with_len.h"
#include <assert.h>
#include <string.h>
#include <set>
#include <sstream>
#include <string>
#include "my_rapidjson_size_t.h"
#include <rapidjson/document.h>
#include <rapidjson/prettywriter.h>
#include "m_string.h"
#include "my_sys.h"
#include "mysql/strings/m_ctype.h"
#include "mysqld_error.h"
#include "sql/current_thd.h"
#include "sql/dd/impl/bootstrap/bootstrap_ctx.h"
#include "sql/dd/impl/dictionary_impl.h"
#include "sql/dd/impl/properties_impl.h"
#include "sql/dd/impl/raw/raw_record.h"
#include "sql/dd/impl/raw/raw_record_set.h"
#include "sql/dd/impl/raw/raw_table.h"
#include "sql/dd/impl/sdi_impl.h"
#include "sql/dd/impl/tables/check_constraints.h"
#include "sql/dd/impl/tables/columns.h"
#include "sql/dd/impl/tables/foreign_keys.h"
#include "sql/dd/impl/tables/indexes.h"
#include "sql/dd/impl/tables/schemata.h"
#include "sql/dd/impl/tables/table_partitions.h"
#include "sql/dd/impl/tables/tables.h"
#include "sql/dd/impl/tables/triggers.h"
#include "sql/dd/impl/transaction_impl.h"
#include "sql/dd/impl/types/check_constraint_impl.h"
#include "sql/dd/impl/types/foreign_key_impl.h"
#include "sql/dd/impl/types/index_impl.h"
#include "sql/dd/impl/types/partition_impl.h"
#include "sql/dd/impl/types/trigger_impl.h"
#include "sql/dd/properties.h"
#include "sql/dd/string_type.h"
#include "sql/dd/types/column.h"
#include "sql/dd/types/foreign_key.h"
#include "sql/dd/types/index.h"
#include "sql/dd/types/partition.h"
#include "sql/dd/types/weak_object.h"
#include "sql/sql_class.h"

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.