Skip to content

Commit

Permalink
Clarified abbreviated option names in some tests, to avoid
Browse files Browse the repository at this point in the history
problems with ambiguous options in the future.
  • Loading branch information
sysprg committed Apr 11, 2021
1 parent 8ff0ac4 commit d5dacca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ while($ntables)
-- echo ### detect failure. Before the patch mysqlbinlog would find
-- echo ### a corrupted event, thence would fail.
-- let $MYSQLD_DATADIR= `SELECT @@datadir`
-- exec $MYSQL_BINLOG -v --hex $MYSQLD_DATADIR/master-bin.000001 > $MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug50018.binlog
-- exec $MYSQL_BINLOG -v --hexdump $MYSQLD_DATADIR/master-bin.000001 > $MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug50018.binlog

## clean up
## For debugging purposes you might want not to remove these
Expand Down
8 changes: 4 additions & 4 deletions mysql-test/t/mysqldump-nl.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ create procedure sp() select * from `v1
flush tables;
use test;

exec $MYSQL_DUMP --compact --comment --routines --add-drop-database --databases 'mysqltest1
exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
1tsetlqsym';

exec $MYSQL_DUMP --compact --comment --routines --add-drop-database --databases 'mysqltest1
exec $MYSQL_DUMP --compact --comments --routines --add-drop-database --databases 'mysqltest1
1tsetlqsym' | $MYSQL;

show tables from `mysqltest1
Expand All @@ -45,11 +45,11 @@ create database `test\``

show databases like 'test%';

exec $MYSQL_DUMP --compact --comment --add-drop-database --databases 'test`' 'test\`
exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
\! ls
#';

exec $MYSQL_DUMP --compact --comment --add-drop-database --databases 'test`' 'test\`
exec $MYSQL_DUMP --compact --comments --add-drop-database --databases 'test`' 'test\`
\! ls
#' | $MYSQL;

Expand Down
2 changes: 1 addition & 1 deletion mysql-test/t/parser_not_embedded.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ select 7 as expected, /*!01000 1 + /*!01000 8 + /*!01000 error */ 16 + */ 2 + */
select 4 as expected, /* 1 + /*!01000 8 + */ 2 + */ 4;
EOF

--exec $MYSQL --comment --force --table test <$MYSQLTEST_VARDIR/tmp/bug39559.sql
--exec $MYSQL --comments --force --table test <$MYSQLTEST_VARDIR/tmp/bug39559.sql
--remove_file $MYSQLTEST_VARDIR/tmp/bug39559.sql

--echo # Bug#46527 "COMMIT AND CHAIN RELEASE does not make sense"
Expand Down

0 comments on commit d5dacca

Please sign in to comment.