Type Alias mariadb_sys::enum_table_ref_type::Type
source · pub type Type = c_uint;
Expand description
Enumerate possible types of a table from re-execution standpoint. TABLE_LIST class has a member of this type. At prepared statement prepare, this member is assigned a value as of the current state of the database. Before (re-)execution of a prepared statement, we check that the value recorded at prepare matches the type of the object we obtained from the table definition cache.
@sa check_and_update_table_version() @sa Execute_observer @sa Prepared_statement::reprepare()