1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

A fix (bug #8489: Strange auto_increment behaviour with HEAP table).

This commit is contained in:
ramil@mysql.com
2005-03-15 13:32:12 +04:00
parent 18343b9454
commit 46613bafbe
5 changed files with 82 additions and 6 deletions

View File

@@ -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 */