summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-10-31 17:47:22 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2022-10-31 17:47:22 +0100
commit6449af6f2d52c7acb483fcfb186c838edaf0424a (patch)
treeee79f2fe152e79f36eda1c0cc1fdb4c2a2bc8b81 /mysql-test/suite/versioning
parentd23ad3664b0ed980a0245dfcfe2f058d52925e08 (diff)
downloadmariadb-git-6449af6f2d52c7acb483fcfb186c838edaf0424a.tar.gz
fix results after merge
Diffstat (limited to 'mysql-test/suite/versioning')
-rw-r--r--mysql-test/suite/versioning/t/data.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/versioning/t/data.test b/mysql-test/suite/versioning/t/data.test
index 4046ec609dd..ddae6633337 100644
--- a/mysql-test/suite/versioning/t/data.test
+++ b/mysql-test/suite/versioning/t/data.test
@@ -23,7 +23,7 @@ set timestamp=default;
--exec $MYSQL_DUMP --compact --as-of="1990-08-04 00:00" test t1
## Forged query protection
--echo #MYSQL_DUMP --compact --as-of="1990-08-04 00:00' where 'abc" test 2>&1
---replace_result mysqldump.exe mysqldump
+--replace_result mariadb-dump.exe mariadb-dump
--error 1
--exec $MYSQL_DUMP --compact --as-of="1990-08-04 00:00' where 'abc" test 2>&1