mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Fix a number of SQL queries to work with ANSI_QUOTES
This commit is contained in:
@@ -47,7 +47,7 @@ like(
|
||||
|
||||
SKIP: {
|
||||
skip 'Sandbox master does not have the sakila database', 17
|
||||
unless @{$dbh->selectcol_arrayref('SHOW DATABASES LIKE "sakila"')};
|
||||
unless @{$dbh->selectcol_arrayref("SHOW DATABASES LIKE 'sakila'")};
|
||||
|
||||
# ########################################################################
|
||||
# First, test actions: --exec*, print*, etc.
|
||||
|
Reference in New Issue
Block a user