Remove all_privs tests. Update Percona::Toolkit::VERSION.

This commit is contained in:
Daniel Nichter
2012-10-20 17:59:28 -06:00
parent be50548f3b
commit 4a494d1a20
21 changed files with 20 additions and 38 deletions

View File

@@ -672,24 +672,6 @@ SKIP: {
),
"Table does not exist and user can't see it"
);
ok(
$tp->check_table(
dbh => $dbh,
db => 'test',
tbl => 't',
all_privs => 1,
),
"Table exists and user has full privs"
);
ok(
!$tp->check_table(
dbh => $user_dbh,
db => 'test',
tbl => 't',
all_privs => 1,
),
"Table exists but user doesn't have full privs"
);
ok(
$tp->check_table(