From b29a8118dd00c2269284793b63e2c5c6a34336d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 6 Jun 2022 11:54:17 +0300 Subject: Cleanup: Remove fil_space_t::magic_n --- storage/innobase/include/fil0fil.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'storage/innobase/include/fil0fil.h') diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h index 9df3a260152..73bb1ad32e9 100644 --- a/storage/innobase/include/fil0fil.h +++ b/storage/innobase/include/fil0fil.h @@ -434,8 +434,6 @@ public: /** Stores last page freed lsn. Protected by freed_mutex */ lsn_t last_freed_lsn; - ulint magic_n;/*!< FIL_SPACE_MAGIC_N */ - /** @return whether doublewrite buffering is needed */ inline bool use_doublewrite() const; @@ -1085,9 +1083,6 @@ private: }; #ifndef UNIV_INNOCHECKSUM -/** Value of fil_space_t::magic_n */ -#define FIL_SPACE_MAGIC_N 89472 - /** File node of a tablespace or the log data space */ struct fil_node_t final { -- cgit v1.2.1