set sql_log_bin=0
--- openx-2.8.7/maintenance/maintenance-distributed.php 2010-09-14 23:25:55.000000000 +0200
+++ maintenance-distributed.php 2011-10-05 23:50:00.393104582 +0200
@@ -33,7 +33,8 @@
ob_start();
// Run maintenance
-require '../scripts/maintenance/maintenance-distributed.php';
+$path = dirname(__FILE__);
+require $path . '/../scripts/maintenance/maintenance-distributed.php';
// Get and clean output buffer
$buffer = ob_get_clean();
@@ -41,4 +42,4 @@
// Flush output buffer, stripping the
echo preg_replace('/^#!.*\n/', '', $buffer);
-?>
\ No newline at end of file
+?>
database section should refer the local slave, lb section is the main database
/etc/localtime is the same.
%_data_bkt_% NOT %_data_raw_%
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.