summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorramil/ram@mysql.com/myoffice.izhnet.ru <>2006-10-19 16:15:30 +0500
committerramil/ram@mysql.com/myoffice.izhnet.ru <>2006-10-19 16:15:30 +0500
commitf6ea36c3a5e38654b7e7c69ff6ff04cdfe298397 (patch)
tree86c6c0aa08ccf4c172196dfc0d398e73fd46bd93 /sql/opt_range.h
parent3a709f50b27acf9bce0fd6e5ddcd45ae2f277bee (diff)
parent0027b6e4b772a6b90ed67048451f3455aacfbf5d (diff)
downloadmariadb-git-f6ea36c3a5e38654b7e7c69ff6ff04cdfe298397.tar.gz
Merge mysql.com:/usr/home/ram/work/bug20732/my41-bug20732
into mysql.com:/usr/home/ram/work/bug20732/my50-bug20732
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 40a95beb894..14dafb1490a 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;