mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 11:54:54 +00:00
PT-1595-percona toolkit docs still reference Maatkit (#591)
- Removed Maatkit left overs - Keeped links to Maatkit bugs and wiki - Updated brokn links
This commit is contained in:
@@ -62,17 +62,6 @@ is(
|
||||
"No error if table doesn't exist"
|
||||
);
|
||||
|
||||
# This test fails in Maatkit, too. I guess I never finished writing it?
|
||||
#ok(
|
||||
# no_diff(
|
||||
# sub { pt_table_usage::main(@args,
|
||||
# '--query', "select count(*), max(lmp), min(lmp) FROM ca.interval_lmp_rt_5min as A INNER JOIN ca.lmp_rt_5min as B ON A.datetime = B.datetime WHERE A.datetime = '2011-12-01 21:05:00'") },
|
||||
# "t/pt-table-usage/samples/ee.out",
|
||||
# stderr => 1,
|
||||
# ),
|
||||
# "New EXPLAIN EXTENDED"
|
||||
#);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user