Constant mariadb_sys::enum_table_category::TABLE_CATEGORY_SYSTEM
source · pub const TABLE_CATEGORY_SYSTEM: Type = 3;
Expand description
System table, maintained by the server. These tables do honor:
- LOCK TABLE t FOR READ/WRITE
- FLUSH TABLES WITH READ LOCK
- SET GLOBAL READ_ONLY = ON Typically, writes to system tables are performed by the server implementation, not explicitly be a user. System tables are cached in the table cache.