mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Make test case-insenstive so it works on 5.0 as well as 5.1+.
This commit is contained in:
@@ -174,7 +174,7 @@ ok(
|
|||||||
my $row = $dbh1->selectrow_arrayref("show create table test.mk_upgrade_left");
|
my $row = $dbh1->selectrow_arrayref("show create table test.mk_upgrade_left");
|
||||||
like(
|
like(
|
||||||
$row->[1],
|
$row->[1],
|
||||||
qr/`SUM\(total\)`\s+double\sDEFAULT/,
|
qr/`SUM\(total\)`\s+double\sDEFAULT/i,
|
||||||
"No M,D in table def (bug 926598)"
|
"No M,D in table def (bug 926598)"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user