| Summary: | [PATCH] databases/mysql55-server: Add supporting for some storage engines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | joehorn | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ale | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
joehorn
2012-03-01 17:50:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Support is already compiled in, you just have to enable it. 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 > Joe Horn wrote:
> I don't think so.
This is a FAQ, read the archives.
--
Alex Dupre
|