Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql80-client
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:36 2022 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
massive revision bump after textproc/icu update
Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 2 21:17:32 2022 UTC (2 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
mysql80: Build out of srcdir.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 2 17:02:10 2022 UTC (2 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
mysql80: Update to 8.0.31. 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).
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:19 2022 UTC (7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.36
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:38 2022 UTC (9 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
revbump for textproc/icu update
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:40 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
revbump for icu and libffi
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 24 19:49:30 2021 UTC (20 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
*: recursive bump for perl 5.34
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 13 15:25:20 2021 UTC (20 months, 2 weeks ago) by jdolecek
Branch: MAIN
import mysql80-client and mysql80-server packages from pkgsrc wip 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