Skip to content

Commit 40af68a

Browse files
committed
Merge branch 'develop' into feature/469-handshake-hardening
2 parents edd676c + 6839555 commit 40af68a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bench/db_setup.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ USE boost_mysql_bench;
1313
-- Required for the WITH RECURSIVE and the amount of rows we're generating
1414
SET SESSION cte_max_recursion_depth = 15000;
1515

16+
-- Having this prevents sporadic CI failures
17+
SET global max_connections = 5000;
18+
1619
-- An arbitrary value to pass to RAND(@seed). RAND(@i) generates a
1720
-- deterministic sequence, vs RAND(@seed)
1821
SET @seed = 3;

include/boost/mysql/metadata.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <boost/mysql/detail/flags.hpp>
1717

1818
#include <cstddef>
19+
#include <cstdint>
1920
#include <cstring>
2021
#include <vector>
2122

0 commit comments

Comments
 (0)