Skip to content

Commit 4a77cd3

Browse files
[Php81] Fix defining MYSQLI_REFRESH_REPLICA
1 parent 8f6b31a commit 4a77cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
if (defined('MYSQLI_REFRESH_SLAVE') && !defined('MYSQLI_REFRESH_REPLICA')) {
19-
define('MYSQLI_REFRESH_REPLICA', MYSQLI_REFRESH_SLAVE);
19+
define('MYSQLI_REFRESH_REPLICA', 64);
2020
}
2121

2222
if (!function_exists('array_is_list')) {

0 commit comments

Comments
 (0)