summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <serg@mysql.com>2005-10-04 17:04:20 +0200
committerunknown <serg@mysql.com>2005-10-04 17:04:20 +0200
commitba9508151070a12a3699b45369965db9ef5feff2 (patch)
treeac3191b49cbcbc54e100f06edf7e7d79748032d1 /sql/table.h
parentaa44e79c19c407fcff66878225f622b76d3aaaa8 (diff)
downloadmariadb-git-ba9508151070a12a3699b45369965db9ef5feff2.tar.gz
sql_table.cc, table.cc, table.h:
fixed CHECKSUM TABLE to be independent from last - undefined in InnoDB - bits in the null bitmask bug#13710 sql/table.h: fixed CHECKSUM TABLE to be independent from last - undefined in InnoDB - bits in the null bitmask bug#13710 sql/table.cc: fixed CHECKSUM TABLE to be independent from last - undefined in InnoDB - bits in the null bitmask bug#13710 sql/sql_table.cc: fixed CHECKSUM TABLE to be independent from last - undefined in InnoDB - bits in the null bitmask bug#13710
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index b01d774bf10..44fe69e9397 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -141,7 +141,7 @@ typedef struct st_table_share
enum tmp_table_type tmp_table;
uint blob_ptr_size; /* 4 or 8 */
- uint null_bytes;
+ uint null_bytes, last_null_bit_pos;
uint key_length; /* Length of table_cache_key */
uint fields; /* Number of fields */
uint rec_buff_length; /* Size of table->record[] buffer */