diff options
author | monty@mysql.com <> | 2005-05-14 18:31:22 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-05-14 18:31:22 +0300 |
commit | 9db45adb608d7f4229f026cfdbbcc185f58b8c7b (patch) | |
tree | c08ee86cd9f77c3a7dc13b02b09371ccd19f2b88 /sql/handler.h | |
parent | 6b90352eacab0314ad33ef4e0d37dadb4688fd97 (diff) | |
parent | 6588997eb8218233b664fbbb32b130e832387daa (diff) | |
download | mariadb-git-9db45adb608d7f4229f026cfdbbcc185f58b8c7b.tar.gz |
Merge with 4.1
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
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; |