We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b31a commit 4a77cd3Copy full SHA for 4a77cd3
bootstrap.php
@@ -16,7 +16,7 @@
16
}
17
18
if (defined('MYSQLI_REFRESH_SLAVE') && !defined('MYSQLI_REFRESH_REPLICA')) {
19
- define('MYSQLI_REFRESH_REPLICA', MYSQLI_REFRESH_SLAVE);
+ define('MYSQLI_REFRESH_REPLICA', 64);
20
21
22
if (!function_exists('array_is_list')) {
0 commit comments