From a4c23ac720e351cee7cf48c3d7a88c0f37e48e62 Mon Sep 17 00:00:00 2001 From: Eugene Kosov Date: Tue, 10 Oct 2017 13:15:45 +0300 Subject: [PATCH] remove unndeded class member variable --- sql/table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/table.h b/sql/table.h index 9ecec6d636c..5a9f3c18ab9 100644 --- a/sql/table.h +++ b/sql/table.h @@ -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;