Commit Graph

32 Commits (f0a8655be3dfd629d61d5eff70028b13ecc9c1dd)

Author SHA1 Message Date
Rene Cannao f0a8655be3 refactor(mysqlx): replace MysqlxCredentials with MysqlxResolvedIdentity
1 month ago
Rene Cannao ca6ddb860c feat(mysqlx): add route_exists() predicate to MysqlxConfigStore
1 month ago
Rene Cannao 4b353ba0b1 test(mysqlx): add MysqlxConfigStore::install_for_test helper
1 month ago
Rene Cannao 923cbfeadc fix(mysqlx): resolve critical authentication, TLS, and data integrity bugs
1 month ago
Rene Cannao 04f09d6535 fix(mysqlx): address SonarCloud quality gate failures
2 months ago
Rene Cannao 04c0303ee9 fix(mysqlx): address critical code review feedback from PR #5593
2 months ago
Rene Cannao 30dc111b1d feat(mysqlx): add TLS passthrough mode for raw TLS forwarding
2 months ago
Rene Cannao afffad0356 feat(mysqlx): implement backend TLS via CapabilitiesSet negotiation
2 months ago
Rene Cannao da75e13841 feat(mysqlx): per-message response state machines for terminal frame detection
2 months ago
Rene Cannao d50e48a971 feat(mysqlx): add descriptive TLS error messages with failure detection
2 months ago
Rene Cannao dc35119813 feat(mysqlx): implement Session Reset passthrough with response tracking
2 months ago
Rene Cannao 437072cf28 feat(mysqlx): add backend connect timeout with configurable threshold
2 months ago
Rene Cannao e86cfe237f feat(mysqlx): implement client-side TLS negotiation via CapabilitiesSet
2 months ago
Rene Cannao 0b555d3899 feat(mysqlx): add TLS infrastructure to MysqlxDataStream
2 months ago
Rene Cannao 79783a63d7 fix(mysqlx): apply 12 critical/high fixes from four-way review + robustness test suite
2 months ago
Rene Cannao 70e908b9b6 feat(mysqlx): wire event-driven v2 into plugin lifecycle
2 months ago
Rene Cannao eb958585a6 feat(mysqlx): add protocol-aware dispatch, TLS stubs, connection pool, and async connect
2 months ago
Rene Cannao ff0070f782 feat(mysqlx): add Mysqlx_Thread event loop with poll()
2 months ago
Rene Cannao 7f8719c8d1 feat(mysqlx): add X Protocol session state machine
2 months ago
Rene Cannao c67705ba8b feat(mysqlx): add pooled backend connection object
2 months ago
Rene Cannao 6034a3fba6 fix(mysqlx): replace raw pointer MysqlxFrame with std::vector<uint8_t>
2 months ago
Rene Cannao 401a527186 feat(mysqlx): add non-blocking X Protocol frame I/O data stream
2 months ago
Rene Cannao cd94ac2b12 fix: populate destination_hostgroup in route stats and add conn_used counter
2 months ago
Rene Cannao 1900db9e57 fix: correct MYSQL41 auth wire format for real MySQL 8.x
2 months ago
Rene Cannao 9a3b399eb0 fix: address critical code review findings
2 months ago
Rene Cannao c2e90d3696 feat: add mysqlx stats tables and topology invalidation seam
2 months ago
Rene Cannao e087fdda4c feat: add backend X sessions and hostgroup-based routing
2 months ago
Rene Cannao 05ca510f2d feat: implement frontend X Protocol handshake and auth
2 months ago
Rene Cannao 5b5bbfbcaf feat: add mysqlx listener sockets and worker threads
2 months ago
Rene Cannao 0b11bce37e feat: add mysqlx runtime config store and load commands
2 months ago
Rene Cannao 8e7a99d36a fix: align mysqlx plugin schema and smoke test
2 months ago
Rene Cannao 19d48bdc13 feat: scaffold mysqlx plugin module
2 months ago