Download project files

How do I verify a download?


110 of 33 releases

0.7.1 (Oh! What do you know? This one is better...) release from the trunk series released

Release information
Changelog:

------------------------------------------------------------
revno: 466
tags: 0.7.1
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-10-30 02:20:16 -0200
message:
  Merged getStringBytes patch from Anton.
------------------------------------------------------------
revno: 465
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-10-30 02:20:04 -0200
message:
  Changed ArrayList<> to EnumSet<>
------------------------------------------------------------
revno: 464
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 18:17:51 -0200
message:
  Added stdlib.h, since that's where malloc is defined.
------------------------------------------------------------
revno: 463
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 18:17:25 -0200
message:
  Killed a warning.
------------------------------------------------------------
revno: 462
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 18:09:28 -0200
message:
  Added build dep so that gmake -j32 doesn't execute ant before it should.
------------------------------------------------------------
revno: 461
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 17:21:20 -0200
message:
  Updated libtool to latest.
  Removed libtoolize from autogen. We're goingt to treat it sort of like gettextize and see how that works.
------------------------------------------------------------
revno: 460
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-10-28 17:06:29 -0200
message:
  Merged changes... turns out modern code is better anyway.
    ------------------------------------------------------------
    revno: 409.1.3
    committer: Monty Taylor <email address hidden>
    branch nick: 0.7.0
    timestamp: Tue 2008-10-28 16:53:06 -0200
    message:
      Fixed hardcoded GCC-isms plus our lack of actually using CFLAGs from mysql_config.
    ------------------------------------------------------------
    revno: 409.1.2
    committer: Monty Taylor <email address hidden>
    branch nick: 0.7.0
    timestamp: Tue 2008-10-28 16:52:40 -0200
    message:
      Removed trailing , in enum. Breaks Solaris build. (and it's also technically illegal)
    ------------------------------------------------------------
    revno: 409.1.1
    committer: Monty Taylor <email address hidden>
    branch nick: 0.7.0
    timestamp: Tue 2008-10-28 16:51:36 -0200
    message:
      Changed int[] to int* with a malloc so that we can dynamically size it.
------------------------------------------------------------
revno: 459
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:38:10 -0700
message:
  Fixed eclipse file.
------------------------------------------------------------
revno: 458
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:31:04 -0700
message:
  Removed prj.el - I really don't use it.
------------------------------------------------------------
revno: 457
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:29:31 -0700
message:
  events.i->Events.i and listeners.i->Listeners.i in Makefile.am.
------------------------------------------------------------
revno: 456
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:28:26 -0700
message:
  Removed ndb_init() from NdbjJNI.java.
------------------------------------------------------------
revno: 455
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:27:55 -0700
message:
  Changed ndbj.i->Ndbj.i in Makefile.am.
------------------------------------------------------------
revno: 454
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-10-06 13:24:48 -0700
message:
  Merged from Craig.
    ------------------------------------------------------------
    revno: 449.1.9
    committer: Craig L Russell <email address hidden>
    branch nick: static-initializer
    timestamp: Sat 2008-10-04 18:12:15 -0700
    message:
      Remove extra initialization from NdbClusterConnection.
      The first call to any Ndbj method will cause the native library to be loaded.
      Extra logic in NdbClusterConnection is unnecessary.
    ------------------------------------------------------------
    revno: 449.1.8
    committer: Craig L Russell <email address hidden>
    branch nick: static-initializer
    timestamp: Sat 2008-10-04 17:04:28 -0700
    message:
      Removed System.err.print for normal condition.
    ------------------------------------------------------------
    revno: 449.1.7
    committer: Craig L Russell <email address hidden>
    branch nick: new-javadoc
    timestamp: Sat 2008-10-04 14:17:19 -0700
    message:
      Fix javadoc errors.
    ------------------------------------------------------------
    revno: 449.1.6
    committer: Craig L Russell <email address hidden>
    branch nick: capitalize
    timestamp: Fri 2008-10-03 18:08:26 -0700
    message:
      Update .bzrignore to include nbproject, trs.java.sav, and java/generated
    ------------------------------------------------------------
    revno: 449.1.5
    committer: Craig L Russell <email address hidden>
    branch nick: capitalize
    timestamp: Fri 2008-10-03 15:33:44 -0700
    message:
      Rename SWIG-generated module classes to capitalize the first letter
      of Java class names for Ndbj, Mgmj, Events, and Listeners.
      The SWIG .i files were renamed to match the capitalized module names.
      References to the classes were changed to match.
------------------------------------------------------------
revno: 453
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-10-01 21:50:52 -0700
message:
  Merged in from Craig.
    ------------------------------------------------------------
    revno: 449.1.4
    committer: Craig L Russell <email address hidden>
    branch nick: jdbc4
    timestamp: Wed 2008-10-01 15:08:28 -0700
    message:
      This patch fixes an issue with renaming the java/com directory to
      java/src/java/com. There were some JDBC4 hacks that need to be
      changed as well. This patch only applies if 452 is used.
    ------------------------------------------------------------
    revno: 449.1.3
    committer: Craig L Russell <email address hidden>
    branch nick: today
    timestamp: Wed 2008-10-01 12:45:22 -0700
    message:
      Change directory names of source and test java files from com to src/java/com
      and from testsuite to test/java/testsuite. This makes it easier to use with
      Java IDE's such as Netbeans.
    ------------------------------------------------------------
    revno: 449.1.2
    committer: Craig L Russell <email address hidden>
    branch nick: today
    timestamp: Wed 2008-10-01 11:49:08 -0700
    message:
      This patch changes the location of the SWIG-generated java source files
      from java/build to java/generated/java. This segregates the source files
      from the compiled class files which removes a possible circular dependency.
      The jar file and location of the compiled output of the generated classes
      remains the same.
    ------------------------------------------------------------
    revno: 449.1.1
    committer: Craig L Russell <email address hidden>
    branch nick: working
    timestamp: Tue 2008-09-30 18:17:37 -0700
    message:
      Modified the insert loop to only perform BATCH_SIZE inserts at a time.
      The reason for this patch is that the original implementation required
      a database setting of 12000 simultaneous operations. This patch reduces
      the requirement to 1000.
      This test verifies the correct operation of selectCount so the number
      of inserts in the batch is not relevant.
      With thanks to Stewart Smith.
------------------------------------------------------------
revno: 452
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-08-19 22:54:26 -0700
message:
  Renamed realClose back to close globally and made the name change a java-only
  rename.
------------------------------------------------------------
revno: 451
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-08-19 22:49:00 -0700
message:
  Fixed some Ruby test programs.
------------------------------------------------------------
revno: 450
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-08-19 22:37:08 -0700
message:
  Removed autorename option from RUBY.
------------------------------------------------------------
revno: 449
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-08-18 23:56:32 -0700
message:
  Add ref count array for Ndb object creation.
  Change how we tag object creation and deletion for Ndb and NdbClusterConnection
  Rename close() to realClose()... next step, get people to start using delete()
  instead in Java.
  Ndb.close()/Ndb.delete() should now get rid of the c++ object immediately and
  remove the Java jni pointer reference. However, not calling it will just cause
  the object to get reaped when NdbClusterConnection gets GC'd. We _might_ still
  have a race condition here, in which case we'll want to remove the %newobject from createNdb() and make Ndb.close() bypass the swigMemOwn bit. But lets see.
------------------------------------------------------------
revno: 448
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-08-18 23:54:27 -0700
message:
  Force the symlink.
------------------------------------------------------------
revno: 447
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-08-18 20:55:00 -0700
message:
  Suppress a couple of warnings.
------------------------------------------------------------
revno: 446
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-08-18 20:54:40 -0700
message:
  Eclipse fixes for new build dir stuff.
------------------------------------------------------------
revno: 445
committer: Jess Balint <email address hidden>
branch nick: misc
timestamp: Mon 2008-08-18 22:48:28 -0500
message:
  fixed NdbRecAttr.getString() buffer issue (bug#38543)
------------------------------------------------------------
revno: 444
committer: Jess Balint <email address hidden>
branch nick: misc
timestamp: Mon 2008-08-11 13:22:59 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 379.3.7
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-08-09 09:54:30 -0700
    message:
      Ooops. Added getWriteOperation. Sorry Anton.
    ------------------------------------------------------------
    revno: 379.3.6
    committer: Jess Balint <email address hidden>
    branch nick: antbuild
    timestamp: Fri 2008-08-08 11:15:12 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.3.5
    committer: Jess Balint <email address hidden>
    branch nick: antbuild
    timestamp: Thu 2008-08-07 16:33:05 -0500
    message:
      add deleting jar to clean target
    ------------------------------------------------------------
    revno: 379.3.4
    committer: Jess Balint <email address hidden>
    branch nick: antbuild
    timestamp: Mon 2008-08-04 17:53:03 -0500
    message:
      few additional fixes for makefile paths
    ------------------------------------------------------------
    revno: 379.3.3
    committer: Jess Balint <email address hidden>
    branch nick: antbuild
    timestamp: Mon 2008-08-04 17:31:31 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.3.2
    committer: Jess Balint <email address hidden>
    branch nick: antB.test
    timestamp: Thu 2008-07-24 16:23:54 -0500
    message:
      fix ndbpp flags
      remove unneeded check-local dep in java Makefile
    ------------------------------------------------------------
    revno: 379.3.1
    committer: Jess Balint <email address hidden>
    branch nick: antbuild
    timestamp: Thu 2008-07-24 16:09:04 -0500
    message:
      build all java code with Ant (called from Makefile)
------------------------------------------------------------
revno: 443
committer: Jess Balint <email address hidden>
branch nick: misc
timestamp: Fri 2008-08-08 11:15:32 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 379.1.35
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Fri 2008-08-08 08:25:29 -0700
    message:
      Added ChangeLog generation.
    ------------------------------------------------------------
    revno: 379.1.34
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-08-07 15:53:22 -0700
    message:
      Merged.
    ------------------------------------------------------------
    revno: 379.1.33
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-08-07 15:50:43 -0700
    message:
      Added ndb_init to runtime init function.
------------------------------------------------------------
revno: 442
committer: Jess Balint <email address hidden>
branch nick: misc
timestamp: Thu 2008-08-07 17:43:04 -0500
message:
  uncomment needed init call
------------------------------------------------------------
revno: 441
committer: Jess Balint <email address hidden>
branch nick: misc
timestamp: Tue 2008-08-05 14:58:14 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 379.1.32
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-08-04 14:30:48 -0700
    message:
      Turned off post-push messages. Subscribe to launchpad if you want to get them again.
    ------------------------------------------------------------
    revno: 379.1.31
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-08-04 14:11:24 -0700
    message:
      Added PRIMARY_INDEX_NAME constant.
    ------------------------------------------------------------
    revno: 379.1.30
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-08-04 14:11:07 -0700
    message:
      Removed foreign automake option.
    ------------------------------------------------------------
    revno: 379.1.29
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-08-04 14:10:14 -0700
    message:
      Added a (potentially useless) null check in Ndb::close()
    ------------------------------------------------------------
    revno: 379.1.28
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-08-04 14:07:53 -0700
    message:
      Add null check around free of char*
    ------------------------------------------------------------
    revno: 379.1.27
    committer: Jess Balint <email address hidden>
    branch nick: voidint
    timestamp: Sun 2008-07-20 12:28:04 -0500
    message:
      merge
        ------------------------------------------------------------
        revno: 440.2.2
        committer: Jess Balint <email address hidden>
        branch nick: tchint_test
        timestamp: Sun 2008-07-20 12:20:50 -0500
        message:
          merge
            ------------------------------------------------------------
            revno: 379.2.8
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 10:29:31 -0700
            message:
              Fixed stupid sizing bug. (/me slaps self)
            ------------------------------------------------------------
            revno: 379.2.7
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 10:25:20 -0700
            message:
              Configure cleanups. Configure switches for all of the warnings.
              Added -fno-strict-aliasing to allow -O2 on gcc.
              Turn of optimization with --with-debug.
            ------------------------------------------------------------
            revno: 379.2.6
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 09:56:43 -0700
            message:
              Added GLOBAL_CPPFLAGS to cpp dir.
            ------------------------------------------------------------
            revno: 379.2.5
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 07:59:23 -0700
            message:
              Fixed build warnings. As soon as upstream NDB API build warnings are fixed (just submitted the patch) we should be building clean.
            ------------------------------------------------------------
            revno: 379.2.4
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 07:51:37 -0700
            message:
              Re-worked warnings with configure-time switches.
            ------------------------------------------------------------
            revno: 379.2.3
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Wed 2008-07-16 07:05:39 -0700
            message:
              Added in a null check for getNdbTable(). Need to find a decent way to throw a decent exception here.
            ------------------------------------------------------------
            revno: 379.2.2
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Tue 2008-07-15 16:29:33 -0700
            message:
              Added startTransactionBig() as a workaround for needing to pass in bigint/long values.
            ------------------------------------------------------------
            revno: 379.2.1
            committer: Monty Taylor <email address hidden>
            branch nick: trunk
            timestamp: Tue 2008-07-15 16:29:11 -0700
            message:
              Commented out extra warnings, because the included NDB API headers are too unclean.
        ------------------------------------------------------------
        revno: 440.2.1
        committer: Jess Balint <email address hidden>
        branch nick: tchint_test
        timestamp: Wed 2008-07-09 15:42:18 -0500
        message:
          changed NDB_exception_err to take the error obj only (which has error.message)
          Changed Java exception classes to always take a message as a parameter (so exception base class has it)
          removed unneeded code from NdbApiException
          remove non-prefixed exception throwing
    ------------------------------------------------------------
    revno: 379.1.26
    committer: Jess Balint <email address hidden>
    branch nick: voidint
    timestamp: Thu 2008-07-10 17:55:07 -0500
    message:
      change a few methods to voidint that needed it
    ------------------------------------------------------------
    revno: 379.1.25
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-07-09 14:24:27 -0500
    message:
      merge
        ------------------------------------------------------------
        revno: 440.1.2
        committer: Monty Taylor <email address hidden>
        branch nick: trunk
        timestamp: Tue 2008-07-08 17:54:01 +0200
        message:
          Cleaned up automake/autoconf just a tiny bit.
    ------------------------------------------------------------
    revno: 379.1.24
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-07-09 10:54:59 -0500
    message:
      merge
        ------------------------------------------------------------
        revno: 440.1.1
        committer: Monty Taylor <email address hidden>
        branch nick: trunk
        timestamp: Tue 2008-07-08 17:41:02 +0200
        message:
          Updated test.pl to use new methods.
    ------------------------------------------------------------
    revno: 379.1.23
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-07-07 21:21:02 -0500
    message:
      fix doc typo
    ------------------------------------------------------------
    revno: 379.1.22
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-07-07 21:09:36 -0500
    message:
      remove static from some JNI refs that can't be shared across threads (diff JNIEnv ptr)
      store timestamp as UTC in server without conversion from local timezone
      use local timezone for basic date and time tests
      add additional tests for timezone-specifics
    ------------------------------------------------------------
    revno: 379.1.21
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-07-07 18:58:53 -0500
    message:
      updates to fix merge
    ------------------------------------------------------------
    revno: 379.1.20
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-07-07 18:48:49 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.19
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-07-07 12:16:40 -0500
    message:
      added javadoc ant task
      removed unnecessary 'abstract' qualifier from interface methods
    ------------------------------------------------------------
    revno: 379.1.18
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-07-02 13:02:17 -0500
    message:
      fixed offsets for new convention
    ------------------------------------------------------------
    revno: 379.1.17
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-07-02 12:51:08 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.16
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-07-01 19:39:28 -0500
    message:
      changed datetime from Calendar to Timestamp,
        fixed some other date/time issues
    ------------------------------------------------------------
    revno: 379.1.15
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Sun 2008-06-22 18:39:41 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.14
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Sun 2008-06-22 18:36:39 -0500
    message:
      cleanup test
    ------------------------------------------------------------
    revno: 379.1.13
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Sun 2008-06-22 18:35:21 -0500
    message:
      fix offset
    ------------------------------------------------------------
    revno: 379.1.12
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-06-04 03:33:53 -0500
    message:
      merge
------------------------------------------------------------
revno: 440
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-07-07 16:26:47 +0200
message:
  Added IncrementTest to the Makefile.am.
------------------------------------------------------------
revno: 439
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 19:05:21 +0200
message:
  Added code to allow for interpreted increment and decrement of columns.
------------------------------------------------------------
revno: 438
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 16:48:57 +0200
message:
  Added commitStatus().
------------------------------------------------------------
revno: 437
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 16:37:18 +0200
message:
  Added NdbTransaction::getGCI and getTransactionId.
------------------------------------------------------------
revno: 436
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 16:11:12 +0200
message:
  Removed NdbTransaction::restart method, as it's internal.
  Added NdbTransaction::refresh. It's not internal.
------------------------------------------------------------
revno: 435
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 16:05:59 +0200
message:
  Added NdbTransaction.executeAsynch, which sends immediately.
------------------------------------------------------------
revno: 434
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 15:58:59 +0200
message:
  Changed defaults of AbortOption to DefaultAbortOption to match underlying API.
------------------------------------------------------------
revno: 433
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 15:54:09 +0200
message:
  Cleaned up warnings in tests.
------------------------------------------------------------
revno: 432
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 15:53:39 +0200
message:
  Made NdbScanOperationImpl.ScanFlags protected so that normal users will only
  see NdbScanOperation.ScanFlags.
------------------------------------------------------------
revno: 431
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 15:52:52 +0200
message:
  Cleaned up deprecated uses of NdbFilterList - replacing with List<NdbFilterItem>.
------------------------------------------------------------
revno: 430
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 15:29:41 +0200
message:
  Moved AbortOption to NdbOperation::AbortOption and ExecType to NdbTransaction::ExecType, as the bare versions of these are deprecated in the underlying API.
------------------------------------------------------------
revno: 429
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 14:44:24 +0200
message:
  Changed getAutoIncrementValue to return a long instead of a BigInteger.
  Added getBigAutoIncrementValue in case someone really needs that many rows.
------------------------------------------------------------
revno: 428
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 14:33:00 +0200
message:
  Fixed indentation from lazy cut-n-paste.
------------------------------------------------------------
revno: 427
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 14:32:14 +0200
message:
  Moved selectCount to util.cpp. Added versions that take NdbTable as an argument.
------------------------------------------------------------
revno: 426
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 12:30:40 +0200
message:
  Made libtool helper lib for NDB API helper functions and such. Moved things from ndbglobals to it.
------------------------------------------------------------
revno: 425
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-30 12:03:52 +0200
message:
  API CHANGE: Moved selectCount from NdbTransaction to Ndb. Since it creates and commits a transaction internally, it might break other code in an unexpected manner if used as part of an ongoing transaction.
  Changed selectCount to return a long and made a selectCountBig that returns the full Uint64==BigInteger for those cases where you really might have more rows than will fit in a Java Long.
------------------------------------------------------------
revno: 424
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-06-27 12:52:57 +0300
message:
  Added InvalidSchemaObjectVersion to test suite.
------------------------------------------------------------
revno: 423
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-06-27 06:54:16 +0300
message:
  Added port of InsertRetryTest and a new test for triggering a Temporary Exception.
------------------------------------------------------------
revno: 422
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 12:29:34 -0700
message:
  Aligned table_name->tablename like with junit.
------------------------------------------------------------
revno: 421
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 12:26:24 -0700
message:
  Made tablename variable consistent.
------------------------------------------------------------
revno: 420
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 12:21:39 -0700
message:
  Added copyright headers to pyunit tests. Cleaned up existing tests.
------------------------------------------------------------
revno: 419
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 11:50:17 -0700
message:
  Changed refs of Int32, Uint32, Int64 and Uint64 to int, long, uint and ulong in
  the wrapper code to be consistent. (we were doing both)
------------------------------------------------------------
revno: 418
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 11:49:31 -0700
message:
  Added python port of BasicTest.
  Added getSingleValue to ClusterTestCase.
------------------------------------------------------------
revno: 417
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-24 11:46:26 -0700
message:
  Added copyright headers and modelines to junit tests. Reformatted.
------------------------------------------------------------
revno: 416
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-23 19:59:12 -0700
message:
  Added typemap to lower the column id index to match JDBC.
------------------------------------------------------------
revno: 415
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-06-19 19:03:30 -0700
message:
  More formatting cleanup.
------------------------------------------------------------
revno: 414
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-06-19 21:33:41 +0200
message:
  Added GPL copyright headers. Re-formatted with 4-space indent.
------------------------------------------------------------
revno: 413
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-06-19 20:53:28 +0200
message:
  Removed NdbFactory from other languages.
  Made NdbClusterConnection::create a static method from the SWIG/C side.
  Changed NdbClusterConnection.java to proxy NdbClusterConnectionImpl.create.
------------------------------------------------------------
revno: 412
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-06-19 19:54:46 +0200
message:
  Added ndbapi_scan example program.
------------------------------------------------------------
revno: 411
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-06-19 19:51:16 +0200
message:
  Added batchupdate example program.

File Description Downloads
download icon ndb-bindings-0.7.1.tar.gz (md5, sig) source tarball 497
last downloaded 10 weeks ago
Total downloads: 497

0.7.0 (Maybe the next release will be better) release from the trunk series released

Release information
Release notes:

REMOVED NdbFactory. Added static factory methods to NdbClusterConnection instead.
We forgot to actually return the value at the end of NdbTransaction::getNextCompletedOperation.
Migration of get*Operation() methods from Java layer to SWIG layer.
PYTHON: Added .value property to NdbRecAttr that calls the appropriate get* switching on column type.
WL#4368 Fix NDB/J Unit Tests
Fixed Binary out typemap. (null terminate string length is not so useful here).
Split mgm.j into multiple files.
JAVA: Added a List<> based replacement for NdbFilterList.
Added single-node versions of stop, start and restart.
Removed NdbMgmError enum from being wrapped, since we are now "wrapping" it with Exceptions.
Made an Exception for each value of NdbError.Classification.
Added the Exception classes for MGM/J....

Changelog:

revno: 408
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 19:21:30 +0200
message:
  Fixed a comment.
------------------------------------------------------------
revno: 407
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 19:21:13 +0200
message:
  Bumped version number to 0.7.0, since that's what we're going to release.
------------------------------------------------------------
revno: 406
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 18:11:08 +0200
message:
  REMOVED NdbFactory. Added static factory methods to NdbClusterConnection instead.
------------------------------------------------------------
revno: 405
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:51:22 +0200
message:
  Removed some extra NdbFactory cruft.
------------------------------------------------------------
revno: 404
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:21:54 +0200
message:
  We forgot to actually return the value at the end of NdbTransaction::getNextCompletedOperation.
------------------------------------------------------------
revno: 403
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:19:40 +0200
message:
  Merged in Dave's changes.
    ------------------------------------------------------------
    revno: 400.1.1
    committer: David Shrewsbury <email address hidden>
    branch nick: my-branch
    timestamp: Tue 2008-06-10 08:37:51 -0400
    message:
      * Migration of get*Operation() methods from Java layer to SWIG layer.
      * Removed NdbOperationFactoryImpl.java since it is no longer needed.
------------------------------------------------------------
revno: 402
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-06-10 17:17:19 +0200
message:
  Added .value property that calls the appropriate get* switching on column type.
------------------------------------------------------------
revno: 401
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 16:01:35 +0200
message:
  Make it ok for bzr log to fail (thanks kent)
------------------------------------------------------------
revno: 400
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 14:14:10 +0200
message:
  Re-merged in Jess's changes. (oops)
    ------------------------------------------------------------
    revno: 379.1.11
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:59:35 -0500
    message:
      test fixes to accomodate for bin fix
    ------------------------------------------------------------
    revno: 379.1.10
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:46:12 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.9
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Thu 2008-05-29 23:41:42 -0500
    message:
      enable assert
    ------------------------------------------------------------
    revno: 379.1.8
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 20:15:27 -0500
    message:
      aux fixes for removal of testcase
      added method for byte array comparison
      many more test cleanups
    ------------------------------------------------------------
    revno: 379.1.7
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 18:36:50 -0500
    message:
      added asserts to tests, and re-organized where needed
      removed redundant/useless NdbIndexScanOperationUtf8Latin1Test
    ------------------------------------------------------------
    revno: 379.1.6
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Wed 2008-05-21 14:24:31 -0500
    message:
      merge
    ------------------------------------------------------------
    revno: 379.1.5
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:32:59 -0500
    message:
      merge and fix Makefile for test rename
    ------------------------------------------------------------
    revno: 379.1.4
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:21:17 -0500
    message:
      renamed test
    ------------------------------------------------------------
    revno: 379.1.3
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Tue 2008-05-20 13:16:40 -0500
    message:
      clean up and improve test
    ------------------------------------------------------------
    revno: 379.1.2
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-05-19 22:50:10 -0500
    message:
      cleaned up and improved test
    ------------------------------------------------------------
    revno: 379.1.1
    committer: Jess Balint <email address hidden>
    branch nick: cndb-lp
    timestamp: Mon 2008-05-19 19:03:46 -0500
    message:
      removed useless retry and delete logic
      added additional testing with JDBC and NdbScanFilter
------------------------------------------------------------
revno: 399
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-06-02 14:11:56 +0200
message:
  Initial DateTime work.
------------------------------------------------------------
revno: 398
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-05-31 09:18:46 +0200
message:
  Forgot to add NdbMgmFilterListImpl.java to the Makefile and to bzr.
------------------------------------------------------------
revno: 397
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-29 08:16:40 +0200
message:
  Added comment about getCPtr protection level.
------------------------------------------------------------
revno: 396
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-29 06:52:40 +0200
message:
  Fixed Binary out typemap. (null terminate string length is not so useful here).
  Modified the test real quick to test for the length and the trailing nulls.
------------------------------------------------------------
revno: 395
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 12:27:27 +0200
message:
  Split mgm.j into multiple files.
------------------------------------------------------------
revno: 394
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 11:48:11 +0200
message:
  Added a List<> based replacement for NdbFilterList.
------------------------------------------------------------
revno: 393
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-28 11:38:57 +0200
message:
  Added single-node versions of stop, start and restart.
------------------------------------------------------------
revno: 392
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-05-23 13:43:50 -0500
message:
  Oops. Slight ordering problem.
------------------------------------------------------------
revno: 391
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-05-23 13:41:10 -0500
message:
  Cleaned up exceptions, javadocs and headers for NdbClusterConnection.
------------------------------------------------------------
revno: 390
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 15:29:04 -0700
message:
  Removed NdbMgmError enum from being wrapped, since we are now "wrapping" it with Exceptions.
------------------------------------------------------------
revno: 389
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 14:57:56 -0700
message:
  Added the Exception classes for MGM/J.
------------------------------------------------------------
revno: 388
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Thu 2008-05-22 10:05:11 -0700
message:
  Made an Exception for each value of NdbError.Classification. Also made one for
  each NdbError.Status, but those are intended to be base classes and/or groupings
   for the Classification errors.
------------------------------------------------------------
revno: 387
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 13:40:52 -0700
message:
  WL#4363 - Support for Decimal type in NDB/Bindings

  Added a null trap to NDB/J. Ported a change from Python into the NDB/J code.
------------------------------------------------------------
revno: 386
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 13:38:02 -0700
message:
  WL#4370 - Decimal support for NDB/Python

  Finshed decimal support for Python. Input and output now work.
------------------------------------------------------------
revno: 385
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Wed 2008-05-21 11:55:43 -0700
message:
  Changed test name.
------------------------------------------------------------
revno: 384
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 20:38:38 -0700
message:
  Fixed getNextCompletedOperation to work with the null checks.
------------------------------------------------------------
revno: 383
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 20:14:15 -0700
message:
  Change to JNI declaration of the constructor.
------------------------------------------------------------
revno: 382
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 09:41:08 -0700
message:
  Added generic null check for all swig generated types.
------------------------------------------------------------
revno: 381
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-05-20 09:39:21 -0700
message:
  Moved javaout for NdbOperation to NdbTransaction.i.
  Removed the null check specific to NdbTransaction.
------------------------------------------------------------
revno: 380
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-05-19 17:08:30 -0700
message:
  Added in code to trap for NULL NdbTransactions.
------------------------------------------------------------
revno: 379
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-19 15:43:40 -0500
message:
  merge
  re-disable dbugPush
    ------------------------------------------------------------
    revno: 355.3.15
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-19 12:08:14 -0700
    message:
      Added refcounting stuff for NdbOperation to support the move of get*Operation back down to C++ land.
    ------------------------------------------------------------
    revno: 355.3.14
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 11:24:06 -0700
    message:
      Fixed a bad param in decimal.i and cleaned up test case on suggestions from Jess.
    ------------------------------------------------------------
    revno: 355.3.13
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 01:35:46 -0700
    message:
      Fixed the decimal typemaps for Java. Made things easier - convert to string first.
    ------------------------------------------------------------
    revno: 355.3.12
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sat 2008-05-17 01:34:35 -0700
    message:
      WL#4363 Support for Decimal type in NDB/Bindings

      Added Decimal type support and a test. The test passes.
      There are still some things related to matching up of scale that should probably be done.
    ------------------------------------------------------------
    revno: 355.3.11
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Fri 2008-05-16 01:53:51 -0700
    message:
      Ran autoupdate on m4 files. Got rid of deprecated constructs.
    ------------------------------------------------------------
    revno: 355.3.10
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Fri 2008-05-16 01:53:28 -0700
    message:
      Cleaned up the Ruby automake stuff so that it works on linux again.
------------------------------------------------------------
revno: 378
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-19 15:13:45 -0500
message:
  mass reformatting of tests and removal of all unneeded exception "un-handling"
------------------------------------------------------------
revno: 377
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 01:26:13 -0500
message:
  fixed some small stuff
------------------------------------------------------------
revno: 376
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 01:19:36 -0500
message:
  fix useless asserts
  cleanups for tests and exception stuff
------------------------------------------------------------
revno: 375
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Sat 2008-05-17 00:17:56 -0500
message:
  change table name not to conflict with prev test (causes schema out of date exception)
  removed useless asserts and exception "unhandling"
  fixed commit of deletes during scan
------------------------------------------------------------
revno: 374
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Fri 2008-05-16 23:59:26 -0500
message:
  switch back to *correct* column indexes
  fix committing of deleted records while scanning
------------------------------------------------------------
revno: 373
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Fri 2008-05-16 23:57:29 -0500
message:
  use html escapes in some javadoc strings
------------------------------------------------------------
revno: 372
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Wed 2008-05-14 15:33:08 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.3.9
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 13:09:48 -0700
    message:
      "Fixed" ruby build on OSX. Should _really_ do this right - and get it done with libtool instead.
    ------------------------------------------------------------
    revno: 355.3.8
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:56:30 -0700
    message:
      WL#4364 - And cleaned up com.mysql.cluster.ndbapi.NdbIndexOperation interface.
    ------------------------------------------------------------
    revno: 355.3.7
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:52:56 -0700
    message:
      Since we're possibly using a different JDK than the user might be expecting, warn them.
    ------------------------------------------------------------
    revno: 355.3.6
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:45:13 -0700
    message:
      WL#4364 - Removed some Interpreted Program code I'd missed.
    ------------------------------------------------------------
    revno: 355.3.5
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:43:38 -0700
    message:
      Added explicit casts from (jint *) to (int *) to make g++ on Apple happy.
    ------------------------------------------------------------
    revno: 355.3.4
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:43:01 -0700
    message:
      Added files in cpp to EXTRA_DIST.
    ------------------------------------------------------------
    revno: 355.3.3
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 12:42:26 -0700
    message:
      Fixed build error on Apple where JDK paths are wonky. It's a little kludgy, but works so far.
    ------------------------------------------------------------
    revno: 355.3.2
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Wed 2008-05-14 02:04:10 -0700
    message:
      Merged.
    ------------------------------------------------------------
    revno: 355.3.1
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 12:23:13 -0700
    message:
      Added a whole bunch of generated files to the .bzrignore file.
------------------------------------------------------------
revno: 371
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Tue 2008-05-13 14:13:04 -0500
message:
  untest
------------------------------------------------------------
revno: 370
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Tue 2008-05-13 14:12:23 -0500
message:
  test
------------------------------------------------------------
revno: 369
committer: Jess Balint <email address hidden>
branch nick: cndb-lp
timestamp: Mon 2008-05-12 02:53:51 -0500
message:
  fix blob null check and clean up NdbBlobTest
------------------------------------------------------------
revno: 368
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Sat 2008-05-10 01:14:15 -0500
message:
  cleaned up and fixed NdbOperationTest
------------------------------------------------------------
revno: 367
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 23:38:20 -0500
message:
  fixed and cleaned up QuickAsyncTest
  exposed error on callback to check for async error conditions
------------------------------------------------------------
revno: 366
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 19:02:05 -0500
message:
  improve error reporting in TestCallback
  fixed and cleaned up MultipleAsyncTest
------------------------------------------------------------
revno: 365
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Fri 2008-05-09 13:52:54 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.77
    committer: David Shrewsbury <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 16:06:57 -0400
    message:
      test
    ------------------------------------------------------------
    revno: 355.2.2
    committer: David Shrewsbury <email address hidden>
    branch nick: proj2
    timestamp: Thu 2008-05-08 15:46:02 -0400
    message:
      Fix for ordered index scan test. Order the results properly.
    ------------------------------------------------------------
    revno: 355.2.1
    committer: David Shrewsbury <email address hidden>
    branch nick: proj2
    timestamp: Thu 2008-05-08 15:21:31 -0400
    message:
      Fixed Ordered Index test by adding the ScanFlag so we'll have
      a sorted result set.
------------------------------------------------------------
revno: 364
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Thu 2008-05-08 14:53:19 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.76
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:14:03 -0700
    message:
      Moved getSelectOperation from Java to underlying C so everyone can have the fun.
    ------------------------------------------------------------
    revno: 355.1.75
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:11:21 -0700
    message:
      Fixed a syntax error.
    ------------------------------------------------------------
    revno: 355.1.74
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:10:25 -0700
    message:
      Moved LockMode typemaps into their own file so they can be included before NdbTransaction.i, which also uses them.
    ------------------------------------------------------------
    revno: 355.1.73
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Thu 2008-05-08 09:09:17 -0700
    message:
      Fixed an old reference to ndbapi module in recattr typemaps for python.
------------------------------------------------------------
revno: 363
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Wed 2008-05-07 14:11:00 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.72
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 23:40:55 -0700
    message:
      Added in typemap to python for handling decimal.
      Fixed a return check in NdbRecAttr->getDecimal.
    ------------------------------------------------------------
    revno: 355.1.71
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 16:35:20 -0700
    message:
      Removed remaining user-visible InterpretedOperation support. Subsequent support will be done through APIs that we create, like selectCount(). WL#4364
------------------------------------------------------------
revno: 362
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Mon 2008-05-05 15:11:05 -0500
message:
  merge
    ------------------------------------------------------------
    revno: 355.1.70
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-05-05 01:03:40 -0700
    message:
      Removed NdbTest.java from java/Makefile.am (since we removed it from the tree)
------------------------------------------------------------
revno: 361
committer: MASTER JESS BALINT <jbalint@gimli>
branch nick: cndb-lp
timestamp: Mon 2008-05-05 15:10:13 -0500
message:
  prev merge
    ------------------------------------------------------------
    revno: 355.1.69
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Tue 2008-04-29 10:55:04 -0700
    message:
      Added cppunit.m4, in case it doesn't exist on the dev system.
    ------------------------------------------------------------
    revno: 355.1.68
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Tue 2008-04-29 10:54:53 -0700
    message:
      Removed spurious println.
    ------------------------------------------------------------
    revno: 355.1.67
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:40:11 -0700
    message:
      Got rid of the rest of the extraneous prints.
    ------------------------------------------------------------
    revno: 355.1.66
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:24:41 -0700
    message:
      Removed NdbTest - it was just all of the other tests catted into one file essenatially.
    ------------------------------------------------------------
    revno: 355.1.65
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:19:52 -0700
    message:
      Fixed the out typemap for java.sql.Timestamp - had forgotten to multiply by 1000.
    ------------------------------------------------------------
    revno: 355.1.64
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 20:00:39 -0700
    message:
      Commented out QuickBFTest - it's too long and heavy - needs to be revisited.
      Removed a bunch of output.
    ------------------------------------------------------------
    revno: 355.1.63
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:47:05 -0700
    message:
      Fixed MultiPartPrimaryKeyStringTest - need to add support for multi-part TC selection.
    ------------------------------------------------------------
    revno: 355.1.62
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:07:14 -0700
    message:
      Removed more printing.
    ------------------------------------------------------------
    revno: 355.1.61
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 19:06:37 -0700
    message:
      Added more test programs that I'd been using for other things.
    ------------------------------------------------------------
    revno: 355.1.60
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 16:17:28 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbOperationMultiPartPrimaryKeyTest to not print and to assert.
    ------------------------------------------------------------
    revno: 355.1.59
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 16:11:51 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbOperationByteLongTest to stop printing and also to actually test that
      the data fetched was the same as was inserted.
    ------------------------------------------------------------
    revno: 355.1.58
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 15:41:35 -0700
    message:
      More build cleanups. Put in tests for basic unix tools that the build relys on, just in case we're somewhere that doesn't have them.
    ------------------------------------------------------------
    revno: 355.1.57
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 14:50:34 -0700
    message:
      Removed old crufty code.
      Added testndbapi back to the build, now that we have sensible automake foo.
      Renamed testndbapi to cpp.
    ------------------------------------------------------------
    revno: 355.1.56
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Mon 2008-04-28 13:10:35 -0700
    message:
      WL#4368 Fix NDB/J Unit Tests

      Fixed NdbScanFilterTest - it now passes. There were two problems. One, the
      columnIds were 1 based (like JDBC) instead of 0 based (like NDB API). Two,
      we were formatting input strings for like conditions like their target column
      datatype, which is wrong. We _do_ still need to format them correctly for
      equals comparisons.

      Also made NdbScanFilterTest stop printing spurious garbage while it ran, and
      removed the iterations count, since this is a unit test and not a performance
      test.
    ------------------------------------------------------------
    revno: 355.1.55
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sun 2008-04-27 21:39:22 -0700
    message:
      Released 0.6.5.
    ------------------------------------------------------------
    revno: 355.1.54
    tags: 0.6.5
    committer: Monty Taylor <email address hidden>
    branch nick: trunk
    timestamp: Sun 2008-04-27 21:35:10 -0700
    message:
      Fixed python testsuite entry point.
      Added missing test files to VC.

File Description Downloads
download icon ndb-bindings-0.7.0.tar.gz (md5, sig) source tarball 64
last downloaded 4 weeks ago
Total downloads: 64

0.6.5 release from the devel series released

Release information
Release notes:

Made build work with CGE 6.2
Made build die appropriately with SWIG versions and other things.
Fixed selectCount
Added decimals to Python.
Split out MGM/J Interfaces.

Changelog:

------------------------------------------------------------
revno: 408
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-27 21:19:26 -0700
message:
  Changed the tests for mysql around to try to just use plain ndbclient first.
------------------------------------------------------------
revno: 407
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-27 20:04:12 -0700
message:
  Fixed the NdbTransaction::selectCount method. Now that I think about it though
  this should really be a method on Ndb or NdbDictionary::Table - but certainly
  not on transaction - it makes it seem like you should be able to put this in
  with another operation, which you can't.
------------------------------------------------------------
revno: 406
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-22 14:58:36 -0700
message:
  WL#4359 Compile NDB/Bindings against CGE 6.2 and 6.3

  Added checks for symbols in mysqlclient_r and mystrings.
  Added ability to switch compilation on CGE6.3.
  Compiled successfully against 6.2.
------------------------------------------------------------
revno: 405
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-04-21 23:21:51 -0700
message:
  WL#4370 Decimal support for NDB/Python

  Added out typemap and entry into getValue for Decimal type for Python.
  Added a test for positive and negative Decimal numbers.
------------------------------------------------------------
revno: 404
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-04-21 16:35:28 -0700
message:
  Added another file I missed.
------------------------------------------------------------
revno: 403
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Mon 2008-04-21 16:34:21 -0700
message:
  Added file I forgot to add.
------------------------------------------------------------
revno: 402
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-20 21:56:34 -0700
message:
  WL#4360 - NDB/Bindings configure should live or die at the expected times

  Bail on a requested PHP build if the version of SWIG is below 1.3.33, since swig segfaults in the php module <1.3.33.
------------------------------------------------------------
revno: 401
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-20 11:59:48 -0700
message:
  Split mgmapi enums into their own interface file.
  Made NodeState an interface/implementation.
  Fixed spacing in SampleMGMJ.java (sort of by accident, but it's done now)
------------------------------------------------------------
revno: 400
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-20 11:58:47 -0700
message:
  Fixed a spacing bug introduced by a spacing conversion.
------------------------------------------------------------
revno: 399
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-20 11:30:16 -0700
message:
  Added linking reference to mgmpp for C#.
------------------------------------------------------------
revno: 398
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-20 11:17:18 -0700
message:
  Changed EXTRA_DIST to not accidentally include .i~ files.

File Description Downloads
download icon mysql-cge-6.2_6.2.14.withallpatches.tgz (md5) pre-release version of CGE 6.2.14 with patches 53
last downloaded 10 weeks ago
download icon ndb-bindings-0.6.5.tar.gz (md5, sig) source tarball 67
last downloaded 10 weeks ago
download icon mysql-cge-6.3_6.3.13.withallpatches.tgz (md5) pre-release version of CGE 6.3 with patches 54
last downloaded 10 weeks ago
Total downloads: 174

0.6.4 release from the devel series released

Release information
Release notes:

Just a simple swig version fix.

Changelog:

revno: 397
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 18:00:44 -0700
message:
  Released 0.6.4.
------------------------------------------------------------
revno: 396
tags: 0.6.4
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 17:58:48 -0700
message:
  Lowered swig requirement to 1.3.31 - that's what's in gutsy and feisty, and we can build with it.
  Moved the AC_MSG_ERROR to ac_prog_swig.m4.
------------------------------------------------------------

File Description Downloads
download icon mysql-5.1.24-ndb-6.2.14withbuildpatch.tar.gz (md5) pre-release version of CGE 6.2.14 with patches 44
last downloaded 24 hours ago
download icon mysql-5.1.24-ndb-6.3.13withbuildpatch.tar.gz (md5) pre-release version of CGE 6.3 with patches 46
last downloaded 24 hours ago
download icon ndb-bindings-0.6.4.tar.gz (md5, sig) source tarball 42
last downloaded 10 weeks ago
Total downloads: 132

0.6.3 release from the devel series released

Release information
Release notes:

Split MGM/J into Interfaces/Implementations.
Fixed copyright headers and source code spacing.
Removed debian dir from this source. It is now in it's own tree.
Removed bundled swig dir.
Added dbugPush method to allow setting of tracelog settings.
Reorganized python files.
Fixed a couple of python/perl segfaults.
Fixed the python install.
Checked for minimum Java version in autoconf.

Changelog:

revno: 394
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 12:05:05 -0700
message:
  Split ClusterState into ClusterState and ClusterStateImpl.
------------------------------------------------------------
revno: 393
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 11:53:30 -0700
message:
  More copyright header fixes.
  Fixed spacing too.
------------------------------------------------------------
revno: 392
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:28:20 -0700
message:
  Fixed the copyright headers in the mgmapi swig files.
------------------------------------------------------------
revno: 391
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:24:20 -0700
message:
  Added new swig files for Python to the Python EXTRA_DIST variable.
------------------------------------------------------------
revno: 390
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:10:29 -0700
message:
  Added support for outputting the parse tree in XML for doc and testing reasons.
------------------------------------------------------------
revno: 389
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:29:49 -0700
message:
  Removed included swig dir, since there are problematic ownership issues for distribution by Sun if we include it.
------------------------------------------------------------
revno: 388
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:28:23 -0700
message:
  Removed references to NdbMgmFactory.i which was removed in the last commit.
------------------------------------------------------------
revno: 387
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:13:05 -0700
message:
  Split main classes in MGM/J out into Interface/Implementation.
------------------------------------------------------------
revno: 386
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:16:21 -0700
message:
  Cleaned up copyright headers.
------------------------------------------------------------
revno: 385
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:15:53 -0700
message:
  Added dbugPush method to set tracelog settings.
------------------------------------------------------------
revno: 384
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:14:23 -0700
message:
  Made SampleMGMJ run without commandline arguments.
------------------------------------------------------------
revno: 383
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:13:18 -0700
message:
  Added getMysqlVersion(), which was missing.
------------------------------------------------------------
revno: 382
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:51:23 -0700
message:
  Started cleaning up copyright headers.
  Split python/ndbapi.i into mulitple files.
------------------------------------------------------------
revno: 381
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:25:51 -0700
message:
  Cleaned up a bunch of leftover quick test files.
  Renamed useful test files to tests or examples.
------------------------------------------------------------
revno: 380
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:08:34 -0700
message:
  Made a global TestSuite that runs all the tests.
  Rearranged some files.
------------------------------------------------------------
revno: 379
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 13:59:19 -0700
message:
  python: Had createNdb add a reference to the NdbCluserConnection object to the Ndb object to prevent the NdbClusterConnection from being garbage collected before the Ndb objects.
------------------------------------------------------------
revno: 378
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 14:59:36 +0200
message:
  Added the swig autogen back in.
------------------------------------------------------------
revno: 377
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 14:29:51 +0200
message:
  Added entries for mysql and mysql.cluster as modules to install to ensure we get the __init__.py.
------------------------------------------------------------
revno: 376
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:35:06 +0200
message:
  Split with option for each lanauge from acinclude.m4 to their own file.
------------------------------------------------------------
revno: 375
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:15:16 +0200
message:
  Shut up warnings about GNU make extensions. We require GNU make.
------------------------------------------------------------
revno: 374
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:12:18 +0200
message:
  Apparently autotools folks like to call this file configure.ac these days.
------------------------------------------------------------
revno: 373
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 02:41:55 +0200
message:
  Bug #32729 ndb-connectors configure doesn't check for min. java version

  Added in a compilation test against annotations, which will fail in 1.4 but succeed in 1.5.
------------------------------------------------------------
revno: 372
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 02:16:20 +0200
message:
  Removed debian tree from mainline source and put it in its own branch.
  Management of merge packages is much easier than split packages.
------------------------------------------------------------

File Description Downloads
download icon ndb-bindings-0.6.3.tar.gz (md5, sig) source tarball 44
last downloaded 10 weeks ago
Total downloads: 44

0.6.2 release from the devel series released

Release information
Release notes:

Removed the methods removed from 6.3.12
Fixed the elusive pointer corruption problems.

File Description Downloads
download icon ndb-bindings-0.6.2.tar.gz (md5, sig) source tarball 49
last downloaded 10 weeks ago
Total downloads: 49

0.6.1 release from the devel series released

File Description Downloads
download icon ndb-bindings-0.6.1.tar.gz (md5, sig) source tarball 49
last downloaded 10 weeks ago
Total downloads: 49

0.5.1.22.18 release from the devel series released

File Description Downloads
download icon ndb-connectors-0.5.1.22.18.tar.gz (md5) Source Code for NDB/Connectors 50
last downloaded 10 weeks ago
Total downloads: 50

0.5.1.22.12 release from the devel series released

Release information
Release notes:

Removed event values from the branch that were telco specific
Added explicit keyword to event constructors and calls to BaseEvent constructor
Clean up old files left around
Some fixes for bad enum values

Changelog:

------------------------------------------------------------
revno: 345
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 13:02:06 -0800
message:
  Made constructors explicit to prevent unexpected type conversions.
------------------------------------------------------------
revno: 344
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 13:01:46 -0800
message:
  Added entries to CLEANFILES to clean up old files that might be lying around.
------------------------------------------------------------
revno: 343
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 04:12:19 -0800
message:
  Make sure we initialize the BaseEvent.
  Put in a workaround for a weird Category of 2... not sure what's up with that.
------------------------------------------------------------
revno: 342
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 03:13:17 -0800
message:
  Readded Connected events... where did those manage to run off to?
------------------------------------------------------------
revno: 341
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 02:35:57 -0800
message:
  Removed non-telco enum values from non-telco tree.
------------------------------------------------------------
revno: 340
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Thu 2007-12-06 02:26:57 -0800
message:
  Fixed NodeType bug... enum values weren't in the right order.

File Description Downloads
download icon ndb-connectors-0.5.1.22.12.tar.gz (md5) Source Code for NDB/Connectors 46
last downloaded 10 weeks ago
Total downloads: 46

0.5.1.22.10 release from the devel series released

Release information
Release notes:

Moved events to com.mysql.cluster.mgmj.events
Added com.mysql.cluster.mgm.listeners abstract classes to give better type-safe callback base classes
Fixed java build warnings
Added build rules for javadocs

Changelog:

revno: 333
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 11:38:48 -0800
message:
  Added events.i to the dist file list.
------------------------------------------------------------
revno: 332
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 11:23:40 -0800
message:
  Support the stupid-long java filenames with ustar format.
------------------------------------------------------------
revno: 331
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 01:32:17 -0800
message:
  Fixed inheritence for events type listeners.
  Made build process understand events.
------------------------------------------------------------
revno: 330
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 01:07:10 -0800
message:
  Added abstract listener classes for each event.
------------------------------------------------------------
revno: 329
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 00:42:36 -0800
message:
  Removed Event from back of event names.
------------------------------------------------------------
revno: 328
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Wed 2007-12-05 00:20:28 -0800
message:
  Moved events to com.mysql.cluster.mgmj.events
------------------------------------------------------------
revno: 327
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 23:15:13 -0800
message:
  Added rules to build javadocs.
  Removed ndbj.util - unusued.
------------------------------------------------------------
revno: 326
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 22:37:22 -0800
message:
  Fixed java enums.
------------------------------------------------------------
revno: 325
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 21:27:58 -0800
message:
  Fixed all of the java warnings.
------------------------------------------------------------
revno: 324
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 10:34:37 -0800
message:
  Updated instructions in README file.
------------------------------------------------------------
revno: 323
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 10:31:33 -0800
message:
  Added MGM/J example program to the build process.
------------------------------------------------------------
revno: 322
committer: Monty Taylor <email address hidden>
branch nick: devel
timestamp: Tue 2007-12-04 01:42:22 -0800
message:
  Added the original MGM/J test suite.
  Modified the MGM/J test suite for where the interface has changed.

File Description Downloads
download icon ndb-connectors-0.5.1.22.10.tar.gz (md5) Source Code for NDB/Connectors 48
last downloaded 10 weeks ago
Total downloads: 48

110 of 33 releases