You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/lib
Rene Cannao 76251a78dc
fix: resolve invalidFunctionArg in get_current_query - use size_t cast
1 month ago
..
AI_Features_Manager.cpp
AI_Tool_Handler.cpp
AI_Vector_Storage.cpp
Admin_Bootstrap.cpp feat: add pgsql_servers_ssl_params table definitions and admin bootstrap 1 month ago
Admin_FlushVariables.cpp chore: refine guard structures and fix indentation 2 months ago
Admin_Handler.cpp feat: add cluster query support for pgsql_servers_ssl_params 1 month ago
Admin_Tool_Handler.cpp
Anomaly_Detector.cpp
BackendSyncDecision.cpp Address review: fix NULL asymmetry in backend sync decisions (PR #5511) 2 months ago
BaseHGC.cpp
BaseSrvList.cpp
Base_HostGroups_Manager.cpp Use RAII for sqlite3 statements across codebase 3 months ago
Base_Session.cpp Fix PostgreSQL transaction state management for pipeline mode 3 months ago
Base_Thread.cpp Fix more Valgrind uninitialized value errors 3 months ago
Cache_Tool_Handler.cpp
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp lint: fix reserved identifier in member variables 1 month ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 3 months ago
Config_Tool_Handler.cpp
Discovery_Schema.cpp fix: Use consistent value representation in MCP query rules 3 months ago
GTID_Server_Data.cpp
GenAI_Thread.cpp fix: Conditionally include sys/eventfd.h only on Linux 3 months ago
HostgroupRouting.cpp Extract hostgroup routing decision logic (Phase 3.5, #5493) 2 months ago
LLM_Bridge.cpp
LLM_Clients.cpp test: add 4 more unit test files with 198 assertions (Tier 1) 2 months ago
MCP_Endpoint.cpp fix: address PR review feedback from coding agents 2 months ago
MCP_Thread.cpp fix: Remove unused legacy mcp-mysql_* variables 3 months ago
MCP_Tool_Handler.cpp MCP stats: address review findings and add detailed docs 3 months ago
Makefile feat(ffto): add pgsql_parse_error_response() helper with unit tests 2 months ago
MonitorHealthDecision.cpp Fix compilation error: add missing #include <cstdint> in MonitorHealthDecision.cpp 2 months ago
MyHGC.cpp
MySQLErrorClassifier.cpp Extract MySQL error classification logic (Phase 3.7, #5495) 2 months ago
MySQLFFTO.cpp feat(ffto): record MySQL FF errors in stats_mysql_errors 2 months ago
MySQLProtocolUtils.cpp feat(ffto): add mysql_parse_err_packet() helper with unit tests 2 months ago
MySQL_Authentication.cpp fix: PR review feedback - double-free, end comments, dead code 1 month ago
MySQL_Catalog.cpp Use RAII for sqlite3 statements across codebase 3 months ago
MySQL_FTS.cpp Use RAII for sqlite3 statements across codebase 3 months ago
MySQL_HostGroups_Manager.cpp fix: SonarCloud issues - explicit ctors, sprintf->snprintf 1 month ago
MySQL_Logger.cpp Add protocol-labeled logger counters and FLUSH LOGS race TAP 3 months ago
MySQL_Monitor.cpp Use thread-local storage for resolution_family variable 2 months ago
MySQL_PreparedStatement.cpp
MySQL_Protocol.cpp lint: fix reserved identifier in member variables 1 month ago
MySQL_Query_Cache.cpp
MySQL_Query_Processor.cpp
MySQL_ResultSet.cpp
MySQL_Session.cpp fix: resolve invalidFunctionArg in get_current_query - use size_t cast 1 month ago
MySQL_Set_Stmt_Parser.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 2 months ago
MySQL_Thread.cpp lint: fix reserved identifiers and include guards 1 month ago
MySQL_Tool_Handler.cpp
MySQL_Variables.cpp
MySQL_encode.cpp
MySrvC.cpp
MySrvConnList.cpp Fix connection pool extraction: separate header, proper unit tests 2 months ago
Observe_Tool_Handler.cpp
PgSQLCommandComplete.cpp Extract PgSQL CommandComplete tag parser for unit testing (#5499) 2 months ago
PgSQLErrorClassifier.cpp Address review on PgSQL error classifier (PR #5514) 2 months ago
PgSQLErrorFields.cpp feat(ffto): add pgsql_parse_error_response() helper with unit tests 2 months ago
PgSQLFFTO.cpp feat(ffto): record PostgreSQL FF errors in stats_pgsql_errors 2 months ago
PgSQLMonitorDecision.cpp Extract PgSQL monitor health decisions (Phase 3.9, #5497) 2 months ago
PgSQL_Authentication.cpp lint: fix reserved identifier in member variables 1 month ago
PgSQL_Backend.cpp
PgSQL_Connection.cpp refactor: simplify pgsql_servers_ssl_params schema and pre-parse TLS range 1 month ago
PgSQL_Data_Stream.cpp Change memcpy to memmove which correctly handles overlapping memory regions. 2 months ago
PgSQL_Error_Helper.cpp
PgSQL_ExplicitTxnStateMgr.cpp Unify ABORT and ROLLBACK command parsing 2 months ago
PgSQL_Extended_Query_Message.cpp Fixed typo 3 months ago
PgSQL_HostGroups_Manager.cpp feat: add cluster query support for pgsql_servers_ssl_params 1 month ago
PgSQL_Logger.cpp Merge remote-tracking branch 'origin/v3.0' into merge/v3.0-into-v3.0-5243 3 months ago
PgSQL_Monitor.cpp refactor: simplify pgsql_servers_ssl_params schema and pre-parse TLS range 1 month ago
PgSQL_PreparedStatement.cpp
PgSQL_Protocol.cpp Fixed error message 2 months ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp Fix uninitialized memory in Command_Counter::_counters 3 months ago
PgSQL_Session.cpp Merge remote-tracking branch 'Master/v3.0-moveInfra' into v3.0_pgsql-pipeline-set-reset-discard-fix-5432 2 months ago
PgSQL_Set_Stmt_Parser.cpp
PgSQL_Static_Harvester.cpp Fix SIGSEGV caused by double-finalize of sqlite3_stmt 3 months ago
PgSQL_Thread.cpp Disable FFTO by default in 3.1.x, keep enabled in 4.0.x (#5539) 2 months ago
PgSQL_Variables.cpp
PgSQL_Variables_Validator.cpp
ProxySQL_Admin.cpp lint: fix reserved identifier in member variables 1 month ago
ProxySQL_Admin_Disk_Upgrade.cpp
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp Rename stats_global to stats_proxysql_global to avoid strstr substring collision 2 months ago
ProxySQL_Admin_Tests.cpp
ProxySQL_Admin_Tests2.cpp MCP stats: implement in-memory show_queries Top-K path 3 months ago
ProxySQL_Cluster.cpp Use RAII for sqlite3 statements across codebase 3 months ago
ProxySQL_Config.cpp Fix timeout_ms validation and write path section name consistency 2 months ago
ProxySQL_GloVars.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 1 month ago
ProxySQL_HTTP_Server.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 2 months ago
ProxySQL_MCP_Server.cpp MCP stats: address review findings and add detailed docs 3 months ago
ProxySQL_Poll.cpp
ProxySQL_RESTAPI_Server.cpp chore: refine guard structures and fix indentation 2 months ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp fix: resolve syntax error in ProxySQL_Statistics.cpp and verify build stability across tiers 2 months ago
QP_query_digest_stats.cpp MCP stats: implement in-memory show_queries Top-K path 3 months ago
QP_rule_text.cpp
Query_Cache.cpp
Query_Processor.cpp refactor: extract query rule matching helper 2 months ago
Query_Tool_Handler.cpp test: add 4 more unit test files with 198 assertions (Tier 1) 2 months ago
RAG_Tool_Handler.cpp
SHA-crypt.txt
ServerSelection.cpp Address review feedback on server selection (PR #5508) 2 months ago
SpookyV2.cpp
Static_Harvester.cpp mcp discovery: enforce target-scoped run model and add protocol-aware static harvesting (mysql+pgsql) 3 months ago
Stats_Tool_Handler.cpp fix: namespace stats_utils helpers to avoid symbol collision 2 months ago
TSDB_Dashboard_html.cpp tsdb: address AI code review feedback, fix memory safety and logic bugs 3 months ago
TransactionState.cpp Extract transaction state tracking logic (Phase 3.8, #5496) 2 months ago
c_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 3 months ago
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp lint: optimize enum types and fix reserved identifiers in Query_Cache, admin, thread, debug 1 month ago
font-awesome.min.css.cpp
gen_utils.cpp
log_utils.cpp Fix FreeBSD build compatibility 2 months ago
main-bundle.min.css.cpp
mysql_backend.cpp
mysql_connection.cpp Revert "Document DNS cache bypass limitation for resolution_family" 2 months ago
mysql_data_stream.cpp fix: address zstd review feedback 2 months ago
network.cpp
pgsql_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 3 months ago
proxy_protocol_info.cpp Fix PROXY protocol v1 address overflow 2 months ago
proxy_sqlite3_symbols.cpp
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_sslkeylog.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 1 month ago
proxysql_utils.cpp Fix FreeBSD build compatibility 2 months ago
sha256crypt.cpp
sha256crypt.orig.c
sqlite3db.cpp
thread.cpp