Commit 27d14238 authored by Guilhem Bichot's avatar Guilhem Bichot

Applying fix from Oracle (Marko) for Bug #46657 "InnoDB plugin: invalid read...

Applying fix from Oracle (Marko) for Bug #46657 "InnoDB plugin: invalid read in index_merge_innodb test (Valgrind)"
parent 6c83ca3a
......@@ -863,6 +863,7 @@ ha_innobase::add_index(
indexed_table->n_mysql_handles_opened++;
error = row_merge_drop_table(trx, innodb_table);
innodb_table = indexed_table;
goto convert_error;
case DB_TOO_BIG_RECORD:
......
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