656
649
innodb_table = indexed_table
657
650
= dict_table_get(prebuilt->table->name, FALSE);
664
652
/* Check if the index name is reserved. */
665
653
if (innobase_index_name_is_reserved(trx, key_info, num_of_keys)) {
668
656
/* Check that index keys are sensible */
673
660
if (UNIV_UNLIKELY(error)) {