summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index 9a85dd83b13..5d4bb654263 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -894,6 +894,9 @@ enum index_hint_type
INDEX_HINT_FORCE
};
+/* Bitmap of table's fields */
+typedef Bitmap<MAX_FIELDS> Field_map;
+
struct TABLE
{
TABLE() {} /* Remove gcc warning */