Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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은 API 문서를 생성하는데 사용됩니다. 테이블 통계 업데이 트를 강제에 대한 API를 사용할 수 있습니다. 색인 통계 API를 사용할 수 있습니다. 다양한 버그가 수정되었습니다.
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

Innodb와 심볼 충돌이 해결되었습니다.
Symbol conflicts with Innodb were resolved.

2010-10-07 23:48
2.3.0

이 버전은 다음 이슬비의 이정표와 날짜순으로 정렬하는 릴리스되었습니다. 이슬비 HailDB은 HailDB이 버전이 필요합니다 그 릴리스 플러그인. 이것은 개발자 릴리스입니다. 제약 조건 위반 (중복 키) 키를 더 재치있는 오류 메시지에 대한 위반되었다 HailDB 반환 치는 때. HailDB 테이블 통계를위한 API를 제공합니다. HailDB 이제 올바로 현재 실행중인 트랜잭션이 중단되었는지 어떤 결정 trx_is_interrupted 사용하는 등록됩니다. 코드 Innodb 1.0.7에서 MySQL 5.1.46에 합병되었다 포함되어있다.
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 ()이 제거되었습니다. / 이런, 너무 embedded_innodb이 문제를 가진 적이 API의 수표가있다처럼 이제는 불필요한 것입니다. file_io_threads하지만 배제는 여전히 존재합니다. 사용자가 그것을 설정하려고하면 경고가 발급됩니다. rpmlint 오류가 수정되었습니다. 수입 테이블 공간과 압축된 테이블 문제가 해결되었습니다.
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

릴리스는 약간 막판 해결하기 위해 문제를 건설 지연되었습니다. ib_status_get_all이 추가되었습니다, 그것은 (모든 구성 이름의 목록을 /를 설정하는 것이 가능 상속 받을지)하지만, 상태 변수에 대한 ib_cfg_get_all 같습니다. - 건설 판도라는 0.141로 업데이 트되었습니다. 더 이상 어느 플러그인을 innodb에서 사용되는 UNIV_STATIC는, 제거되었습니다. WITH_ZIP이 제거되었습니다.
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