Up to [cvs.NetBSD.org] / pkgsrc / databases / mysql80-client
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 24 21:42:47 2023 UTC (11 days, 7 hours ago) by he
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -7
lines
Diff to previous 1.6 (colored)
mysql80-client: change special-case atomic for i386 to use atomic64.mk.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 25 00:27:26 2022 UTC (6 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
mysql80-client: add CHECK_PORTABILITY_SKIP to fix build with PKG_DEVELOPER=yes
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 21 18:20:41 2022 UTC (2 months, 2 weeks ago) by jperkin
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
*: Re-apply SunOS linker argument removals. These are currently duplicated in mk/platform/SunOS.mk but the generic removals will be removed soon in favour of per-package removals, due to flags getting leaked into installed files.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 2 21:17:32 2022 UTC (3 months ago) by jperkin
Branch: MAIN
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
mysql80: Build out of srcdir.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 2 17:02:10 2022 UTC (3 months ago) by jperkin
Branch: MAIN
Changes since 1.2: +23 -39
lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Fri Jun 4 13:44:21 2021 UTC (20 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
mysql80-client: Remove deleted MESSAGE_SRC.
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 13 15:25:20 2021 UTC (20 months, 3 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