mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 04:35:32 +02:00
MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Diagnostics_area::message() ; connect.xml* tests fail in buildbot
This commit is contained in:
parent
d70697b6f8
commit
a1782b4ab9
3 changed files with 24 additions and 0 deletions
|
|
@ -5063,7 +5063,10 @@ static int get_schema_tables_record(THD *thd, TABLE_LIST *tables,
|
|||
HA_STATUS_TIME |
|
||||
HA_STATUS_VARIABLE_EXTRA |
|
||||
HA_STATUS_AUTO)) != 0)
|
||||
{
|
||||
file->print_error(info_error, MYF(0));
|
||||
goto err;
|
||||
}
|
||||
|
||||
enum row_type row_type = file->get_row_type();
|
||||
switch (row_type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue