Skip to content

Commit 7951d6b

Browse files
Merge branch 'mysql-5.6-cluster-7.4' into mysql-5.7-cluster-7.5
2 parents 25344cc + 2bebeed commit 7951d6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
#define MAX_CONCURRENT_DIH_TAB_DEF_OPS (MAX_CONCURRENT_LCP_TAB_DEF_FLUSHES + 2)
114114
#define ZPAGEREC (MAX_CONCURRENT_DIH_TAB_DEF_OPS * PACK_TABLE_PAGES)
115115
#define ZCREATE_REPLICA_FILE_SIZE 4
116-
#define ZPROXY_MASTER_FILE_SIZE 10
116+
#define ZPROXY_MASTER_FILE_SIZE (MAX_NDB_NODES + 1)
117+
118+
/*MaxConcurrent proxied WaitGcpReq. Set to 10 as safety margin on 1.*/
117119
#define ZPROXY_FILE_SIZE 10
118120
#endif
119121

0 commit comments

Comments
 (0)