mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-16 01:00:38 +08:00
Update modules and remove the $can_local_infile skips
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`);
|
||||
|
||||
@@ -727,7 +726,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