summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2005-03-17 18:44:24 +0300
committerunknown <gluh@gluh.mysql.r18.ru>2005-03-17 18:44:24 +0300
commit0c0a2d5590571b43f0eb300c984c600d4996b91c (patch)
tree81b72c5a0cb29ee0d9693fe042239f0720aeb59e /heap
parent17791f95002b2f9c8cb31eed64c36f019b2edda9 (diff)
downloadmariadb-git-0c0a2d5590571b43f0eb300c984c600d4996b91c.tar.gz
after merge fix
Diffstat (limited to 'heap')
-rw-r--r--heap/hp_create.c2
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;