mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
remove unndeded class member variable
This commit is contained in:
committed by
Sergey Vojtovich
parent
bbfd18c691
commit
a4c23ac720
@@ -695,7 +695,6 @@ struct TABLE_SHARE
|
|||||||
bool system; /* Set if system table (one record) */
|
bool system; /* Set if system table (one record) */
|
||||||
bool not_usable_by_query_cache;
|
bool not_usable_by_query_cache;
|
||||||
bool no_replicate;
|
bool no_replicate;
|
||||||
bool crypted; /* If .frm file is crypted */
|
|
||||||
bool crashed;
|
bool crashed;
|
||||||
bool is_view;
|
bool is_view;
|
||||||
bool can_cmp_whole_record;
|
bool can_cmp_whole_record;
|
||||||
|
Reference in New Issue
Block a user