Skip to content
Snippets Groups Projects
Commit bec2a3e3 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Properly suffix table index files.

parent 61797882
No related branches found
No related tags found
No related merge requests found
......@@ -574,8 +574,8 @@ foreach my $spec (@todo) {
my $check_failed = 0;
foreach my $table (@tables) {
foreach
my $index ( glob( catfile( $staging_dir, $table, '*.MYI' ) ) )
foreach my $index (
glob( catfile( $staging_dir, sprintf( '%s*.MYI', $table ) ) ) )
{
my @check_cmd = (
$executables{'myisamchk'},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment