summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-05-14 18:31:22 +0300
committermonty@mysql.com <>2005-05-14 18:31:22 +0300
commit9db45adb608d7f4229f026cfdbbcc185f58b8c7b (patch)
treec08ee86cd9f77c3a7dc13b02b09371ccd19f2b88 /sql/handler.h
parent6b90352eacab0314ad33ef4e0d37dadb4688fd97 (diff)
parent6588997eb8218233b664fbbb32b130e832387daa (diff)
downloadmariadb-git-9db45adb608d7f4229f026cfdbbcc185f58b8c7b.tar.gz
Merge with 4.1
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 11f8dd0b4d7..6a259da0d43 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -378,6 +378,7 @@ typedef struct st_ha_create_information
SQL_LIST merge_list;
enum db_type db_type;
enum row_type row_type;
+ uint null_bits; /* NULL bits at start of record */
uint options; /* OR of HA_CREATE_ options */
uint raid_type,raid_chunks;
uint merge_insert_method;