mariadb/storage/pbxt
Michael Widenius 73d3805d00 Fixed build failures and compiler warning
mysql-test/suite/binlog/r/binlog_unsafe.result:
  Updated results (RAND() doesn't require statement based logging anymore for inserts)
mysql-test/t/information_schema_all_engines.test:
  Ensure that InnoDB is used
storage/pbxt/bin/Makefile.am:
  Fixed build failure on build hosts
  (Patch from Kristian Nielsen)
storage/pbxt/bin/xtstat_xt.cc:
  Added missing argument
storage/pbxt/src/datalog_xt.cc:
  Fixed compiler warnings
storage/pbxt/src/ha_pbxt.cc:
  Fixed compiler warnings
storage/pbxt/src/table_xt.cc:
  Fixed compiler warnings
support-files/compiler_warnings.supp:
  Added suppression of compiler warnings in Xtradb
  (Failure can only happen for corrupted tables, but should be fixed properly at some point)
2010-05-14 14:56:14 +03:00
..
bin Fixed build failures and compiler warning 2010-05-14 14:56:14 +03:00
src Fixed build failures and compiler warning 2010-05-14 14:56:14 +03:00
AUTHORS Added PBXT storage engine 2009-03-26 13:18:01 +01:00
ChangeLog Set the release date 2010-05-06 18:33:54 +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 Added the PBXT utility program xtstat 2010-05-11 15:45:45 +02:00
NEWS Added PBXT storage engine 2009-03-26 13:18:01 +01:00
plug.in fixed bug #439889: Embedded server asserts on startup because of pbxt 2009-12-09 22:39:23 +01: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