- 11 Feb, 2021 2 commits
-
-
Gianfranco Costamagna authored
-
Gianfranco Costamagna authored
Note: this change is needed only in compat levels < 13
-
- 10 Feb, 2021 1 commit
-
-
Gianfranco Costamagna authored
This fixes build for some reverse-dependencies when using mysql-8.0 backend, such as boinc
-
- 24 Jan, 2021 1 commit
-
-
Lars Tangvald authored
Specify contributions from different people in a more standard way
-
- 22 Jan, 2021 8 commits
-
-
Lars Tangvald authored
-
Lars Tangvald authored
-
Lars Tangvald authored
MySQL's has been changed to use standard atomics handling. Part of the patched code has been removed. It was a compilation test, so should not be needed.
-
Lars Tangvald authored
-
Lars Tangvald authored
-
Lars Tangvald authored
-
Lars Tangvald authored
-
Lars Tangvald authored
-
- 13 Jan, 2021 1 commit
-
-
Lars Tangvald authored
The test checks the year of a timestamp, expecting it to be 2020. This is fixed by upstream in an upcoming release. Ref https://bugs.mysql.com/bug.php?id=102243
-
- 07 Dec, 2020 1 commit
-
-
Lars Tangvald authored
-
- 04 Dec, 2020 3 commits
-
-
Lars Tangvald authored
0 was used for infinity in older versions of systemd, but newer versions should have it set explicitly.
-
Lars Tangvald authored
For large databases the system might hit the timeout limit, causing systemd to kill the process, which could potentially lead to a corrupted database. Set to 0 (infinity) Resolves LP#1882527
-
Lars Tangvald authored
The flag is used to default to system for any dependency where MySQL can use either bundled or system package.
-
- 26 Oct, 2020 2 commits
-
-
Lars Tangvald authored
-
Lars Tangvald authored
Some new plugins have been added by upstream, and a sample file has been moved.
-
- 20 Oct, 2020 3 commits
-
-
Lars Tangvald authored
The issues with expired test certificates and client library segfaulting for certain custom charset definitions have both been fixed upstream.
-
Lars Tangvald authored
Update to upstream version '8.0.22' with Debian dir 39a949ffabf2c079e9d759d0d055ff2862c27a87
-
Lars Tangvald authored
-
- 18 Aug, 2020 3 commits
-
-
Robie Basak authored
-
Robie Basak authored
-
Robie Basak authored
These are required to use the protobuf library provided by the system, as enabled in the previous commit.
-
- 15 Aug, 2020 1 commit
-
-
Lars Tangvald authored
Using the bundled version caused problems with debug symbols, since both router and server bundled the same so-file.
-
- 14 Aug, 2020 1 commit
-
-
Lars Tangvald authored
The test doesn't correctly use the --client-bindir flag to see where it should look for testing binaries, so it fails because it can't find mysqltest_safe_process. Ref: https://bugs.mysql.com/bug.php?id=100532
-
- 13 Aug, 2020 7 commits
-
-
Marc Deslauriers authored
debian/patches/revert_faster_tls_model.patch: revert an upstream commit that switches the tls-model to initial-exec. This is causing "cannot allocate memory in static TLS block" errors when attempting to load the library in certain scenarios. LP: #1889851
-
Robie Basak authored
-
Sergio Durigan Junior authored
d/p/use-largest-lock-free-type-selector-on-riscv.patch: Force the use of Largest_lock_free_type_selector instead of Lock_free_type_selector when compiling for RISC-V, since the latter will cause a compilation failure due to RISC-V's inability to provide the always-lock-free property for some specific types.
-
Lars Tangvald authored
Update protobuf lib to 3.11.4, add new protobuf plugin for router and test component for test suite. Adjusted by Robie Basak: use wildcards for versions to avoid having to keep bumping this. Taken from Ubuntu with thanks to Marc Deslauriers.
-
Lars Tangvald authored
Ref: https://bugs.mysql.com/bug.php?id=100274
-
Lars Tangvald authored
Some certificates used in mtr expired 2020-06-30, causing test failures.
-
Robie Basak authored
-
- 11 Aug, 2020 1 commit
-
-
Robie Basak authored
-
- 23 Jun, 2020 1 commit
-
-
Lars Tangvald authored
The LICENSE file merely contains an explanation of why the timezone database is not under BCP 78 Ref: https://github.com/mysql/mysql-server/blob/8.0/LICENSE#L1929
-
- 19 Jun, 2020 1 commit
-
-
Robie Basak authored
Written by Lars - thanks!
-
- 27 May, 2020 1 commit
-
-
Lars Tangvald authored
This happens because mariadb installs charset files to the same place MySQL does, so if mariadb is combined with libmysqlclient (and possibly vice-versa), the client library may attempt to use those charset files. A bug in the parser combined with the differences in charset data can lead to the client library segfaulting. The patch simply prevents the segfault by checking that the collation pointer is not NULL, until the underlying issue in the parser is fixed upstream. Ref: https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1877504
-
- 20 May, 2020 2 commits
-
-
Lars Tangvald authored
Seems a &p=23 parameter is now needed for the gpg signature url
-
Lars Tangvald authored
The notes explain that MySQL bundles header files from these projects because using system libraries doesn't work.
-