Commit Graph

2259 Commits (dbb40a30baec7d23568ebe2d2b228737d31dfcba)

Author SHA1 Message Date
Rene Cannao 266a10617f feat: declare mysql_thread___zstd_compression_level thread-local and struct member
1 month ago
Rene Cannao c72cdd9768 Merge remote-tracking branch 'origin/v3.0' into lint-tap-tests-static-analysis
1 month ago
René Cannaò 8524688945
Merge pull request #5596 from sysown/v3.0_pgsql-copy-matcher-5568
1 month ago
Wazir Ahmed 1e069fbc11 Merge 'v3.0' into feature/gtid-range-update
1 month ago
Rene Cannao 41956b8f4a fix: eliminate macro redefinition, member init reorder, and format warnings
1 month ago
Rene Cannao da655099ee fix(test/tap): batch 2 of static analysis real-bug fixes
1 month ago
Wazir Ahmed 9757835a5f Merge branch 'v3.0' into fix-fc-parsing
1 month ago
Rahim Kanji c698dbc479 Fix CopyCmdMatcher regex for inline comments
1 month ago
René Cannaò 669ab91494
Merge pull request #5594 from sysown/v3.0-lint
2 months ago
Rene Cannao 24e56d4dd1 fix: SonarCloud issues - explicit ctors, sprintf->snprintf
2 months ago
Rene Cannao a82224f1ef fix: PR review feedback - double-free, end comments, dead code
2 months ago
Rene Cannao 5ccb715e57 fix: cppcheck fixes - printf formats, null checks, copy operators
2 months ago
Rene Cannao a51fe19e3f fix: delete copy operations in 4 classes (Group_Replication_Info, Galera_Info, AWS_Aurora_Info, MySQL_Errors_stats)
2 months ago
Rene Cannao 521fcf5ce7 fix: initialize all members in stmt_execute_metadata_t constructor
2 months ago
Rene Cannao 04a1487973 fix: ensure MySQL_Query_Processor_Output initializes inherited members
2 months ago
Rene Cannao 315f12d4d4 fix: initialize all members in MySQL_Protocol constructor
2 months ago
Rene Cannao a02e87823f fix: initialize all members in Query_Processor_Output constructor
2 months ago
Rene Cannao 500488bbdf fix: delete copy operations in iface_info class
2 months ago
Rene Cannao 9a3f728041 perf: use initialization list in Servers_SslParams constructor
2 months ago
Rene Cannao 39b664a9f5 fix: resolve memleakOnRealloc in PtrArray::allocate
2 months ago
Rene Cannao 7e1a78fd6b lint: fix reserved identifiers and include guards
2 months ago
Rene Cannao 5513f735e6 lint: replace NULL with nullptr in header files
2 months ago
Rene Cannao f2bc1d4185 lint: fix reserved identifier in function parameter names and comments
2 months ago
Rene Cannao 9bdfb8b1cd lint: optimize enum types and fix reserved identifiers in Query_Cache, admin, thread, debug
2 months ago
Rene Cannao 0d6c0270a4 lint: optimize enum types and fix reserved identifiers in Base/PgSQL hostgroups
2 months ago
Rene Cannao b531326c82 lint: optimize enum underlying types and fix reserved identifiers
2 months ago
Rene Cannao f1826cf206 lint: fix reserved identifier in member variables
2 months ago
Rene Cannao 54e9de7cb3 lint: fix reserved identifier in enum size sentinels
2 months ago
Rene Cannao 4810f1f05b lint: fix reserved identifier in include guards
2 months ago
Rene Cannao 413584f0fb lint: fix unsigned-to-signed cast in MySrvConnList::find_idx
2 months ago
Rene Cannao 17225cf2a8 lint: fix bugprone-macro-parentheses in 6 header files
2 months ago
Rene Cannao ac0f9304b0 fix: address code review findings for pgsql cluster sync
2 months ago
Rene Cannao 80ff2242e6 merge: resolve v3.0 conflict and add pgsql_servers_ssl_params cluster sync
2 months ago
René Cannaò 7f14beedc1
Merge pull request #5583 from sysown/v3.0_pgsql_ssl_backend_5582
2 months ago
René Cannaò 1a8e4ed918
Merge pull request #5567 from sysown/v3.0_pgsql_sslkeylog_5281
2 months ago
Rahim Kanji 49553cfb0b fix: support one-sided TLS version ranges and warn on malformed input
2 months ago
Rene Cannao 0e1ea6a734 Address code review feedback for mysql-resolution_family
2 months ago
Rahim Kanji 76acb1e3e8 feat: add cluster query support for pgsql_servers_ssl_params
2 months ago
Rahim Kanji e68f8bb74a refactor: simplify pgsql_servers_ssl_params schema and pre-parse TLS range
2 months ago
René Cannaò 8a61232517 fix: decouple MySQL and PostgreSQL checksum/sync controls
2 months ago
Rene Cannao 47758a468d merge: resolve groups.json conflict with v3.0
2 months ago
Wazir Ahmed 0e5fd66d46 Preserve prepared statement `min_gtid` in `first_comment_parsing` mode
2 months ago
Rahim Kanji 7fa0e82bd7 fix: move SSL params classes to standalone header to resolve circular includes
2 months ago
Rahim Kanji 516fa468ba feat: add admin load/save/dump for pgsql_servers_ssl_params
2 months ago
Rahim Kanji 5ad511568a feat: add pgsql_servers_ssl_params table definitions and admin bootstrap
2 months ago
Rahim Kanji 05e3ed4351 feat: add PgSQLServers_SslParams class with map, generate, get, and commit integration
2 months ago
Rahim Kanji 619c084cab refactor: MySQLServers_SslParams now derives from Servers_SslParams
2 months ago
Rahim Kanji 74d6336660 refactor: extract Servers_SslParams base class from MySQLServers_SslParams
2 months ago
Rene Cannao c9b30f8f56 fix: handle SHUNNED status in CLUSTER_QUERY_RUNTIME_PGSQL_SERVERS
2 months ago
Rahim Kanji e7ee68dda5 Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281)
2 months ago