mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-18 02:06:49 +08:00
Fix a number of SQL queries to work with ANSI_QUOTES
This commit is contained in:
@@ -45,6 +45,9 @@ make_sandbox() {
|
||||
echo "skip-innodb" >> /tmp/$port/my.sandbox.cnf
|
||||
echo "default-storage-engine=myisam" >> /tmp/$port/my.sandbox.cnf
|
||||
fi
|
||||
if [ -n "$MODE_ANSI" ]; then
|
||||
echo "sql_mode=ansi" >> /tmp/$port/my.sandbox.cnf
|
||||
fi
|
||||
|
||||
# If the sandbox is a slave, set it read_only.
|
||||
if [ "$type" = "slave" ]; then
|
||||
|
||||
Reference in New Issue
Block a user