| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Includes a number of pkgsrc cleanups, removing nonsense that has been
cargo-culted since the MySQL 3.23.x days(!). Stop shipping mysql-test, it's
absolutely huge and unnecessary. Add XXX to undocumented patches that we
should probably just drop, and make others easier to maintain.
Upstream changes are far too numerous to include here, so here are the links to
the corresponding release notes for each since 8.0.24:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-31.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-29.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-27.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-26.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html
Tested on SmartOS, I'll monitor bulk build reports for any fallout on other
platforms (it takes ages to build).
|
|
|
|
|
|
|
|
|
|
|
|
Fix for: Shared object "libprotobuf.so.29" not found
|
|
Fix for: Shared object "libprotobuf.so.28" not found
|
|
As of MySQL 5.7, installations created using --initialize no longer
have an empty root password; one is generated as part of the process
and marked expired. (This message is in part simply advice to read the
documentation. However, it's possible other downstream packagers use
--initialize-insecure instead, which retains the old empty password
approach, so this could be a pkgsrc-specific detail to consider.)
|
|
|
|
package is experimental right now - it was confirmed working on NetBSD
and compile on macOS only for now
8.0 brings many improvements over 5.7, following is shortened list, more details
are available on https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
- transactional data dictionary
- atomic DDL
- integrated upgrade procedure
- security and account management improvements
- resource groups and threads (thread affinity needs some work for NetBSD)
- table encryption management
- loads of innodb enhancements
- default character set utf8mb4
- JSON enhancements
- CTE, Window functions
- lateral derived tables
- reworked regular experssion support
- internal temporary tables
- HASH JOIN optimization
- EXPLAIN ANALYZE
- time zone support for TIMESTAMP and DATETIME
- optimizer hints for FORCE INDEX, IGNORE INDEX
- XML enhancements
- single preparation of statements
- single RIGHT JOIN as LEFT JOIN handling
- derived condition pushdown optimization
Number of features were also deprecated, check the release notes for that
|