summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authortsmith/tim@siva.hindu.god <>2006-10-23 23:41:07 -0600
committertsmith/tim@siva.hindu.god <>2006-10-23 23:41:07 -0600
commitaeced431e309bf3a019c0869bba8e7ac15e95fea (patch)
treeb815e7b7375e547bf047b6c3eb460d93b7f3d761 /sql/opt_range.h
parent99b572b9ebdcc0fe1037bd764d58cf35fca2090d (diff)
parentfd759850aab612ba228e69f111024bc8d7b5cdea (diff)
downloadmariadb-git-aeced431e309bf3a019c0869bba8e7ac15e95fea.tar.gz
Merge siva.hindu.god:/usr/home/tim/m/bk/g51
into siva.hindu.god:/usr/home/tim/m/bk/51
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index a88c79e8bab..6f9c053cda2 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -26,7 +26,7 @@
typedef struct st_key_part {
uint16 key,part, store_length, length;
- uint8 null_bit;
+ uint8 null_bit, flag;
Field *field;
Field::imagetype image_type;
} KEY_PART;