diff options
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r-- | sql/ha_heap.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc index d30435310dc..b5884b17093 100644 --- a/sql/ha_heap.cc +++ b/sql/ha_heap.cc @@ -494,7 +494,6 @@ int ha_heap::create(const char *name, TABLE *table_arg, for (; key_part != key_part_end; key_part++, seg++) { - uint flag= key_part->key_type; Field *field= key_part->field; if (pos->algorithm == HA_KEY_ALG_BTREE) |