------------------------------------------------------------
revno: 112
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Mon 2007-05-07 01:01:13 -0700
message:
Fixed Perl test programs to use createNdb instead of getNdb.
modified:
perl/async.pl async.pl-20070323111328-n9taxfigqgv14j06-1
perl/test.pl
svn-v2:1@5fca6d9a-db22-0410-b55c-899b0a28da89-trunk-perl5%2ftest.pl
=== modified file 'perl/async.pl'
--- a/perl/async.pl 2007-05-05 08:43:18 +0000
+++ b/perl/async.pl 2007-05-07 08:01:13 +0000
@@ -68,7 +68,7 @@
exit -1;
} else { print "cluster ready\n"; }
-$myNdb = $connection->getNdb("test");
+$myNdb = $connection->createNdb("test");
if ($myNdb->init(4) == -1) {
=== modified file 'perl/test.pl'
--- a/perl/test.pl 2007-04-28 06:52:48 +0000
+++ b/perl/test.pl 2007-05-07 08:01:13 +0000
@@ -67,7 +67,7 @@
exit -1;
} else { print "cluster ready\n"; }
-$myNdb = $connection->getNdb("test");
+$myNdb = $connection->createNdb("test");
if ($myNdb->init(4) == -1) {
| Thread |
|---|
| • Rev 112: Fixed Perl test programs to use createNdb instead of getNdb. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 7 May |