MySQL 深潜 - 一文详解 MySQL Data Dictionary

  发布时间:2025-11-05 11:07:58   作者:玩站小弟   我要评论
复制classTable_impl:publicAbstract_table_impl,virtualpublicTable{//Fields.Object_idm_se_private_id;Str 。
MySQL 深潜 - 一文详解 MySQL Data Dictionary
复制class Table_impl : public Abstract_table_impl,潜文 virtual public Table {  // Fields.  Object_id m_se_private_id;  String_type m_engine;  String_type m_comment;  // - Partitioning related fields.  enum_partition_type m_partition_type;  String_type m_partition_expression;  String_type m_partition_expression_utf8;  enum_default_partitioning m_default_partitioning;  // References to tightly-coupled objects.  Index_collection m_indexes;  Foreign_key_collection m_foreign_keys;  Foreign_key_parent_collection m_foreign_key_parents;  Partition_collection m_partitions;  Partition_leaf_vector m_leaf_partitions;  Trigger_collection m_triggers;  Check_constraint_collection m_check_constraints;}; 1.
  • Tag:

相关文章

最新评论