Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix syntax error in cmake 3.20
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
242cab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vaintroub Hey, why is this bug still present in https://downloads.mariadb.com/MariaDB/mariadb-10.5.9/source/?
242cab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because https://github.com/MariaDB/server/tree/mariadb-10.5.9, if you follow links from there, uses mariadb-connector-c as of v3.1.12
242cab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vuvova Thanks for the response.
We're really in a hard spot.
We cannot install 10.5.9 due to this issue, and we cannot install 10.5.10 due to an issue in brew, and 10.5.11+ introduced this bug https://jira.mariadb.org/browse/MDEV-26123.
We'll have to manually patch 10.5.9 until https://jira.mariadb.org/browse/MDEV-26123 is fixed.