You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Widenius 80ba8556e7 Fixed compiler warnings 16 years ago
..
bin Fixed build failures and compiler warning 16 years ago
src Fixed compiler warnings 16 years ago
AUTHORS Added PBXT storage engine 17 years ago
CMakeLists.txt Fix PBXT build on windows by backporting some of their changes (under advise of Vlad Kolesnikov): 16 years ago
ChangeLog Set the release date 16 years ago
INSTALL Added PBXT storage engine 17 years ago
Makefile.am Added the PBXT utility program xtstat 16 years ago
NEWS Added PBXT storage engine 17 years ago
README Added PBXT storage engine 17 years ago
TODO Added PBXT storage engine 17 years ago
plug.in fixed bug #439889: Embedded server asserts on startup because of pbxt 16 years ago

README

PrimeBase XT for MySQL 5.1
==========================

This is the PrimeBase XT (PBXT) transactional storage engine for MySQL. PBXT is "pluggable", which means that it can be loaded dynamically by MySQL at runtime. It uses a unique "write-once" update strategy and MVCC (multi-version concurrency control) to provide optimal performance over a wide range of tasks.

This package includes the complete source code for the engine. Although this is a standalone project it must be built against a compiled version of the MySQL 5.1 source tree, because it references headers files used internally by the server.

Details about how to build PBXT both under UNIX or Windows, as a standalone plug-in, or as part of the MySQL source code, is distribed in the documentation which is avaliable online at:

http://www.primebase.org/documentation

Bug reports, questions and comments can be sent directly to me.

Thanks for your support!

Paul McCullagh
SNAP Innovation GmbH
paul.mccullagh@primebase.org