Skip to content

Commit 42d6f21

Browse files
committed
fix
1 parent 835df42 commit 42d6f21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mysql-test/suite/s3/debug.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ select count(*) from t1;
2424
count(*)
2525
100
2626
set @@global.s3_debug=0;
27-
FOUND 8 /s3_test_/ in mysqld.1.err
27+
FOUND 10 /s3_test_/ in mysqld.1.err
2828
select count(*) from t1;
2929
count(*)
3030
100
3131
drop table t1;
32-
FOUND 8 /s3_test_/ in mysqld.1.err
32+
FOUND 10 /s3_test_/ in mysqld.1.err

0 commit comments

Comments
 (0)