diff options
author | tsmith/tim@siva.hindu.god <> | 2006-10-23 23:41:07 -0600 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-10-23 23:41:07 -0600 |
commit | aeced431e309bf3a019c0869bba8e7ac15e95fea (patch) | |
tree | b815e7b7375e547bf047b6c3eb460d93b7f3d761 /sql/opt_range.h | |
parent | 99b572b9ebdcc0fe1037bd764d58cf35fca2090d (diff) | |
parent | fd759850aab612ba228e69f111024bc8d7b5cdea (diff) | |
download | mariadb-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.h | 2 |
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; |