summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-01-24 14:34:07 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2020-01-24 14:34:07 +0100
commit2833e906190e4fa3b0261a204822d419542aebe7 (patch)
treeaad8bad40f37a8c3ece759e45c38f051fa692069 /storage/perfschema
parent8a931e4d16303b76e4744428faaab7b200f408ec (diff)
downloadmariadb-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.h2
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