diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-05 15:08:37 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-05 15:08:37 +0300 |
commit | 87040c1f61b9524c2b8d21e616bac8988080875f (patch) | |
tree | 64caab6e7d4a7167ee56b4f7d6572bb07c30750a /Makefile.am | |
parent | 0dcfd2ad1b3af05e5fafe6401a7767bea89c8744 (diff) | |
parent | 99573f7f4b5aedb197213cc1a10a0fcea3867a0a (diff) | |
download | mariadb-git-87040c1f61b9524c2b8d21e616bac8988080875f.tar.gz |
Auto-merge from mysql-next-mr.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 79c98d9d4a9..a4b02d23393 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,8 @@ test-pr: test-ns: cd mysql-test ; \ - @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed + @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed ; \ + @PERL@ ./mysql-test-run.pl $(force) $(mem) --suite=funcs_1 test-binlog-statement: cd mysql-test ; \ |