Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
NDB API Guide

NDB API Guide

2006-07-05       - By Stefan Hinz

 Back
Reply:     1     2  

Here's some information that's probably interesting for you if you're
interested in MySQL Cluster ...

As part of the effort of making MySQL Cluster a more mainstream product,
it's been on our agenda for a very long time to rewrite the NDB API
documentation so that it becomes usable by mere mortals. It took nearly
three months to do this, because the new documentation is almost 300
pages long! The MySQL NDB API Guide covers two low-level APIs for
writing applications that work with MySQL's NDB Cluster storage engine:

- The NDB API is an object-oriented application programming interface
  for MySQL Cluster. The API provides ACID-compliant transactions,
  table and row scans that are similar in many ways to SQL cursors, and
  event handling. It also features object-oriented error-handling
  facilities.

- The other API is the MySQL Cluster Management API (MGM API), a
  programming interface intended to provide administrative services for
  the cluster, such as starting and stopping Cluster nodes, Cluster
  logging, backups, and restoration from backups.

All NDB API classes and subclasses are covered in the Guide, as is all
of the MGM API function library. Also provided are a Cluster/NDB API
glossary, class and relationshp diagrams, an index, and many examples.
This new edition of the Guide covers the NDB API as implemented in
MySQL 5.1. It's available for online viewing and download from here:

- http://dev.mysql.com/doc/#ndbapi

Regards,

Stefan
--
Stefan Hinz <stefan@(protected)>
MySQL AB Documentation Team Lead. Berlin, Germany (UTC +2:00)
Skype:stefanhinz Cell:+491777841069 Desk:+493082702940 Fax:+493082702941

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=mysql@(protected)