Skip to content

Commit 066773e

Browse files
committed
after-merge fix: update the test to pass in --ps
1 parent 898521e commit 066773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/main/temp_table_symlink.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ chdir "$ENV{MYSQL_TMP_DIR}/mysqld.1/";
1212
for (<#sql*.MYI>) {
1313
/^(#sql-temptable-[0-9a-f]+)(-[0-9a-f]+-)([0-9a-f]+)\.MYI$/ or die $_;
1414
symlink "$ENV{datadir}/test/d1.MYI", sprintf "$1$2%x.MYI", hex($3)+1;
15-
symlink "$ENV{datadir}/test/d1.MYI", sprintf "$1$2%x.MAI", hex($3)+1;
1615
symlink "$ENV{datadir}/test/d1.MYI", sprintf "$1$2%x.MAI", hex($3)+2;
1716
symlink "$ENV{datadir}/test/d1.MYI", sprintf "$1$2%x.MAI", hex($3)+3;
17+
symlink "$ENV{datadir}/test/d1.MYI", sprintf "$1$2%x.MAI", hex($3)+4;
1818
symlink "$ENV{datadir}/test/d1.MYI", "$1-0.MAI";
1919
}
2020
EOF

0 commit comments

Comments
 (0)