Port details on branch 2024Q1 |
- mysql81-server Multithreaded SQL database (server)
- 8.1.0 databases =0 8.1.0Version of this port present on the latest quarterly branch.
- Maintainer: joneum@FreeBSD.org
- Port Added: 2024-04-06 17:28:05
- Last Update: 2024-04-06 17:26:12
- Commit Hash: 154a19d
- License: GPLv2
- WWW:
- https://www.mysql.com/
- Description:
- MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.
The new features in MySQL 8.0. In addition to Data Dictionnary and CTEs are:
Move to utf8(mb4) as MySQL's default character set
Language specific case insensitive collation for 21 languages (utf8)
Invisible index
Descending indexes
Improve usability of UUID and IPV6 manipulations
SQL roles - SET PERSIST for global variable values
Performance Schema, instrumenting data locks
Performance Schema, instrumenting error messages
Improved cost model with histograms
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql81-server>0:databases/mysql81-server
- Conflicts:
- CONFLICTS_INSTALL:
- mysql*-server
- mysqlwsrep*-server
- mariadb*-server
- percona*-server
- To install the port:
- cd /usr/ports/databases/mysql81-server/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mysql81-server
- pkg install mysql81-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mysql81-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695150470
SHA256 (mysql-boost-8.1.0.tar.gz) = cb19648bc8719b9f6979924bfea806b278bd26b8d67740e5742c6f363f142188
SIZE (mysql-boost-8.1.0.tar.gz) = 440038191
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- liblz4>0 : archivers/liblz4
- libunwind>0 : devel/libunwind
- bison : devel/bison
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- groff : textproc/groff
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libcurl.so : ftp/curl
- libevent.so : devel/libevent
- libicutu.so : devel/icu
- liblz4.so : archivers/liblz4
- libfido2.so : security/libfido2
- libhidapi.so : comms/hidapi
- libunwind.so : devel/libunwind
- libedit.so.0 : devel/libedit
- libmysqlclient.so.22 : databases/mysql81-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mysql81-server-8.1.0:
====> Permissible Storage Engines (to compile statically into the server)
ARCHIVE=off: Compile "Archive Storage" statically in server
BLACKHOLE=off: Compile "Blackhole Storage" statically in server
EXAMPLE=off: Compile "Example Storage" statically in server
FEDERATED=off: Compile "Federated Storage" statically in server
INNOBASE=off: Compile "InnoDB Storage" statically in server
PARTITION=off: Compile "Partitioning support Storage" statically in server
PERFSCHEMA=off: Compile "Performance Schema Storage" statically in server
====> Default features knobs
PERFSCHM=on: Enable "Performance Schema" by default (High RAM usage)
===> Use 'make config' to modify these settings
- Options name:
- databases_mysql81-server
- USES:
- bison:build cmake:noninja cpe groff:run libedit localbase ncurses perl5 pkgconfig shebangfix ssl mysql:81 compiler:c++17-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.1.0 06 Apr 2024 17:26:12 |
Dimitry Andric (dim) |
databases/mysql80-server databases/mysql81-server: fix build with libc++ 18 on
i386
When building against libc++ 18, several iostream classes now get
inlined into C++ binaries for efficiency. But because the mysql ports
use -malign-double on non-powerpc architectures, this causes an ABI
problem with libc++.so, which has not been built with that flag, at
least on i386. This can cause segfaults during the build of the port.
If it is not the architecture default, as it is on amd64, -malign-double
should not be used without recompiling basically the entire userspace
runtime. Quoting the gcc docs:
> Warning: if you use the -malign-double switch, structures containing
> the above types are aligned differently than the published application
> binary interface specifications for the x86-32 and are not binary
> compatible with structures in code compiled without that switch.
Hence, remove -malign-double from CXXFLAGS for these ports.
PR: 277896
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q1
(cherry picked from commit b49518c5c7c16418d7da0a5ce786da139b905bb1) |
Number of commits found: 1
|