diff options
author | gluh@gluh.mysql.r18.ru <> | 2005-03-17 16:51:07 +0300 |
---|---|---|
committer | gluh@gluh.mysql.r18.ru <> | 2005-03-17 16:51:07 +0300 |
commit | b435d6e8624800e63f7b1b3e49f181c186db7c21 (patch) | |
tree | 7107fca24e8d8dd39be0300a9e1e64d7ad8921a2 /include | |
parent | 08b2c7ecca7ba3fd3d55267bcf4ce900fa9ce595 (diff) | |
parent | 261105a0077dff19d0f6e38dc3a225ad19ba4a1b (diff) | |
download | mariadb-git-b435d6e8624800e63f7b1b3e49f181c186db7c21.tar.gz |
Merge 4.1 -> 5.0
Diffstat (limited to 'include')
-rw-r--r-- | include/heap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h index 51f7b0cfa6a..badec9ce2ef 100644 --- a/include/heap.h +++ b/include/heap.h @@ -181,8 +181,10 @@ typedef struct st_heap_info LIST open_list; } HP_INFO; + typedef struct st_heap_create_info { + uint auto_key; /* keynr [1 - maxkey] for auto key */ uint auto_key_type; ulong max_table_size; ulonglong auto_increment; |