Downloadliste

Projektbeschreibung

HailDB is a relational database in shared library form that can be embedded into applications. It is not a SQL database, although you can use this library as the storage backend for a SQL database. It features a clean and simple API and is a continuation of the Embedded InnoDB project. With the addition of the HailDB plugin to Drizzle, you get a full SQL interface.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-12 19:33
2.3.2

Doxygen wird verwendet, um API-Dokumentation zu generieren. Eine API für zwingt Tabellenstatistiken Update ist nun verfügbar. Ein Index-Statistiken API zur Verfügung. Verschiedene Fehler wurden behoben.
Doxygen is used to generate API documentation. An API for forcing table statistics update is now available. An Index Statistics API is available. Various bugs were fixed.

2010-10-28 01:58
2.3.1

Symbol Konflikte mit InnoDB gelöst wurden.
Symbol conflicts with Innodb were resolved.

2010-10-07 23:48
2.3.0

Diese Version wurde veröffentlicht, um chronologisch Angleichung an den nächsten Meilenstein Nieselregen. Der Nieselregen HailDB Plugin für diese Version wird diese Version von HailDB erfordern. Dies ist ein Entwickler-Release. Bei der Kollision mit einem Einschränkungsverletzung (Nachschlüssel), HailDB gibt die Schlüssel für sinnvoller Fehlermeldungen verletzt wurde. HailDB stellt eine API für die Tabelle Statistik. HailDB wird nun korrekt registriert trx_is_interrupted, verwenden Sie die, wenn die derzeit laufende Transaktion unterbrochen wurde bestimmt. Code von InnoDB 1.0.7 als die in MySQL 5.1.46 verschmolzen wurde.
This version was released to align chronologically with the next Drizzle milestone. The Drizzle HailDB plugin for that release will require this version of HailDB. This is a developer release. When hitting a constraint violation (duplicate key), HailDB returns which key was violated for more sensible error messages. HailDB provides an API for table statistics. HailDB is now properly registered to use trx_is_interrupted, which determines if the currently running transaction has been interrupted. Code from Innodb 1.0.7 as included in MySQL 5.1.46 was merged.

2010-09-30 13:41
2.2.0

dict_table_check_for_dup_indexes () wurde entfernt. Es ist nun nicht mehr benötigte, da es einen Scheck in api / für diese, so embedded_innodb hatte nie dieses Problem. file_io_threads ist veraltet, aber immer noch vorhanden ist. Eine Warnung wird ausgegeben, wenn ein Benutzer versucht, um sie einzustellen. rpmlint Fehler behoben worden. Ein Problem mit IMPORT TABLESPACE und komprimierten Tabellen wurde behoben.
dict_table_check_for_dup_indexes() was removed. It is now unneeded as there is a check in api/ for this, so embedded_innodb never had this problem. file_io_threads is deprecated but still exists. A warning is issued if a user attempts to set it. rpmlint errors were fixed. A problem with IMPORT TABLESPACE and compressed tables was fixed.

2010-09-22 07:36
2.1.0

Die Veröffentlichung verzögerte sich etwas zu lösen Last-Minute-Build-Probleme. ib_status_get_all wurde hinzugefügt, es ist wie ib_cfg_get_all (wird eine Liste aller Namen Konfiguration zur Verfügung get / set), aber für Status-Variablen. Pandora-build hat 0,141 aktualisiert worden. UNIV_STATIC, die nicht mehr im InnoDB-Plugin entweder ist, wurde entfernt. WITH_ZIP wurde entfernt.
The release was delayed slightly to resolve last-minute build issues. ib_status_get_all has been added; it is like ib_cfg_get_all (which gets a list of all configuration names available to get/set), but for status variables. pandora-build has been updated to 0.141. UNIV_STATIC, which is no longer used in the innodb plugin either, has been removed. WITH_ZIP has been removed.

Project Resources