1
0
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:
Eugene Kosov
2017-10-10 13:15:45 +03:00
committed by Sergey Vojtovich
parent bbfd18c691
commit a4c23ac720

View File

@ -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;