From: Monty Taylor Date: March 7 2007 2:30am Subject: Callbacks from Java List-Archive: http://lists.mysql.com/ndb-connectors/2 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit So code has been pushed with the following new things: Async transactions and callbacks work from Java now. Autoconf actually finds Java and JNI for you now. Python and Java are both experience a new segfault now... it's a feature... Test programs all use the "test" schema rather than the "TEST_DB_1" schema by default. Johan apologizes for the original name of TEST_DB_1 (or at least should) Table names in all of the test prorams have been converted to all lower case. There is some interesting interactions between OSX's case insensitive file system and MySQL table naming and NdbApi. Suffice it to say, it's easier for the test programs to just use lowercase table names for now. Monty