diff options
author | unknown <Li-Bing.Song@sun.com> | 2010-07-04 16:49:46 +0800 |
---|---|---|
committer | unknown <Li-Bing.Song@sun.com> | 2010-07-04 16:49:46 +0800 |
commit | 2ecadfc1f934d00180458d1ecfc8088b27d7ff8d (patch) | |
tree | b6957c82300350aeb900a74ece98ded314cb5d87 /mysql-test/include/diff_tables.inc | |
parent | 43ef6da6ef00d9b3a5da218df1629115c1f47b9f (diff) | |
parent | fd0eb0c1b02879b527471f4304f4a443fdd96fa9 (diff) | |
download | mariadb-git-2ecadfc1f934d00180458d1ecfc8088b27d7ff8d.tar.gz |
Manual merge
Diffstat (limited to 'mysql-test/include/diff_tables.inc')
-rw-r--r-- | mysql-test/include/diff_tables.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/diff_tables.inc b/mysql-test/include/diff_tables.inc index 150c02d1d73..d6216f3fe1e 100644 --- a/mysql-test/include/diff_tables.inc +++ b/mysql-test/include/diff_tables.inc @@ -69,7 +69,7 @@ while ($_diff_i) { # and connect the appropriate server. let $_pos= `SELECT LOCATE(':', '$_diff_table')`; 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)`; connection $_diff_conn; } |