Commit c1bcb205 authored by Marko Mäkelä's avatar Marko Mäkelä

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 2e814d47.
parent 78153cf6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment