summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_user.h')
-rw-r--r--storage/perfschema/pfs_user.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_user.h b/storage/perfschema/pfs_user.h
index 0f937c6c927..dda7e221ca8 100644
--- a/storage/perfschema/pfs_user.h
+++ b/storage/perfschema/pfs_user.h
@@ -44,7 +44,7 @@ struct PFS_user_key
uint m_key_length;
};
-struct PFS_user : public PFS_connection_slice
+struct PFS_ALIGNED PFS_user : public PFS_connection_slice
{
public:
inline void init_refcount(void)
@@ -108,6 +108,8 @@ extern ulong user_lost;
extern PFS_user *user_array;
+extern LF_HASH user_hash;
+
/** @} */
#endif