mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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 not_usable_by_query_cache;
|
||||
bool no_replicate;
|
||||
bool crypted; /* If .frm file is crypted */
|
||||
bool crashed;
|
||||
bool is_view;
|
||||
bool can_cmp_whole_record;
|
||||
|
Reference in New Issue
Block a user