summaryrefslogtreecommitdiff
path: root/storage/xtradb/srv/srv0conc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/srv/srv0conc.cc')
-rw-r--r--storage/xtradb/srv/srv0conc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/srv/srv0conc.cc b/storage/xtradb/srv/srv0conc.cc
index 3adef3a058f..19c2f025b1b 100644
--- a/storage/xtradb/srv/srv0conc.cc
+++ b/storage/xtradb/srv/srv0conc.cc
@@ -113,7 +113,7 @@ UNIV_INTERN mysql_pfs_key_t srv_conc_mutex_key;
/** Variables tracking the active and waiting threads. */
struct srv_conc_t {
- char pad[64 - (sizeof(ulint) + sizeof(lint))];
+ char pad[CACHE_LINE_SIZE - (sizeof(ulint) + sizeof(lint))];
/** Number of transactions that have declared_to_be_inside_innodb set.
It used to be a non-error for this value to drop below zero temporarily.