diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2005-03-17 18:44:24 +0300 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2005-03-17 18:44:24 +0300 |
commit | 0c0a2d5590571b43f0eb300c984c600d4996b91c (patch) | |
tree | 81b72c5a0cb29ee0d9693fe042239f0720aeb59e /heap | |
parent | 17791f95002b2f9c8cb31eed64c36f019b2edda9 (diff) | |
download | mariadb-git-0c0a2d5590571b43f0eb300c984c600d4996b91c.tar.gz |
after merge fix
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_create.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heap/hp_create.c b/heap/hp_create.c index 17aa92c9201..8fcf7dde000 100644 --- a/heap/hp_create.c +++ b/heap/hp_create.c @@ -168,6 +168,8 @@ int heap_create(const char *name, uint keys, HP_KEYDEF *keydef, keyinfo->write_key= hp_write_key; keyinfo->hash_buckets= 0; } + if ((keyinfo->flag & HA_AUTO_KEY) && create_info->with_auto_increment) + share->auto_key= i + 1; } share->min_records= min_records; share->max_records= max_records; |