mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Update modules and remove the $can_local_infile skips
This commit is contained in:
@@ -15,13 +15,6 @@ use PerconaTest;
|
||||
use Sandbox;
|
||||
require "$trunk/bin/pt-upgrade";
|
||||
|
||||
# This test calls pt-upgrade with --compare-results-method rows
|
||||
# which use LOAD DATA LOCAL INFILE. If LOAD DATA is disabled,
|
||||
# then this this test can't run.
|
||||
if ( !$can_load_data ) {
|
||||
plan skip_all => 'LOAD DATA LOCAL INFILE is disabled';
|
||||
}
|
||||
|
||||
# This runs immediately if the server is already running, else it starts it.
|
||||
diag(`$trunk/sandbox/start-sandbox master 12348 >/dev/null`);
|
||||
|
||||
|
Reference in New Issue
Block a user