658
649
innodb_table = indexed_table
659
650
= dict_table_get(prebuilt->table->name, FALSE);
666
652
/* Check if the index name is reserved. */
667
653
if (innobase_index_name_is_reserved(trx, key_info, num_of_keys)) {
670
656
/* Check that index keys are sensible */
675
660
if (UNIV_UNLIKELY(error)) {