From e6e23c0d4916e08a7ca6b1c68f5e8e63bb1cff83 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 19 Mar 2016 19:40:25 +0100 Subject: [PATCH] MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Diagnostics_area::message() ; connect.xml* tests fail in buildbot --- sql/sql_show.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 9a743388149..a3d834b0e42 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -5314,7 +5314,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) {