1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-16733 mysqldump --tab and --xml options are conflicting

This commit is contained in:
Sergei Golubchik
2022-09-17 23:35:05 +02:00
parent a3dbd5de44
commit a39b4848e4
3 changed files with 13 additions and 0 deletions

View File

@ -2980,3 +2980,10 @@ DROP DATABASE test1;
--remove_file $MYSQLTEST_VARDIR/tmp/dumptest1.sql
--echo # End of 10.3 tests
#
# MDEV-16733 mysqldump --tab and --xml options are conflicting
#
--replace_result mysqldump.exe mysqldump
--error 1
--exec $MYSQL_DUMP --xml --tab=$MYSQLTEST_VARDIR/tmp 2>&1