Commit b8671789 authored by 's avatar

Manual merge

parents fe6ab9a0 363a2ccc
...@@ -69,7 +69,7 @@ while ($_diff_i) { ...@@ -69,7 +69,7 @@ while ($_diff_i) {
# and connect the appropriate server. # and connect the appropriate server.
let $_pos= `SELECT LOCATE(':', '$_diff_table')`; let $_pos= `SELECT LOCATE(':', '$_diff_table')`;
let $_diff_conn=`SELECT SUBSTR('$_diff_table', 1, $_pos-1)`; let $_diff_conn=`SELECT SUBSTR('$_diff_table', 1, $_pos-1)`;
if (`SELECT "XX$_diff_conn" <> "XX"`) { if (`SELECT 'XX$_diff_conn' <> 'XX'`) {
let $_diff_table=`SELECT SUBSTR('$_diff_table', $_pos+1)`; let $_diff_table=`SELECT SUBSTR('$_diff_table', $_pos+1)`;
connection $_diff_conn; connection $_diff_conn;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment