mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Updated tests & 5.7 sandbox files
This commit is contained in:
@@ -139,10 +139,14 @@ my $expected = [ { lock_time_median => '0',
|
||||
normalize_numbers($res);
|
||||
normalize_numbers($expected);
|
||||
|
||||
diag('--------------------------------------------------------');
|
||||
diag(Data::Dumper::Dumper($res));
|
||||
diag('--------------------------------------------------------');
|
||||
|
||||
is_deeply(
|
||||
$res,
|
||||
$expected,
|
||||
'Adds/updates queries to query review history table'
|
||||
'Adds/updates queries to query review history table',
|
||||
);
|
||||
|
||||
|
||||
|
@@ -45,7 +45,7 @@ select t.a, count(*) from t join t t2 using(a) group by 1 order by 2 desc limit
|
||||
# key_len: NULL
|
||||
# ref: NULL
|
||||
# rows: 14
|
||||
# filtered: 100.00
|
||||
# filtered: 100
|
||||
# Extra: Using temporary; Using filesort
|
||||
# *************************** 2. row ***************************
|
||||
# id: 1
|
||||
@@ -58,5 +58,5 @@ select t.a, count(*) from t join t t2 using(a) group by 1 order by 2 desc limit
|
||||
# key_len: NULL
|
||||
# ref: NULL
|
||||
# rows: 14
|
||||
# filtered: 10.00
|
||||
# filtered: 10
|
||||
# Extra: Using where; Using join buffer (Block Nested Loop)
|
||||
|
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
||||
# key_len: 27
|
||||
# ref: NULL
|
||||
# rows: 1
|
||||
# filtered: 100.00
|
||||
# filtered: 100
|
||||
# Extra: Using index
|
||||
|
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
||||
# key_len: 27
|
||||
# ref: NULL
|
||||
# rows: 3
|
||||
# filtered: 100.00
|
||||
# filtered: 100
|
||||
# Extra: Using index
|
||||
|
Reference in New Issue
Block a user