Hi!
4 дек. 2009, в 13:49, <sanja@askmonty.org> написал(а):
At file:///Users/bell/maria/bzr/work-maria-5.2-engine/
------------------------------------------------------------ revno: 2734 revision-id: sanja@askmonty.org-20091204114937-cfkvax0g36d3nq3j parent: psergey@askmonty.org-20091202142609-18bp41q8mejxl47t committer: sanja@askmonty.org branch nick: work-maria-5.2-engine timestamp: Fri 2009-12-04 13:49:37 +0200 message: Maria WL#61
Interface for maria extensions. Additional information about plugins (maturity and string version) interface for maria extensions.
For third part's plugins I added only proposals how new informations should looks like (it is up to owners to fix it). For plugins who wants to compile the same code under drizzle or mysql I put example in pbxt (#ifdefs).
Results looks like this:
select PLUGIN_NAME, PLUGIN_MATURITY, PLUGIN_AUTH_VERSION from plugins; PLUGIN_NAME PLUGIN_MATURITY PLUGIN_AUTH_VERSION binlog Release 1.0 MyISAM Release 1.0 partition Release 1.0 ARCHIVE Release 1.0 BLACKHOLE Release 1.0 CSV Release 1.0 FEDERATED Unknown 1.0 MEMORY Release 1.0 MARIA Gamma 1.5 MRG_MYISAM Release 1.0
PBXT Unknown 1.0 PBXT_STATISTICS Unknown 1.0
PBXT should be at RC. The release number (found in storage/pbxt/Changelog) is now 1.0.9g RC3 <cut> Regards, Monty