Skip to content

Commit 6449af6

Browse files
committed
fix results after merge
1 parent d23ad36 commit 6449af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/versioning/t/data.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set timestamp=default;
2323
--exec $MYSQL_DUMP --compact --as-of="1990-08-04 00:00" test t1
2424
## Forged query protection
2525
--echo #MYSQL_DUMP --compact --as-of="1990-08-04 00:00' where 'abc" test 2>&1
26-
--replace_result mysqldump.exe mysqldump
26+
--replace_result mariadb-dump.exe mariadb-dump
2727
--error 1
2828
--exec $MYSQL_DUMP --compact --as-of="1990-08-04 00:00' where 'abc" test 2>&1
2929

0 commit comments

Comments
 (0)