summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-05-14 00:01:40 +0300
committermonty@mysql.com <>2005-05-14 00:01:40 +0300
commitb4e92e6360df30ab8d5e1baaf4d4d5d7cb8bc5f1 (patch)
treef66bb31f8c3bb3a7c23d82b86abf8f0810f05403 /sql/handler.h
parent59cce601513ac01d19d45120c784572afd9acbec (diff)
parent9b39f8304ef1e9ca9a10803271125431ed15fc0f (diff)
downloadmariadb-git-b4e92e6360df30ab8d5e1baaf4d4d5d7cb8bc5f1.tar.gz
Merge with 4.0
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 df623afcd79..de932cd51a4 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -204,6 +204,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;