Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Percona-XtraDB-Cluster-8.0.44-35.tar.gz:
size: 529799158
object_id: 1636042c-aa5f-47c5-75e3-973440644229
sha: sha256:0bd17bb930c0bf2e0bd5857ef12e547663658d7c9abfac99ff097daf9d74d488
Percona-XtraDB-Cluster-8.4.6-6.tar.gz:
size: 506765745
object_id: ec442812-58d7-4ff8-616a-6e72be3d6a56
sha: sha256:1b8ae8266c223b34330a54d4af76f7e10d0b0875ac51041bad0e02e95fa47fd4
Percona-XtraDB-Cluster-8.4.7-7.tar.gz:
size: 506738352
object_id: 46238cf5-2ca3-4619-47d2-e54bf1d2f418
sha: sha256:5b8e7c4d4cb422d018ec668d9cc69f6f403e4974ea71a6d7405a8b2194aa14a9
boost_1_59_0.tar.bz2:
size: 70389425
object_id: 7344fc77-b911-45c2-5467-c6d5fcab6d29
Expand Down
4 changes: 0 additions & 4 deletions packages/percona-xtradb-cluster-8.4/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ build() {

(
cd Percona-XtraDB-Cluster-*/
if ! patch -p1 < ../patches/mysql-8.4/audit_log_plugin.patch; then
echo >&2 "Failed to apply patch to port Percona audit log plugin to MySQL v8.4"
exit 1
fi
source MYSQL_VERSION
mysql_version="${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.${MYSQL_VERSION_PATCH}${MYSQL_VERSION_EXTRA}"
wsrep_version="$(grep WSREP_INTERFACE_VERSION wsrep-lib/wsrep-API/v26/wsrep_api.h | cut -d '"' -f2).$(grep 'SET(WSREP_PATCH_VERSION' "cmake/wsrep-lib.cmake" | cut -d '"' -f2)"
Expand Down
1 change: 0 additions & 1 deletion packages/percona-xtradb-cluster-8.4/spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ files:
- libaio_*.orig.tar.xz
- pkg-config_*.tar.gz
- socat-*.tar.gz
- patches/mysql-8.4/*.patch
Loading