Commit Graph

5751 Commits

Author SHA1 Message Date
Sveta Smirnova
035213b876 Merge pull request #914 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.6.1
build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.6.1
2025-01-14 19:31:07 +03:00
Sveta Smirnova
a06b3877c8 Merge pull request #909 from percona/PT-2400-pt-table-checksum_reports_the_error_for_warning_code_4164
PT-2400 - pt-table-checksum reports the error for warning code 4164
2025-01-14 18:17:30 +03:00
Sveta Smirnova
e716a03060 Update t/pt-table-checksum/pt-2400.t
Co-authored-by: EvgeniyPatlan <evgeniy.patlan@percona.com>
2025-01-14 18:15:06 +03:00
Sveta Smirnova
5a4bd2f1da Merge pull request #910 from percona/typos_2025_01
Fixed typos found by the GitHub workflow
2025-01-14 18:10:12 +03:00
Sveta Smirnova
6f62b4dc63 Merge pull request #907 from percona/remove_unused_variable_force_concat_enums
Remove unused variable force_concat_enums
2025-01-14 18:08:33 +03:00
Sveta Smirnova
0a98a81370 Merge pull request #863 from hpoettker/PT-2378_table_sync_with_more_fp_precision
PT-2378 - extended FP precision in pt-table-sync
2025-01-14 18:06:55 +03:00
Sveta Smirnova
f837672d1d Merge pull request #861 from hpoettker/PT-2377_table_sync_with_utf8_json
PT-2377 - fixed pt-table-sync for JSON utf8 strings
2025-01-14 18:04:41 +03:00
dependabot[bot]
8be499a85f build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.6.1
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/alecthomas/kong/releases)
- [Commits](https://github.com/alecthomas/kong/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 09:31:03 +00:00
dependabot[bot]
6dd7d1125a build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 09:30:59 +00:00
dependabot[bot]
0342aace44 build(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17.1...v1.17.2)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 09:30:53 +00:00
dependabot[bot]
97c732afa5 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 09:28:53 +00:00
Henning Poettker
1e581be06a PT-2378 - extended FP precision in pt-table-sync
pt-table-sync now uses up to 17 decimal digits when writing
floating point numbers in the generated SQL statements.
This is necessary to prevent unintended data changes.
2025-01-13 09:31:51 +01:00
Sveta Smirnova
3e69100477 Fixed typos found by the GitHub workflow 2025-01-10 23:07:03 +03:00
Sveta Smirnova
c796b2c148 PT-2400 - pt-table-checksum reports the error for warning code 4164
- Fixed typo
- Added test case
2025-01-10 23:01:35 +03:00
Sveta Smirnova
1bec1fdde8 Remove unused variable force_concat_enums
- Removed variable
- Adjusted utils/update-modules, so it does not process symlinks
2024-12-31 20:14:16 +03:00
Sveta Smirnova
ce20bc7dd1 Merge pull request #860 from hpoettker/PT-2375_table_sync_with_generated_columns
PT-2375 - fixed pt-table-sync for tables with generated columns
2024-12-27 18:08:08 +03:00
Henning Poettker
16b06dcfc2 PT-2377 - fixed pt-table-sync for JSON utf8 strings
The MySQL driver DBD::mysql does not decode JSON values as utf8
although MySQL uses utf8mb4 for all JSON strings.

This change decodes JSON values as utf8 (when not already done)
such that SQL statements are generated correctly.
2024-12-27 13:46:55 +01:00
Sveta Smirnova
10ed817eda Merge pull request #904 from percona/dependabot/github_actions/actions/upload-artifact-4.5.0
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
2024-12-25 17:28:42 +03:00
Sveta Smirnova
4a8e83d136 Merge pull request #905 from percona/release-v3.7.0
Release v3.7.0
v3.7.0
2024-12-23 16:19:03 +03:00
dependabot[bot]
e45ae53d67 build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 09:46:12 +00:00
Roberto de Bem
d5ec5d9ca8 PT-2410 - Removing the enclosed by on \N(Null) values and removing the space existent after the comma 2024-12-21 15:00:37 -03:00
Surabhi Bhat
8eced865d3 Update build script for PT arm packages 2024-12-20 18:16:54 +05:30
Surabhi Bhat
1f33ae4f3c Update go version to 1.23.4 2024-12-20 15:09:45 +05:30
Sveta Smirnova
3f46642bee Merge pull request #899 from alina-derkach-oaza/PT-2406-3.7.0
PT-2406 Release notes for Percona Toolkit version 3.7.0
2024-12-19 20:25:46 +03:00
Sveta Smirnova
08a7a62b13 Update docs/release_notes.rst 2024-12-19 20:25:34 +03:00
Alina Derkach
eb803d49d6 PT-2406 Release notes for Percona Toolkit version 3.7.0
modified:   docs/release_notes.rst
2024-12-19 18:12:53 +01:00
Sveta Smirnova
3e37fd25f0 Release 3.7.0
- Updated release date
2024-12-19 18:50:11 +03:00
Sveta Smirnova
02ada0ddc9 Release 3.7.0
- Updated version
2024-12-19 18:41:01 +03:00
Sveta Smirnova
8fc5f6c2f3 Release 3.7.0
- Updated version of the golang.org/x/net package to 0.33.0
2024-12-19 17:52:10 +03:00
Sveta Smirnova
4d2cdcf50a Release 3.7.0
- Updated version of Go in go.mod to 1.23.4
2024-12-19 17:48:06 +03:00
Sveta Smirnova
e9fb4101fd Merge branch '3.x' into release-v3.7.0 2024-12-19 17:42:43 +03:00
Sveta Smirnova
64a05713f2 Merge branch 'Changelog' into release-v3.7.0 2024-12-19 17:42:11 +03:00
Sveta Smirnova
d86389077b Release 3.7.0 2024-12-19 17:40:01 +03:00
Sveta Smirnova
010f05200e Merge pull request #898 from percona/fix-typos
Fix typos
2024-12-19 17:33:56 +03:00
Sveta Smirnova
f81373e583 Merge branch '3.x' into release-v3.7.0 2024-12-18 20:40:21 +03:00
Sveta Smirnova
c019ecfb8a Merge pull request #896 from percona/PT-2347-kdf
PT-2347 Use KDF instead of hash
2024-12-18 20:39:00 +03:00
Artem Gavrilov
c4260e5d7a Fix typos 2024-12-18 16:11:27 +02:00
Artem Gavrilov
91fec36bac PT-2347 Refactoring 2024-12-18 15:27:16 +02:00
Artem Gavrilov
d661be484c PT-2347 Add test 2024-12-18 15:18:30 +02:00
Artem Gavrilov
3dd1f7da83 PT-2347 Update collect.go 2024-12-18 00:54:15 +02:00
Artem Gavrilov
78f2030485 PT-2347 Use KDF instead of hash 2024-12-17 23:00:25 +02:00
Sveta Smirnova
118c9e0855 Merge branch '3.x' into release-v3.7.0 2024-12-16 15:24:53 +03:00
Sveta Smirnova
754c40628d Merge pull request #894 from percona/dependabot/go_modules/golang.org/x/crypto-0.31.0
build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0
2024-12-16 15:24:19 +03:00
dependabot[bot]
6b367b4a7a build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 12:23:53 +00:00
Sveta Smirnova
1a0265bc1b Merge pull request #893 from percona/dependabot/go_modules/golang.org/x/crypto-0.30.0
build(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0
2024-12-16 15:23:06 +03:00
Sveta Smirnova
dea8e1e573 Merge branch '3.x' into dependabot/go_modules/golang.org/x/crypto-0.30.0 2024-12-16 15:22:52 +03:00
Sveta Smirnova
cac0e6b083 Merge pull request #892 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.6.0
build(deps): bump github.com/alecthomas/kong from 1.5.0 to 1.6.0
2024-12-16 15:21:53 +03:00
Sveta Smirnova
5f31e57a84 Merge pull request #895 from percona/dependabot/go_modules/k8s.io/api-0.32.0
build(deps): bump k8s.io/api from 0.31.3 to 0.32.0
2024-12-16 15:21:40 +03:00
Sveta Smirnova
9f1e50cb58 PT-2340 - Support MySQL 8.4
- Changed replica_parallel_workers in configuration for 8.0 and 8.4 to o, because wiat_for_replicas is buggy for multi-threaded slaves (cherry picked from commit d9b0219d9e)
- Minor tests diagnostic and cleanup
2024-12-16 13:23:41 +03:00
dependabot[bot]
8212b87188 build(deps): bump k8s.io/api from 0.31.3 to 0.32.0
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.3 to 0.32.0.
- [Commits](https://github.com/kubernetes/api/compare/v0.31.3...v0.32.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 09:17:29 +00:00