summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_user.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_user.cc')
-rw-r--r--storage/perfschema/pfs_user.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_user.cc b/storage/perfschema/pfs_user.cc
index a009e5d65ef..528457fe017 100644
--- a/storage/perfschema/pfs_user.cc
+++ b/storage/perfschema/pfs_user.cc
@@ -66,7 +66,7 @@ int init_user(const PFS_global_param *param)
if (user_max > 0)
{
- user_array= PFS_MALLOC_ARRAY(user_max, PFS_user,
+ user_array= PFS_MALLOC_ARRAY(user_max, sizeof(PFS_user), PFS_user,
MYF(MY_ZEROFILL));
if (unlikely(user_array == NULL))
return 1;