summaryrefslogtreecommitdiff
path: root/storage/xtradb/fil/fil0fil.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-02-09 09:36:10 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2017-02-09 09:36:10 +0200
commit99b2de92c6214ddd73eba35c935f490eedf87a26 (patch)
tree2f182e1e995e72e2ee6557d34c9adcb0e652c564 /storage/xtradb/fil/fil0fil.cc
parentef065dbbc2dd93ccf7db7ba677e70890a4a49aa6 (diff)
downloadmariadb-git-99b2de92c6214ddd73eba35c935f490eedf87a26.tar.gz
Post-push fix for MDEV-11623: Remove an unused variable.
Diffstat (limited to 'storage/xtradb/fil/fil0fil.cc')
-rw-r--r--storage/xtradb/fil/fil0fil.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/xtradb/fil/fil0fil.cc b/storage/xtradb/fil/fil0fil.cc
index 6ebfefd9569..e56b3c0a160 100644
--- a/storage/xtradb/fil/fil0fil.cc
+++ b/storage/xtradb/fil/fil0fil.cc
@@ -601,7 +601,6 @@ fil_node_open_file(
ibool success;
byte* buf2;
byte* page;
- ulint page_size;
ut_ad(mutex_own(&(system->mutex)));
ut_a(node->n_pending == 0);
@@ -687,8 +686,6 @@ fil_node_open_file(
flags = cflags;
}
- page_size = fsp_flags_get_page_size(flags);
-
if (UNIV_UNLIKELY(space_id != space->id)) {
ib_logf(IB_LOG_LEVEL_ERROR,
"tablespace id is " ULINTPF " in the data dictionary"