diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-01-24 14:34:07 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-01-24 14:34:07 +0100 |
commit | 2833e906190e4fa3b0261a204822d419542aebe7 (patch) | |
tree | aad8bad40f37a8c3ece759e45c38f051fa692069 /storage/perfschema | |
parent | 8a931e4d16303b76e4744428faaab7b200f408ec (diff) | |
download | mariadb-git-2833e906190e4fa3b0261a204822d419542aebe7.tar.gz |
fix perfschema.start_server_innodb test (related to MDEV-17571)
Diffstat (limited to 'storage/perfschema')
-rw-r--r-- | storage/perfschema/pfs_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_server.h b/storage/perfschema/pfs_server.h index 3457a91d376..9f904e6545b 100644 --- a/storage/perfschema/pfs_server.h +++ b/storage/perfschema/pfs_server.h @@ -35,7 +35,7 @@ #define PFS_MAX_RWLOCK_CLASS 40 #endif #ifndef PFS_MAX_COND_CLASS - #define PFS_MAX_COND_CLASS 80 + #define PFS_MAX_COND_CLASS 90 #endif #ifndef PFS_MAX_THREAD_CLASS #define PFS_MAX_THREAD_CLASS 50 |