summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0trunc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/row/row0trunc.cc')
-rw-r--r--storage/innobase/row/row0trunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0trunc.cc b/storage/innobase/row/row0trunc.cc
index 25dc274b0c5..1c118dabc61 100644
--- a/storage/innobase/row/row0trunc.cc
+++ b/storage/innobase/row/row0trunc.cc
@@ -2278,7 +2278,7 @@ truncate_t::fixup_tables_in_non_system_tablespace()
"id (" << (*it)->m_space_id << ")";
/* Temp-tables in temp-tablespace are never restored.*/
- ut_ad((*it)->m_space_id != srv_tmp_space.space_id());
+ ut_ad((*it)->m_space_id != SRV_TMP_SPACE_ID);
err = fil_recreate_table(
(*it)->m_space_id,