mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
Lowercase index from EXPLAIN (unless it's PRIMARY) to match lowercase ident names from TableParser::parser().
This commit is contained in:
@@ -39,7 +39,7 @@ if ( !$dbh ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
else {
|
||||
plan tests => 49;
|
||||
plan tests => 50;
|
||||
}
|
||||
|
||||
my $q = new Quoter();
|
||||
@@ -849,8 +849,14 @@ eval {
|
||||
};
|
||||
is(
|
||||
$EVAL_ERROR,
|
||||
undef,
|
||||
"Bug 995274: case-sensitive chunk index"
|
||||
'',
|
||||
"Bug 995274: no error creating nibble iter"
|
||||
);
|
||||
|
||||
is_deeply(
|
||||
$ni->next(),
|
||||
['450876', '3','691360'],
|
||||
"Bug 995274: nibble iter works"
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user