Constant mariadb_sys::enum_table_category::TABLE_CATEGORY_USER
source · pub const TABLE_CATEGORY_USER: Type = 2;
Expand description
User table. These tables do honor:
- LOCK TABLE t FOR READ/WRITE
- FLUSH TABLES WITH READ LOCK
- SET GLOBAL READ_ONLY = ON User tables are cached in the table cache.