Commit d1f31179 authored by Sergei Golubchik's avatar Sergei Golubchik

lp:933959 Assertion `0' failed in net_end_statement(THD*) on concurrent SELECT...

lp:933959 Assertion `0' failed in net_end_statement(THD*) on concurrent SELECT FROM I_S.INNODB_SYS_INDEXES and ALTER TABLE

Workaround: report a generic error if an I_S plugin failed silently.
parent eb30253d
......@@ -6275,6 +6275,8 @@ bool get_schema_tables_result(JOIN *join,
join->error= 1;
tab->read_record.file= table_list->table->file;
table_list->schema_table_state= executed_place;
if (!thd->is_error())
my_error(ER_UNKNOWN_ERROR, MYF(0));
break;
}
tab->read_record.file= table_list->table->file;
......
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