1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Some fixes after merging changes from 4.0

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-04-16 18:21:53 +05:00
parent 8001e7a28e
commit 4a3942bb74
6 changed files with 22 additions and 21 deletions

View File

@@ -454,7 +454,7 @@ int mysql_create_table(THD *thd,const char *db, const char *table_name,
key_info->flags = HA_NOSAME;
}
key_info->key_alg = key->alg;
key_info->key_alg = key->algorithm;
key_info->key_parts=(uint8) key->columns.elements;
key_info->key_part=key_part_info;
key_info->usable_key_parts= key_number;