← Back to team overview

ourdelta-developers team mailing list archive

[Bug 454254] [NEW] deb package tries to add innodb, federated, blackhole as plugins while they arent

 

Public bug reported:

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 '', " \
        "  dl char(128) COLLATE utf8_bin NOT NULL DEFAULT '', " \
        "  PRIMARY KEY (name)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';\n" \
        "INSERT INTO plugin VALUES ('innodb',    'ha_innodb.so');\n" \
        "INSERT INTO plugin VALUES ('federated', 'ha_federated.so');\n" \
        "INSERT INTO plugin VALUES ('blackhole', 'ha_blackhole.so');\n" \
        "INSERT INTO plugin VALUES ('archive',   'ha_archive.so');" `

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.

** Affects: maria
     Importance: Undecided
         Status: New

** Affects: ourdelta
     Importance: Undecided
         Status: New

** Also affects: maria
   Importance: Undecided
       Status: New

-- 
deb package tries to add innodb,federated,blackhole as plugins while they arent
https://bugs.launchpad.net/bugs/454254
You received this bug notification because you are a member of OurDelta-
developers, which is the registrant for OurDelta.

Status in Maria: New
Status in OurDelta - Builds for MySQL,MariaDB: New

Bug 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 '', " \
        "  dl char(128) COLLATE utf8_bin NOT NULL DEFAULT '', " \
        "  PRIMARY KEY (name)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';\n" \
        "INSERT INTO plugin VALUES ('innodb',    'ha_innodb.so');\n" \
        "INSERT INTO plugin VALUES ('federated', 'ha_federated.so');\n" \
        "INSERT INTO plugin VALUES ('blackhole', 'ha_blackhole.so');\n" \
        "INSERT INTO plugin VALUES ('archive',   'ha_archive.so');" `

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.



Follow ups

References