mariadb/storage/pbxt
Sergey Petrunya 7880039fc0 Merge 5.2 -> 5.3
(testcase for #798597 now crashes)
2011-06-24 21:43:31 +04:00
..
bin Fixed build failures and compiler warning 2010-05-14 14:56:14 +03:00
src Merge 5.2 -> 5.3 2011-06-24 21:43:31 +04:00
AUTHORS
ChangeLog Merge with 1.0.11-7 Pre-GA - 2010-09-09 2010-09-28 16:05:45 +03:00
CMakeLists.txt merge 2010-12-06 13:16:49 +01:00
INSTALL
Makefile.am Added the PBXT utility program xtstat 2010-05-11 15:45:45 +02:00
NEWS
plug.in MWL#74: Shared libmysqld.so library. 2010-11-17 13:24:20 +01:00
README
TODO

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