[MDEV-2303] LP:454254 - deb package tries to add innodb,federated,blackhole as plugins while they arent Created: 2009-10-17 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
ourdelta-mariadb51-2/bakery/debian-5.1/dist/Ubuntu/mariadb-server-5.1.postinst has this: "CREATE TABLE plugin (name char(64) COLLATE utf8_bin NOT NULL DEFAULT '', " \ But when I unpack all of mariadb .deb files, I find only one plugin - ha_example.so. innodb, blackhole, archive seem to be compiled statically, federated seems to be compiled dynamically but missing. The build and postinst script should be brought in sync. |
| Comments |
| Comment by Mark Callaghan [ 2009-10-18 ] |
|
Re: deb package tries to add innodb,federated,blackhole as plugins while they arent See storage/innobase/plug.in.disabled, storage/innodb_plugin/plug.in.disabled, storage/xtradb/plug.in |
| Comment by Mark Callaghan [ 2009-10-18 ] |
|
Re: deb package tries to add innodb,federated,blackhole as plugins while they arent |
| Comment by Michael Widenius [ 2009-10-18 ] |
|
[Bug 454254] Re: deb package tries to add innodb, federated, blackhole as plugins while they arent Hi! >>>>> "Mark" == Mark Callaghan <mdcallag@gmail.com> writes: Mark> Why have the built-in and plug-in versions of InnoDB been disabled? Disabled means I cannot compile them with MariaDB. Mark> See storage/innobase/plug.in.disabled, The reason for disabling them is mainly because of time constraint to The reason for the name 'xtradb' is, I assume, to make MariaDB use I personally don't see a reason to have both innobase_plugin and <cut> Regards, |
| Comment by Arjen Lentz (Inactive) [ 2009-10-23 ] |
|
Re: [Ourdelta-developers] [Bug 454254] Re: deb package tries to add innodb, federated, blackhole as plugins while they arent On 19/10/2009, at 6:08 AM, Mark Callaghan wrote: Ah, and you'd like to pehaps include your own InnoDB plugin? If we > And why does XtraDB use the plugin name 'innobase' rather than That's a fair question, and perhaps Percona has an answer to that. It's possible (or even likely) that XtraDB using the source names it > See storage/innobase/plug.in.disabled, Yep. Cheers, Follow our blog at http://openquery.com/blog/ |
| Comment by Kristian Nielsen [ 2009-10-23 ] |
|
Re: [Ourdelta-developers] [Bug 454254] Re: deb package tries to add innodb, federated, blackhole as plugins while they arent > And why does XtraDB use the plugin name 'innobase' rather than Yes. When I merged XtraDB, the idea was to replace built-in innodb with This is based on the assumption that XtraDB will work at least as well as Also, when XtraDB was merged there was no facilities to have multiple versions One problem is the test suite. There are a number of tests that do not produce In the end, it's about limited resources. If we can just maintain xtradb, we
|
| Comment by Rasmus Johansson (Inactive) [ 2009-11-27 ] |
|
Launchpad bug id: 454254 |