1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after merge fix

This commit is contained in:
unknown
2005-03-17 18:44:24 +03:00
parent 17791f9500
commit 0c0a2d5590
6 changed files with 10 additions and 9 deletions

View File

@ -523,7 +523,7 @@ int ha_heap::create(const char *name, TABLE *table_arg,
}
if (field->flags & AUTO_INCREMENT_FLAG &&
table_arg->found_next_number_field &&
key == table_arg->next_number_index)
key == share->next_number_index)
{
/*
Store key number and type for found auto_increment key