summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-01-27 09:29:59 -0500
committerunknown <pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-01-27 09:29:59 -0500
commitaa3f756b9d7025312ade65fc8b631370b066751e (patch)
treec5891eeb9b797b11958447ba1d1ff3c3e1677d86 /include
parent41b8f84562b9f36183733dcf1aa763b3232f73b4 (diff)
parent2b58fb677a245b75fe286ad3159f23c7a834c197 (diff)
downloadmariadb-git-aa3f756b9d7025312ade65fc8b631370b066751e.tar.gz
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
into c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug12796
Diffstat (limited to 'include')
-rw-r--r--include/heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h
index badec9ce2ef..cfbb6113f86 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -136,6 +136,7 @@ typedef struct st_heap_share
HP_KEYDEF *keydef;
ulong min_records,max_records; /* Params to open */
ulong data_length,index_length,max_table_size;
+ uint key_stat_version; /* version to indicate insert/delete */
uint records; /* records */
uint blength; /* records rounded up to 2^n */
uint deleted; /* Deleted records in database */