mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
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.
This commit is contained in:
parent
eb30253d69
commit
d1f3117999
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue