Commit 5f42eea7 authored by marko's avatar marko

branches/zip: ha_innobase::add_index(): Fix an ut_ad() assertion that

was broken in r1685.
parent 4d793ff8
......@@ -8418,7 +8418,7 @@ ha_innobase::add_index(
num_created++;
}
ut_ad(error == DB_SUCCESS);
ut_ad(!error);
/* Raise version number of the table to track this table's
definition changes. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment