From: Peter Benjamin Volk Date: September 29 2008 6:58am Subject: Re: [Fwd: [ANN] First release of Revision Storage Engine for MySQL 5.1] List-Archive: http://lists.mysql.com/internals/35957 Message-Id: <48E07C86.9070700@ddengine.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I can add a MacOSX binary build tomorrow after testing the build. The revision engine it self is a pluggable storage engine so it can be installed by a "INSTALL PLUGIN /|plugin_name|/ SONAME '/|plugin_library|/'" SQL command. You can build the engine by downloading the source package and unpacking it to your HDD. Then change into the unpacked folder and issue the commands: rm -rf autom4te.cache/ aclocal autoconf autoheader automake -a ./configure --with-mysql=/ --libdir=/lib/mysql/plugin make with / beeing your directory of the configured MySQL source code. Cheers, Peter Giuseppe Maxia schrieb: > Hi, > very interesting. > Would you add some information on how to build and install? Currently only > Linux binaries are provided. I would like to try it on Mac OSX. > > Thanks > > Giuseppe > > Peter Benjamin Volk wrote: > >> Hi All, >> >> I am happy to announce that we have released the first beta version of >> the revision storage engine. The DDengines Revision Engine for MySQL is >> a storage pluggin for MySQL 5.1. It is designed to automatically version >> data of a database table and store it in a way where the retrieval of >> historical versions of datasets is easy to manage. The Revision Engine >> is not a new type of physical storage engine but a middle ware between >> the MySQL core and all other available storage engines. It uses already >> existing storage engines (e.g. MyISAM) to physically store current and >> historic versions. >> >> Today’s national and international regulations laws require that data is >> archived and reproducible for several years. Software developers spend >> major time in order to guarantee the needs of lawyers and data security >> engineers. Database technology as the core technology for data storage >> of applications can support the developers in order to master the task >> of reproducible data engineering. The Revision engine can perform data >> versioning in several different modes to fit the needs of performance >> and disk footprint. >> >> For more information visit http://www.ddengine.org/versioneng. >> >> Cheers, >> Peter >> >> > > -- Peter Benjamin Volk Project Head DDEngine