summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorunknown <marty@linux.site>2006-01-27 17:23:14 +0100
committerunknown <marty@linux.site>2006-01-27 17:23:14 +0100
commit5c167a746bdc60769a9c2e0408acbed604254a0c (patch)
tree55965132060fd783a57b83235927d61cc02a72ea /sql/field.h
parent7f9d9a79707f7ef06e6d9b26b86f93435f786f0a (diff)
downloadmariadb-git-5c167a746bdc60769a9c2e0408acbed604254a0c.tar.gz
Added possibillity to check what fields will get added indexes (ndb does currently not support indexes on disk stored fields), WL#1892
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h
index c747bac2f8d..806d0c3328a 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -63,6 +63,7 @@ public:
const char **table_name, *field_name;
LEX_STRING comment;
query_id_t query_id; // For quick test of used fields
+ bool add_index; // For check if field will be indexed
/* Field is part of the following keys */
key_map key_start,part_of_key,part_of_sortkey;
/*