mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
Merged fix-821715-enable-local-infile-in-dsn
This commit is contained in:
@@ -303,7 +303,6 @@ is_deeply(
|
||||
# #############################################################################
|
||||
my $tmpdir = '/tmp/mk-upgrade-res';
|
||||
SKIP: {
|
||||
skip "LOAD DATA LOCAL INFILE is disabled", 30 unless $can_load_data;
|
||||
|
||||
diag(`rm -rf $tmpdir 2>/dev/null; mkdir $tmpdir`);
|
||||
|
||||
@@ -728,7 +727,6 @@ is_deeply(
|
||||
);
|
||||
|
||||
SKIP: {
|
||||
skip "LOAD DATA LOCAL INFILE is disabled", 2 unless $can_load_data;
|
||||
|
||||
$cr = new CompareResults(
|
||||
method => 'rows',
|
||||
|
Reference in New Issue
Block a user