From c1bcb2055ebab1e9d3e0e99b3626f78d477badd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 27 Feb 2017 13:44:53 +0200 Subject: Remove the unused field tablespace_version. The field should have been removed when merging MySQL 5.7.9 to MariaDB 10.2.2 in commit 2e814d4702d71a04388386a9f591d14a35980bfe. --- storage/innobase/include/fil0fil.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'storage/innobase') diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h index 36fb5e51f1e..cda2fdb4656 100644 --- a/storage/innobase/include/fil0fil.h +++ b/storage/innobase/include/fil0fil.h @@ -484,14 +484,6 @@ struct fil_system_t { startup we scan the data dictionary and set here the maximum of the space id's of the tables there */ - int64_t tablespace_version; - /*!< a counter which is incremented for - every space object memory creation; - every space mem object gets a - 'timestamp' from this; in DISCARD/ - IMPORT this is used to check if we - should ignore an insert buffer merge - request */ UT_LIST_BASE_NODE_T(fil_space_t) space_list; /*!< list of all file spaces */ UT_LIST_BASE_NODE_T(fil_space_t) named_spaces; -- cgit v1.2.1