-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NULL Merge changes from 8.0 to trunk #1600
Commits on Oct 24, 2023
-
Merge pull request percona#1512 from altmannmarcelo/PXB-3170-8.0
Fix PXB-3170 - Test failure in keyring_pxb_2275.sh
Configuration menu - View commit details
-
Copy full SHA for 80ca259 - Browse repository at this point
Copy the full SHA 80ca259View commit details
Commits on Oct 26, 2023
-
Merge pull request percona#1513 from altmannmarcelo/PXB-3181-8.0
8.0 Fix PXB-3181 - Duplicate timestamp printed when using innodb-use-nati…
Configuration menu - View commit details
-
Copy full SHA for 563f217 - Browse repository at this point
Copy the full SHA 563f217View commit details
Commits on Oct 31, 2023
-
Merge pull request percona#1503 from altmannmarcelo/PXB-3003-8.0
Fix PXB-3003 - Race Condition in log_files_find_and_analyze
Configuration menu - View commit details
-
Copy full SHA for fa62634 - Browse repository at this point
Copy the full SHA fa62634View commit details -
Merge pull request percona#1508 from altmannmarcelo/PXB-3141-8.0
Fix PXB-3141 - fix folder permission on fifo get
Configuration menu - View commit details
-
Copy full SHA for 681c955 - Browse repository at this point
Copy the full SHA 681c955View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a56ad01 - Browse repository at this point
Copy the full SHA a56ad01View commit details -
PXB-3186 - Merge 8.0.35 - compilation issues / smart memory test fix
CMake Error at cmake/mysql_version.cmake:65 (MYSQL_GET_CONFIG_VALUE): MYSQL_GET_CONFIG_VALUE Macro invoked with incorrect arguments for macro named: MYSQL_GET_CONFIG_VALUE Call Stack (most recent call first): cmake/mysql_version.cmake:218 (GET_MYSQL_VERSION) CMakeLists.txt:577 (INCLUDE) 1159ccb - Added a new entry into MYSQL_VERSION file. PXB has a custom MYSQL_GET_CONFIG_VALUE macro which accepts a 3rd parameter to instruct which file we are parsing from. Adjuster MYSQL_VERSION_STABILITY to be read from MYSQL_VERSION. Bumped smart memory required server.
Configuration menu - View commit details
-
Copy full SHA for 5d1806e - Browse repository at this point
Copy the full SHA 5d1806eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba93ca - Browse repository at this point
Copy the full SHA 4ba93caView commit details
Commits on Nov 7, 2023
-
Merge pull request percona#1520 from altmannmarcelo/PXB-3173-8.0
Fix PXB-3173 - Partial download functionality regression
Configuration menu - View commit details
-
Copy full SHA for 0d24af2 - Browse repository at this point
Copy the full SHA 0d24af2View commit details -
Merge pull request percona#1519 from altmannmarcelo/PXB-3186-8.0
PXB-3186 - Merge 8.0.35
Configuration menu - View commit details
-
Copy full SHA for f381b30 - Browse repository at this point
Copy the full SHA f381b30View commit details
Commits on Nov 24, 2023
-
Merge pull request percona#1523 from altmannmarcelo/PXB-3168-8.0
Fixed PXB-3168 - Under high write load, backup fails with "log block …
Configuration menu - View commit details
-
Copy full SHA for 6beb4b4 - Browse repository at this point
Copy the full SHA 6beb4b4View commit details
Commits on Dec 4, 2023
-
Merge pull request percona#1525 from percona/release-8.0.35-30
Release 8.0.35-30
Configuration menu - View commit details
-
Copy full SHA for ef0916b - Browse repository at this point
Copy the full SHA ef0916bView commit details
Commits on Dec 22, 2023
-
Merge pull request percona#1532 from aybek/pxb-3210-8.0
8.0 Fix PXB-3210: PXB fails to build on macOS since 8.0.33-28 due to FIND_PRO…
Configuration menu - View commit details
-
Copy full SHA for 23fcf12 - Browse repository at this point
Copy the full SHA 23fcf12View commit details -
Merge pull request percona#1534 from aybek/pxb-2797-8.0
8.0 Fix PXB-2797: Schema mismatch when importing table with full-text index f…
Configuration menu - View commit details
-
Copy full SHA for ed78c4b - Browse repository at this point
Copy the full SHA ed78c4bView commit details
Commits on Dec 29, 2023
-
fix:Backup using xtrabackup 8.0.30, and then prepare using xtrabackup…
… 8.0.33 fix:https://perconadev.atlassian.net/browse/PXB-3130 Backup using xtrabackup 8.0.30, and then prepare using xtrabackup 8.0.33. Th e error is as follows: InnoDB: Assertion failure: log0recv.cc:4353:log.m_files.find(recovered_lsn) != log.m_files.end() I0825 22:33:01.738934 05155 ???:1] xtrabackup80 - InnoDB: thread 13998887390 6432InnoDB: We intentionally generate a memory trap. I0825 22:33:01.738951 05155 ???:1] xtrabackup80 - InnoDB: Submit a detailed bug report to https://jira.percona.com/projects/PXB. I0825 22:33:01.738968 05155 ???:1] xtrabackup80 - InnoDB: If you get repeate d assertion failures or crashes, even I0825 22:33:01.738985 05155 ???:1] xtrabackup80 - InnoDB: immediately after the mysqld startup, there may be I0825 22:33:01.739001 05155 ???:1] xtrabackup80 - InnoDB: corruption in the InnoDB tablespace. Please refer to I0825 22:33:01.739018 05155 ???:1] xtrabackup80 - InnoDB: http://dev.mysql.c om/doc/refman/8.0/en/forcing-innodb-recovery.html I0825 22:33:01.739035 05155 ???:1] xtrabackup80 - InnoDB: about forcing reco very. Through analysis, it was found that it was caused by the type being out of b ounds. Multiple uint32_ The value obtained by multiplying the values of type t is s till uint32_ Type t, when the result value is greater than uint32_ After the ran ge that t can represent, an incorrect return value will be obtained So, type improvement is needed, which has been validated and passed
Configuration menu - View commit details
-
Copy full SHA for 784a512 - Browse repository at this point
Copy the full SHA 784a512View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa1f613 - Browse repository at this point
Copy the full SHA fa1f613View commit details
Commits on May 24, 2024
-
Merge pull request percona#1559 from venkatesh-prasad-v/PXB-3283-8.0-gca
PXB-3283: Column %s precise type mismatch error while importing a tablespace (8.0)
Configuration menu - View commit details
-
Copy full SHA for d390639 - Browse repository at this point
Copy the full SHA d390639View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ee5e41 - Browse repository at this point
Copy the full SHA 5ee5e41View commit details -
Merge pull request percona#1561 from adivinho/8.0
PKG-56 Binary Tarballs of PXC and PXB without openssl libs included
Configuration menu - View commit details
-
Copy full SHA for 5367b09 - Browse repository at this point
Copy the full SHA 5367b09View commit details
Commits on May 28, 2024
-
Merge pull request percona#1536 from LI8023NING/patch-1
fix:Backup using xtrabackup 8.0.30, and then prepare using xtrabackup…
Configuration menu - View commit details
-
Copy full SHA for ec3e92e - Browse repository at this point
Copy the full SHA ec3e92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b83d2b3 - Browse repository at this point
Copy the full SHA b83d2b3View commit details -
Merge pull request percona#1562 from satya-bodapati/release-8.0.35-31
Bump up version to 8.0.35-31
Configuration menu - View commit details
-
Copy full SHA for d25d1d0 - Browse repository at this point
Copy the full SHA d25d1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d2c50 - Browse repository at this point
Copy the full SHA b8d2c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f2f92 - Browse repository at this point
Copy the full SHA 14f2f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6ab07 - Browse repository at this point
Copy the full SHA 5f6ab07View commit details
Commits on May 29, 2024
-
Merge pull request percona#1563 from adivinho/8.0
Add ubuntu noble pxb
Configuration menu - View commit details
-
Copy full SHA for 13bcfd7 - Browse repository at this point
Copy the full SHA 13bcfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d995362 - Browse repository at this point
Copy the full SHA d995362View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c4a3f - Browse repository at this point
Copy the full SHA f9c4a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f261e94 - Browse repository at this point
Copy the full SHA f261e94View commit details -
Merge pull request percona#1564 from adivinho/release-8.0.35-31
Release-8.0.35-31
Configuration menu - View commit details
-
Copy full SHA for b90a9c0 - Browse repository at this point
Copy the full SHA b90a9c0View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a796353 - Browse repository at this point
Copy the full SHA a796353View commit details -
Merge pull request percona#1571 from adivinho/release-8.0.35-31
PKG-82 update changelog for rpm packages for PXB and PXC
Configuration menu - View commit details
-
Copy full SHA for 55ec21d - Browse repository at this point
Copy the full SHA 55ec21dView commit details
Commits on Jun 21, 2024
-
Merge pull request percona#1575 from percona/release-8.0.35-31
Release-8.0.35-31
Configuration menu - View commit details
-
Copy full SHA for a90524f - Browse repository at this point
Copy the full SHA a90524fView commit details
Commits on Jul 10, 2024
-
Merge pull request percona#1576 from satya-bodapati/PXB-8.0-3302
PXB-3302: GTID of the last change output truncated in Xtrabackup back…
Configuration menu - View commit details
-
Copy full SHA for 1adc4cf - Browse repository at this point
Copy the full SHA 1adc4cfView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa420dd - Browse repository at this point
Copy the full SHA aa420ddView commit details -
Merge pull request percona#1582 from adivinho/8.0
PXB-3319 Tarballs have dependency on libgcrypt.so.11
Configuration menu - View commit details
-
Copy full SHA for ca0be56 - Browse repository at this point
Copy the full SHA ca0be56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b0f8b - Browse repository at this point
Copy the full SHA 60b0f8bView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 765463d - Browse repository at this point
Copy the full SHA 765463dView commit details
Commits on Aug 12, 2024
-
PXB-3316 Remove doc folder to fix Snyk issues (8.0)
deleted: storage/innobase/xtrabackup/doc/ modified: CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for b4a7208 - Browse repository at this point
Copy the full SHA b4a7208View commit details
Commits on Aug 15, 2024
-
Merge pull request percona#1597 from percona/remove-doc
PXB-3316 Remove doc folder to fix Snyk issues (8.0)
Configuration menu - View commit details
-
Copy full SHA for 1626fbf - Browse repository at this point
Copy the full SHA 1626fbfView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ded013 - Browse repository at this point
Copy the full SHA 6ded013View commit details