diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-15 19:43:26 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-15 19:43:26 +0300 |
commit | 6be830e14bea8ec7c1707b0c505752bee6587203 (patch) | |
tree | ceed4d0991e755448ab5f890be549033579b4238 | |
parent | a3bc225ecf757c866e9406a28e5b88ab22f57e6b (diff) | |
download | mariadb-git-6be830e14bea8ec7c1707b0c505752bee6587203.tar.gz |
Enable ndb and rpl_ndb test suites in daily builds.
-rw-r--r-- | mysql-test/collections/default.daily | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/collections/default.daily b/mysql-test/collections/default.daily index 52af68328c4..a95e5f4657d 100644 --- a/mysql-test/collections/default.daily +++ b/mysql-test/collections/default.daily @@ -2,3 +2,4 @@ perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collection perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=ps_row --vardir=var-ps_row --ps-protocol --mysqld=--binlog-format=row perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=embedded --vardir=var-emebbed --embedded perl mysql-test-run.pl --timer --force --parallel=auto --experimental=collections/default.experimental --comment=funcs_1 --vardir=var-funcs_1 --suite=funcs_1 +perl mysql-test-run.pl --timer --force --parallel=auto --comment=rpl_ndb_row --vardir=var-rpl_ndb_row --mysqld=--binlog-format=row --suite=rpl_ndb,ndb |