-----Original Message----- From: commits-bounces@mariadb.org [mailto:commits- bounces@mariadb.org] On Behalf Of serg@askmonty.org Sent: Mittwoch, 1. Juni 2011 22:27 To: commits@mariadb.org Subject: [Commits] Rev 2983: WL#77 - INSTALL PLUGIN * in http://bazaar.launchpad.net/~maria-captains/maria/5.2/
At http://bazaar.launchpad.net/~maria-captains/maria/5.2/
------------------------------------------------------------ revno: 2983 revision-id: sergii@pisem.net-20110601202627-mcgxt0c3fgxoxxrq parent: wlad@montyprogram.com-20110527170940-vl12r4mni30valsh committer: Sergei Golubchik <sergii@pisem.net> branch nick: 5.2 timestamp: Wed 2011-06-01 22:26:27 +0200 message: WL#77 - INSTALL PLUGIN *
new statements INSTALL PLUGIN * SONAME 'xxx' and UNINSTALL PLUGIN * SONAME 'xxx'
Serg, while simplifying "install plugin", do you think it could be even better to get rid of PLUGIN * SONAME altogether and just have INSTALL 'xxx' ? What do you think? Perhaps even more, make shared module/dynamic load library extension optional. It will simplify documentation greatly (so one would not have to mentally translate .so in examples to .dll) . It would also simplify test cases, we can get rid of obligatory --replace_regex /\.dll/.so/ and of $HA_EXAMPLE_SO. Wlad