~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
980
980
        -if [ -e bin/ndbd -o -e storage/ndb/src/kernel/ndbd ] ; then \
981
981
          cd mysql-test ; \
982
982
            MTR_BUILD_THREAD=auto \
983
 
              @PERL@ ./mysql-test-run.pl --comment=ndb+rpl_ndb+ps --force --timer \
984
 
                  --ps-protocol --mysqld=--binlog-format=row --suite=ndb,rpl_ndb ; \
 
983
              @PERL@ ./mysql-test-run.pl --comment=ndb+ps --force --timer \
 
984
                  --ps-protocol --mysqld=--binlog-format=row --suite=ndb ; \
985
985
            MTR_BUILD_THREAD=auto \
986
986
              @PERL@ ./mysql-test-run.pl --comment=ndb --force --timer \
987
987
                  --with-ndbcluster-only ; \