Date: Thu, 15 Sep 2005 23:56:38 -0700 From: Justin Bastedo <justin.bastedo@gmail.com> To: Greg 'groggy' Lehey <grog@mysql.com> Cc: freebsd-database@freebsd.org Subject: Re: MySQL 5 Message-ID: <8a5255240509152356516b639d@mail.gmail.com> In-Reply-To: <20050916051600.GP86168@wantadilla.lemis.com> References: <8a52552405091521103933833d@mail.gmail.com> <20050916041339.GN86168@wantadilla.lemis.com> <8a52552405091521592405d814@mail.gmail.com> <20050916051600.GP86168@wantadilla.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Well I did modify the Makefile it seemed to compile fine, i'm in the process of moving over a large db from my current server and am about to test and move a large amount of data into an archive table so i'll be sure to let everyone know how it goes here. just for your reference, not sure if you want to add them but here is a diff of the changes i made to my make file: # diff Makefile Makefile.orig 68,71d67 < .if defined(WITH_ARCHIVE_ENGINE) < CONFIGURE_ARGS+=3D--with-archive-storage-engine < .endif < 150d145 < @${ECHO} " WITH_ARCHIVE_ENGINE=3Dyes Enable Archive Table Engine Support." I think this will be a more common need amoung mysql users moving into mysql 5. I'm not quite sure but I think this engine will also work in mysql 4.1 so it might be nice to have that there, especially until the 5 port comes off of beta. I may test this in 4.1 just to compare speeds and stability.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8a5255240509152356516b639d>