mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 19:34:52 +00:00
Remove all_privs tests. Update Percona::Toolkit::VERSION.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user