Bug 165590 - [PATCH] databases/mysql55-server: Add supporting for some storage engines
Summary: [PATCH] databases/mysql55-server: Add supporting for some storage engines
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 17:50 UTC by joehorn
Modified: 2012-03-02 11:10 UTC (History)
1 user (show)

See Also:


Attachments
mysql-server-5.5.20_1.patch (904 bytes, patch)
2012-03-01 17:50 UTC, joehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joehorn 2012-03-01 17:50:13 UTC
Put these storage engines back :
- ARCHIVE
- BLACKHOLE
- FEDERATED

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-01 17:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-03-02 10:03:56 UTC
State Changed
From-To: open->closed

Support is already compiled in, you just have to enable it.
Comment 3 joehorn 2012-03-02 10:32:01 UTC
I don't think so.

I have migrated MySQL server from 5.1 to 5.5 , and I found this message in
MySQL error log.

> 120229 16:06:22 [ERROR] /usr/local/libexec/mysqld: unknown option
> '--federated'


Thus, I added the parameters into Makefile, recompiled, and sendPR.

I think the default value of configuration parameters shown as following :

> # cd /usr/ports/databases/mysql55-server/
> # make extract
> ===>  License check disabled, port has not defined LICENSE
> ===>  Found saved configuration for mysql-server-5.5.20
> ===>  Extracting for mysql-server-5.5.20
> => SHA256 Checksum OK for mysql-5.5.20.tar.gz.
> # cd work/mysql-5.5.20/
> # cmake . -L
> -- The C compiler identification is GNU
> -- The CXX compiler identification is GNU
> ....
> -- Cache values
> CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
> CMAKE_INSTALL_PREFIX:PATH=/usr/local/mysql
> COMMUNITY_BUILD:BOOL=ON
> ENABLED_PROFILING:BOOL=ON
> ENABLE_DEBUG_SYNC:BOOL=ON
> ENABLE_GCOV:BOOL=OFF
> INSTALL_LAYOUT:STRING=STANDALONE
> MYSQL_DATADIR:PATH=/usr/local/mysql/data
> MYSQL_MAINTAINER_MODE:BOOL=OFF
> WITH_ARCHIVE_STORAGE_ENGINE:BOOL=OFF
> WITH_BLACKHOLE_STORAGE_ENGINE:BOOL=OFF
> WITH_DEBUG:BOOL=OFF
> WITH_EMBEDDED_SERVER:BOOL=OFF
> WITH_EXTRA_CHARSETS:STRING=all
> WITH_FEDERATED_STORAGE_ENGINE:BOOL=OFF
> WITH_INNOBASE_STORAGE_ENGINE:BOOL=ON
> WITH_LIBEDIT:BOOL=ON
> WITH_LIBWRAP:BOOL=OFF
> WITH_PARTITION_STORAGE_ENGINE:BOOL=ON
> WITH_PERFSCHEMA_STORAGE_ENGINE:BOOL=ON
> WITH_PIC:BOOL=OFF
> WITH_READLINE:BOOL=OFF
> WITH_SSL:STRING=no
> WITH_UNIT_TESTS:BOOL=ON
> WITH_VALGRIND:BOOL=OFF
> WITH_ZLIB:STRING=system



2012/3/2 <ale@freebsd.org>

> Synopsis: [PATCH] databases/mysql55-server: Add supporting for some
> storage engines
>
> State-Changed-From-To: open->closed
> State-Changed-By: ale
> State-Changed-When: Fri Mar 2 10:03:56 UTC 2012
> State-Changed-Why:
> Support is already compiled in, you just have to enable it.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=165590
>
Comment 4 Alex Dupre freebsd_committer freebsd_triage 2012-03-02 10:42:57 UTC
Joe Horn wrote:
> I don't think so.

This is a FAQ, read the archives.

-- 
Alex Dupre