mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Postfix for bug#48321
Some test cases set ANSI_QUOTES in sql_mode. So we have to use single quotes to quote literal strings.
This commit is contained in:
parent
1a17d7e807
commit
fd0eb0c1b0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue