diff options
author | Anel Husakovic <anel@mariadb.org> | 2020-10-17 14:33:04 +0200 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2020-10-17 14:37:24 +0200 |
commit | 7ad89410f34fbcd7785b3030c09cc623a76bdb46 (patch) | |
tree | 53d16fd29bfa8bc02627a0fff307af6dbbccced1 | |
parent | 95bb3cb886cb64be3ee5ace660bb78618dd4c1d0 (diff) | |
download | mariadb-git-bb-10.2-anel-mtrhelp.tar.gz |
Update mtr helpbb-10.2-anel-mtrhelp
- Based on patch: d6a983351c5a454bd0cb113852f
- Update combination example for 10.2 (commit 2a3fe45dd2df added change
for 10.3+)
```
==============================================================================
TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
rpl.rpl_invoked_features 'innodb,mix' [ pass ] 1677
rpl.rpl_invoked_features 'innodb,row' [ pass ] 3516
rpl.rpl_invoked_features 'innodb,stmt' [ pass ] 1609
--------------------------------------------------------------------------
```
- `gdb` option will be added during the merge
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 30cc833ad99..ef3fd6294f4 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -6418,7 +6418,7 @@ Examples: alias main.alias 'main' is the name of the suite for the 't' directory. -rpl.rpl_invoked_features,mix,xtradb_plugin +rpl.rpl_invoked_features,mix,innodb suite/rpl/t/rpl.rpl_invoked_features Options to control what engine/variation to run: |