Commit e6e23c0d authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in...

MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Diagnostics_area::message() ; connect.xml* tests fail in buildbot
parent 60343871
...@@ -5314,7 +5314,10 @@ static int get_schema_tables_record(THD *thd, TABLE_LIST *tables, ...@@ -5314,7 +5314,10 @@ static int get_schema_tables_record(THD *thd, TABLE_LIST *tables,
HA_STATUS_TIME | HA_STATUS_TIME |
HA_STATUS_VARIABLE_EXTRA | HA_STATUS_VARIABLE_EXTRA |
HA_STATUS_AUTO)) != 0) HA_STATUS_AUTO)) != 0)
{
file->print_error(info_error, MYF(0));
goto err; goto err;
}
enum row_type row_type = file->get_row_type(); enum row_type row_type = file->get_row_type();
switch (row_type) { switch (row_type) {
......
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