Skip to content

Commit 0627c4a

Browse files
committed
Updated mtr help
- Updated combination example to use `innodb_plugin` ``` $ ./mysql-test/mtr rpl.rpl_invoked_features # no rpl.rpl_invoked_features,mix,xtradb_plugin worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 rpl.rpl_invoked_features 'innodb_plugin,mix' [ pass ] 904 rpl.rpl_invoked_features 'mix,xtradb' [ pass ] 1707 rpl.rpl_invoked_features 'innodb_plugin,row' [ pass ] 927 rpl.rpl_invoked_features 'row,xtradb' [ pass ] 828 rpl.rpl_invoked_features 'innodb_plugin,stmt' [ pass ] 855 rpl.rpl_invoked_features 'stmt,xtradb' [ pass ] 952 -------------------------------------------------------------------------- ``` - `gdb` option can take optional gdb arguments (good documentation in KB)
1 parent 9fca664 commit 0627c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6088,7 +6088,7 @@ ($)
60886088
60896089
alias
60906090
main.alias 'main' is the name of the suite for the 't' directory.
6091-
rpl.rpl_invoked_features,mix,xtradb_plugin
6091+
rpl.rpl_invoked_features,mix,innodb_plugin
60926092
suite/rpl/t/rpl.rpl_invoked_features
60936093
60946094
Options to control what engine/variation to run:
@@ -6216,7 +6216,7 @@ ($)
62166216
debug-server Use debug version of server, but without turning on
62176217
tracing
62186218
debugger=NAME Start mysqld in the selected debugger
6219-
gdb Start the mysqld(s) in gdb
6219+
gdb[=gdb_arguments] Start the mysqld(s) in gdb
62206220
manual-debug Let user manually start mysqld in debugger, before
62216221
running test(s)
62226222
manual-gdb Let user manually start mysqld in gdb, before running

0 commit comments

Comments
 (0)