We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc28495 commit b7d1f65Copy full SHA for b7d1f65
storage/innobase/handler/ha_innodb.cc
@@ -14840,16 +14840,6 @@ ha_innobase::check(
14840
table->s->table_name.str);
14841
14842
DBUG_RETURN(HA_ADMIN_CORRUPT);
14843
-
14844
- } else if (!m_prebuilt->table->is_readable() &&
14845
- !m_prebuilt->table->space) {
14846
14847
- ib_senderrf(
14848
- thd, IB_LOG_LEVEL_ERROR,
14849
- ER_TABLESPACE_MISSING,
14850
- table->s->table_name.str);
14851
14852
- DBUG_RETURN(HA_ADMIN_CORRUPT);
14853
}
14854
14855
m_prebuilt->trx->op_info = "checking table";
0 commit comments