diff options
author | ramil@mysql.com <> | 2005-03-15 19:31:52 +0400 |
---|---|---|
committer | ramil@mysql.com <> | 2005-03-15 19:31:52 +0400 |
commit | d5e3ba70f34bcffc4493889f3ffd198832fff7b9 (patch) | |
tree | 38d287295dc7d362de78330407519219d297132a /include | |
parent | 021f8d217052d791111a9c8e639f485f3f213e6b (diff) | |
parent | 04328c3dfa5de82abe7095d61d361d1c08b94a6f (diff) | |
download | mariadb-git-d5e3ba70f34bcffc4493889f3ffd198832fff7b9.tar.gz |
merging
Diffstat (limited to 'include')
-rw-r--r-- | include/heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h index ac2b38d1f2d..51f7b0cfa6a 100644 --- a/include/heap.h +++ b/include/heap.h @@ -183,10 +183,10 @@ typedef struct st_heap_info typedef struct st_heap_create_info { - uint auto_key; uint auto_key_type; ulong max_table_size; ulonglong auto_increment; + my_bool with_auto_increment; } HP_CREATE_INFO; /* Prototypes for heap-functions */ |