Update modules and remove the $can_local_infile skips

This commit is contained in:
Brian Fraser
2012-08-30 23:46:33 -03:00
parent 8654ac0819
commit a433fa7d1c
8 changed files with 4 additions and 24 deletions

View File

@@ -186,7 +186,6 @@ cmp_ok(
# Bug 903387: pt-archiver doesn't honor b=1 flag to create SQL_LOG_BIN statement
# #############################################################################
SKIP: {
skip('LOAD DATA LOCAL INFILE is disabled', 3) if !$can_load_data;
$sb->load_file('master', "t/pt-archiver/samples/bulk_regular_insert.sql");
$sb->wait_for_slaves();