mariadb/storage/pbxt
Michael Widenius 226f0c7601 Added federatedx storage engine
Fixed compiler warnings


client/mysqladmin.cc:
  Fixed compiler warning
extra/yassl/taocrypt/src/twofish.cpp:
  Fixed compiler warning
libmysqld/Makefile.am:
  Use federatedx instead of federated
  (Should actually be removed)
mysql-test/mysql-test-run.pl:
  Fixed warning
mysql-test/valgrind.supp:
  Removed warning found on 64 bit Linux machine
storage/pbxt/src/cache_xt.cc:
  Fixed compile warning
storage/xtradb/include/buf0buf.ic:
  Fixed compiler warning
2009-10-30 20:50:56 +02:00
..
src Added federatedx storage engine 2009-10-30 20:50:56 +02:00
AUTHORS Added PBXT storage engine 2009-03-26 13:18:01 +01:00
ChangeLog Fixed a bug that caused MySQL to crash on shutdown, if startup fails due to an incorrect command line parameter 2009-09-03 08:15:03 +02:00
CMakeLists.txt Fix make dist after CMakeLists.txt rename in previous push. 2009-10-06 20:26:11 +02:00
INSTALL Added PBXT storage engine 2009-03-26 13:18:01 +01:00
Makefile.am Fix make dist after CMakeLists.txt rename in previous push. 2009-10-06 20:26:11 +02:00
NEWS Added PBXT storage engine 2009-03-26 13:18:01 +01:00
plug.in Merge fixes. 2009-05-12 09:44:01 +03:00
README Added PBXT storage engine 2009-03-26 13:18:01 +01:00
TODO Added PBXT storage engine 2009-03-26 13:18:01 +01:00

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