From: Michael Widenius Date: March 22 2009 11:18am Subject: Re: [patch] plugin build process improvements List-Archive: http://lists.mysql.com/internals/36458 Message-Id: <18886.7835.391412.160655@narttu.askmonty.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! >>>>> "Antony" == Antony Dovgal writes: Antony> On 19.03.2009 20:56, Sergei Golubchik wrote: >> And we have plugins which use internal server data structures and >> calls - storage engine is of the latter kind. This "api" is unstable, >> although it depends on what from the server internals you actually use. >> We work on providing a well-defined api to storage engines, but this is >> far from complete :( Antony> Well, I hope it's stable enough in 5.1.x tree. Antony> At least I didn't experience any such problems with 5.1.26, 5.1.30 and 5.1.32. The API is stable but there may be small structure changes between releases. For now, you are better off recompiling your plugin for each MySQL release. Regards, Monty