summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 45a835f734a..03c574c42dd 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -388,12 +388,6 @@ private:
MEM_ROOT *m_clone_mem_root;
/*
- We keep track if all underlying handlers are MyISAM since MyISAM has a
- great number of extra flags not needed by other handlers.
- */
- bool m_myisam; // Are all underlying handlers
- // MyISAM
- /*
We keep track of InnoDB handlers below since it requires proper setting
of query_id in fields at index_init and index_read calls.
*/