diff options
author | Georgi Kodinov <joro@sun.com> | 2010-03-02 14:43:21 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2010-03-02 14:43:21 +0200 |
commit | ee4a3099b3ebf0c9b448e4404665bb0a8638dc3f (patch) | |
tree | 10fa65e07d3c7bb838f11f08e8c7a70ed0abe5a1 /mysql-test/collections/default.daily | |
parent | d6678deab8ec0628aa57522705adccaedea5f8cd (diff) | |
download | mariadb-git-ee4a3099b3ebf0c9b448e4404665bb0a8638dc3f.tar.gz |
Moved the ndb related tests out of the per-push pb2 run to the daily pb2 run.
Diffstat (limited to 'mysql-test/collections/default.daily')
-rw-r--r-- | mysql-test/collections/default.daily | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/collections/default.daily b/mysql-test/collections/default.daily index 56714662b8f..c71297878f7 100644 --- a/mysql-test/collections/default.daily +++ b/mysql-test/collections/default.daily @@ -1 +1,7 @@ perl mysql-test-run.pl --timer --force --comment=rpl_ndb_row --vardir=var-rpl_ndb_row --suite=rpl_ndb,ndb --mysqld=--binlog-format=row --experimental=collections/default.experimental + +perl mysql-test-run.pl --timer --force --parallel=auto --comment=n_mix --vardir=var-n_mix --mysqld=--binlog-format=mixed --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=auto --comment=ps_row --vardir=var-ps_row --ps-protocol --mysqld=--binlog-format=row --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=auto --comment=embedded --vardir=var-emebbed --embedded --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=auto --comment=rpl_binlog_row --vardir=var-rpl_binlog_row --suite=rpl,binlog --mysqld=--binlog-format=row --experimental=collections/default.experimental +perl mysql-test-run.pl --timer --force --parallel=auto --comment=funcs_1 --vardir=var-funcs_1 --suite=funcs_1 --experimental=collections/default.experimental |