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
René Cannaò 5c227a3bc9
Extract MySQL error classification logic (Phase 3.7, #5495)
2 months ago
..
AI_Features_Manager.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
AI_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
AI_Vector_Storage.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
Admin_Bootstrap.cpp Merge pull request #5435 from sysown/v3.0-ci_fix0301 3 months ago
Admin_FlushVariables.cpp chore: refine guard structures and fix indentation 3 months ago
Admin_Handler.cpp Finalize fixes and add TAP group for no-infra tests 2 months ago
Admin_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
Anomaly_Detector.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
BaseHGC.cpp Fixed TEST_AURORA build 2 years ago
BaseSrvList.cpp Initial commit with PostgreSQL support 2 years ago
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 Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp Initial commit with PostgreSQL support 2 years ago
ClickHouse_Server.cpp Apply AI agent review fixes to PR #5374 3 months ago
Config_Tool_Handler.cpp Merge branch 'v3.0' into v4.0-mcp-stats 3 months ago
Discovery_Schema.cpp fix: Use consistent value representation in MCP query rules 3 months ago
GTID_Server_Data.cpp docs: Add comprehensive Doxygen documentation for GTID refactoring 6 months ago
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 Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
LLM_Clients.cpp AI: Fix retry logic bug and synchronize TAP tests 3 months ago
MCP_Endpoint.cpp MCP stats: address review findings and add detailed docs 3 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 Extract MySQL error classification logic (Phase 3.7, #5495) 2 months ago
MonitorHealthDecision.cpp Address review feedback on monitor health (PR #5507) 2 months ago
MyHGC.cpp Initial commit with PostgreSQL support 2 years ago
MySQLErrorClassifier.cpp Extract MySQL error classification logic (Phase 3.7, #5495) 2 months ago
MySQLFFTO.cpp chore: implement PR review feedback for release tier system 3 months ago
MySQL_Authentication.cpp Initial commit with PostgreSQL support 2 years 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 Add protocol label to connpool Prometheus metrics 3 months ago
MySQL_Logger.cpp Add protocol-labeled logger counters and FLUSH LOGS race TAP 3 months ago
MySQL_Monitor.cpp Merge pull request #5373 from sysown/v3.0_improve_mysql_monitoring_5256 3 months ago
MySQL_PreparedStatement.cpp Some code cleanup 2 years ago
MySQL_Protocol.cpp fix: support zstd compression in mysql84 TAP 2 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 months ago
MySQL_Query_Processor.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 1 year ago
MySQL_ResultSet.cpp use local includes - openssl 2 years ago
MySQL_Session.cpp chore: implement PR review feedback for release tier system 3 months ago
MySQL_Set_Stmt_Parser.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
MySQL_Thread.cpp fix: address zstd review feedback 2 months ago
MySQL_Tool_Handler.cpp Fix critical issues in GenAI code (PR #5339) 4 months ago
MySQL_Variables.cpp Ignore tracking of session_track_system_variables 1 year ago
MySQL_encode.cpp Change 'COM_STMT_EXECUTE' params length decoding 7 months ago
MySrvC.cpp Removed MySrvStatus class 2 years ago
MySrvConnList.cpp Fix connection pool extraction: separate header, proper unit tests 2 months ago
Observe_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
PgSQLFFTO.cpp chore: implement PR review feedback for release tier system 3 months ago
PgSQL_Authentication.cpp Initial commit with PostgreSQL support 2 years ago
PgSQL_Backend.cpp Few fixes 7 months ago
PgSQL_Connection.cpp Fix pipeline mode transaction state handling and SET/RESET/DISCARD support 3 months ago
PgSQL_Data_Stream.cpp Change memcpy to memmove which correctly handles overlapping memory regions. 3 months ago
PgSQL_Error_Helper.cpp Initial commit with PostgreSQL support 2 years ago
PgSQL_ExplicitTxnStateMgr.cpp Unify ABORT and ROLLBACK command parsing 3 months ago
PgSQL_Extended_Query_Message.cpp Fixed typo 3 months ago
PgSQL_HostGroups_Manager.cpp Fix connection pool extraction: separate header, proper unit tests 2 months 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 fix: plumb real hostgroup_id for pgsql replication lag monitoring 3 months ago
PgSQL_PreparedStatement.cpp Added missing iterator advancement 3 months ago
PgSQL_Protocol.cpp Fixed error message 3 months ago
PgSQL_Query_Cache.cpp Refactored and Optimized Query Cache with PgSQL Support 2 years ago
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 3 months ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 8 months ago
PgSQL_Static_Harvester.cpp Fix SIGSEGV caused by double-finalize of sqlite3_stmt 3 months ago
PgSQL_Thread.cpp chore: implement PR review feedback for release tier system 3 months ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 8 months ago
PgSQL_Variables_Validator.cpp Replaced use of the generic write_generic() helper with direct packet construction for selected PostgreSQL protocol messages to reduce overhead and improve performance. 6 months ago
ProxySQL_Admin.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
ProxySQL_Admin_Disk_Upgrade.cpp Fix table definition for 'pgsql_replication_hostgroups' 11 months ago
ProxySQL_Admin_Scheduler.cpp Initial commit with PostgreSQL support 2 years ago
ProxySQL_Admin_Stats.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
ProxySQL_Admin_Tests.cpp Added stats_pgsql_query_digest and stats_pgsql_query_digest_reset tables 2 years ago
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 SQL injection vulnerability in Read_Global_Variables_from_configfile 5 months ago
ProxySQL_GloVars.cpp mcp stats: address review findings and remove --genai CLI flag 3 months ago
ProxySQL_HTTP_Server.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
ProxySQL_MCP_Server.cpp MCP stats: address review findings and add detailed docs 3 months ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 4 months ago
ProxySQL_RESTAPI_Server.cpp chore: refine guard structures and fix indentation 3 months ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp fix: resolve syntax error in ProxySQL_Statistics.cpp and verify build stability across tiers 3 months ago
QP_query_digest_stats.cpp MCP stats: implement in-memory show_queries Top-K path 3 months ago
QP_rule_text.cpp Initial commit with PostgreSQL support 2 years ago
Query_Cache.cpp Add protocol labels to Query Cache metrics and enable PostgreSQL QC metrics 3 months ago
Query_Processor.cpp refactor: extract query rule matching helper 2 months ago
Query_Tool_Handler.cpp MCP query+harvest hardening: HGM-based target routing, weighted backend selection, pgsql schema fix, and TAP robustness 3 months ago
RAG_Tool_Handler.cpp Fix PROXYSQLGENAI build - resolve circular includes and missing headers 4 months ago
SHA-crypt.txt
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 mcp stats: address review findings and remove --genai CLI flag 3 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 Moved legacy code away from c_tokenizer.cpp 2 years ago
configfile.cpp use local includes - libconfig 2 years ago
debug.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 3 months ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 8 months ago
log_utils.cpp Fix FreeBSD build compatibility 2 months ago
main-bundle.min.css.cpp
mysql_backend.cpp Initial commit with PostgreSQL support 2 years ago
mysql_connection.cpp fix: address zstd review feedback 2 months ago
mysql_data_stream.cpp fix: address zstd review feedback 2 months ago
network.cpp Better error handling when calling bind()/listen() 3 years ago
pgsql_tokenizer.cpp Revert "fix: Handle optimizer hints /*+ */ correctly in query tokenizers" 3 months ago
proxy_protocol_info.cpp Fix FreeBSD build compatibility 2 months ago
proxy_sqlite3_symbols.cpp Merge v4.0 GenAI features into v3.0 with conditional compilation 4 months ago
proxysql_coredump.cpp
proxysql_find_charset.cpp Several code documentation 2 years ago
proxysql_sslkeylog.cpp Address gemini-code-assist review comments for SSL keylog documentation 5 months ago
proxysql_utils.cpp Fix FreeBSD build compatibility 2 months ago
sha256crypt.cpp Surgical fixes for macOS compatibility: headers, types, and Makefile linking 4 months ago
sha256crypt.orig.c
sqlite3db.cpp fix: Re-enable SQLite3DB::LoadPlugin() with allow_load_plugin flag 4 months ago
thread.cpp