Commit a4c23ac7 authored by Eugene Kosov's avatar Eugene Kosov Committed by Sergey Vojtovich

remove unndeded class member variable

parent bbfd18c6
...@@ -695,7 +695,6 @@ struct TABLE_SHARE ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment