mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
WL#3337 (Events new architecture)
Small updates before patch submit.
This commit is contained in:
@ -3461,6 +3461,11 @@ sub run_mysqltest ($) {
|
||||
mtr_add_arg($args, "--big-test");
|
||||
}
|
||||
|
||||
if ( $opt_valgrind )
|
||||
{
|
||||
mtr_add_arg($args, "--valgrind");
|
||||
}
|
||||
|
||||
if ( $opt_compress )
|
||||
{
|
||||
mtr_add_arg($args, "--compress");
|
||||
|
Reference in New Issue
Block a user