Hi!
>>>>> "Antony" == Antony Dovgal <tony@stripped> 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