From: magnus.blaudd Date: November 20 2012 7:33pm Subject: bzr push into mysql-5.1-telco-7.1 branch (magnus.blaudd:4666 to 4667) List-Archive: http://lists.mysql.com/commits/145347 Message-Id: <20121120193319.20798.43463.4667@wholphin> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4667 magnus.blaudd@stripped 2012-11-20 [merge] Merge modified: storage/ndb/compile-cluster storage/ndb/src/ndbapi/ndberror.c 4666 Bernd Ocklin 2012-11-20 fix clusterj tests with odd java path names modified: mysql-test/lib/My/Exec.pm mysql-test/suite/ndb/include/have_java.inc mysql-test/suite/ndb/include/run_java.inc === modified file 'storage/ndb/compile-cluster' --- a/storage/ndb/compile-cluster 2012-11-13 14:17:07 +0000 +++ b/storage/ndb/compile-cluster 2012-11-20 17:24:42 +0000 @@ -195,8 +195,27 @@ if ($is_windows) push(@args, "$srcdir/configure"); push(@args, "--enable-silent-rules"); + # Standard MySQL Server 5.1 hardcoded options + push(@args, "--enable-assembler"); + push(@args, "--with-extra-charsets=complex"); + push(@args, "--enable-thread-safe-client"); + push(@args, "--with-big-tables"); + push(@args, "--enable-local-infile"); + push(@args, "--with-ssl"); + + # Choose readline or libedit based + if (-d "$srcdir/cmd-line-utils/readline") + { + push(@args, "--with-readline"); + } + elsif (-d "$srcdir/cmd-line-utils/libedit") + { + push(@args, "--with-libedit"); + } + if ($opt_debug) { + print("compile-cluster: debug build requested\n"); push(@args, "--with-debug"); } @@ -207,9 +226,6 @@ if ($is_windows) } else { - # MySQL Server options - push(@args, "--with-ssl"); - # NDB options push(@args, "--with-plugin-ndbcluster"); push(@args, "--with-ndb-test"); @@ -219,6 +235,8 @@ if ($is_windows) { print("compile-cluster: autotest build requested, extra everything\n"); push(@args, "--with-ndb-ccflags='-DERROR_INSERT'"); + push(@args, "--with-embedded-server"); + push(@args, "--with-plugins=max"); } cmd("sh", @args, @ARGV); === modified file 'storage/ndb/src/ndbapi/ndberror.c' --- a/storage/ndb/src/ndbapi/ndberror.c 2012-11-06 10:23:32 +0000 +++ b/storage/ndb/src/ndbapi/ndberror.c 2012-11-20 18:52:33 +0000 @@ -594,7 +594,7 @@ ErrorBundle ErrorCodes[] = { { 1426, DMEC, SE, "No such subscriber" }, { 1427, DMEC, NR, "Api node died, when SUB_START_REQ reached node "}, { 1428, DMEC, IE, "No replica to scan on this node (internal index stats error)" }, - { 1429, DMEC, IE, "Subscriber node undefined in SubStartReq (config change \?)" }, + { 1429, DMEC, IE, "Subscriber node undefined in SubStartReq (config change?)" }, { 4004, DMEC, AE, "Attribute name or id not found in the table" }, No bundle (reason: useless for push emails).