Backport 16016 - Remove linkname references - allowing native compiling on go1.23 #123
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR applies backport vitessio#16016 to our v17 branch. The upstream PR and subsequent changes affected some files that didn't exist in our v17 branch. For all but one we left them removed. The one leftover was because in v17 vitess moved to a different cache implementation. This means the references to the hack package functions that were removed were remaining in our v17 branch because we still have the old cache implementation. I made the adjustments myself, and contained them within a commit, 64682769249224fb2aacf8a342d9458bc8dc2f17.
cc https://github.com/github/vitess/issues/1207
Related Issue(s)
Checklist
Deployment Notes