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 f852900365
Fix: Correct MCP catalog JSON parsing to handle special characters
3 months ago
..
Admin_Bootstrap.cpp Add MCP module to admin bootstrap and SHOW MCP VARIABLES command 3 months ago
Admin_FlushVariables.cpp Merge branch 'v3.1-vec' into v3.1-MCP1 3 months ago
Admin_Handler.cpp Merge branch 'v3.1-vec' into v3.1-MCP1 3 months ago
Admin_Tool_Handler.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
BaseHGC.cpp
BaseSrvList.cpp
Base_HostGroups_Manager.cpp
Base_Session.cpp Implement async GenAI module with socketpair-based non-blocking architecture 3 months ago
Base_Thread.cpp Implement backend query cancellation for PostgreSQL #5136 6 months ago
Cache_Tool_Handler.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp
ClickHouse_Server.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 1 year ago
Config_Tool_Handler.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
GTID_Server_Data.cpp docs: Add comprehensive Doxygen documentation for GTID refactoring 4 months ago
GenAI_Thread.cpp Fix critical issues identified by gemini-code-assist 3 months ago
MCP_Endpoint.cpp Fix: Address code review feedback from gemini-code-assist 3 months ago
MCP_Thread.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
Makefile Merge branch 'v3.1-vec' into v3.1-MCP1 3 months ago
MyHGC.cpp
MySQL_Authentication.cpp
MySQL_Catalog.cpp Fix: Correct MCP catalog JSON parsing to handle special characters 3 months ago
MySQL_HostGroups_Manager.cpp docs: Add comprehensive Doxygen documentation for GTID refactoring 4 months ago
MySQL_Logger.cpp fix mysql binary logging 0 parameters 10 months ago
MySQL_Monitor.cpp Merge branch 'v3.0' into v3.0_pgsql-query-digest-gen-5253 4 months ago
MySQL_PreparedStatement.cpp
MySQL_Protocol.cpp Change 'COM_STMT_EXECUTE' params length decoding 5 months ago
MySQL_Query_Cache.cpp Change 'COM_STMT_EXECUTE' params length decoding 5 months ago
MySQL_Query_Processor.cpp Fix MySQL 8.4 replication lag monitoring - Closes #4727 1 year ago
MySQL_ResultSet.cpp
MySQL_Session.cpp Fix critical issues identified by gemini-code-assist 3 months ago
MySQL_Set_Stmt_Parser.cpp Merge remote-tracking branch 'Master/v3.0' into v3.0_session_parameter_tracking 1 year ago
MySQL_Thread.cpp Add experimental GenAI EMBED: query support for MySQL 3 months ago
MySQL_Tool_Handler.cpp Fix: Correct MCP catalog JSON parsing to handle special characters 3 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 5 months ago
MySrvC.cpp
MySrvConnList.cpp
Observe_Tool_Handler.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
PgSQL_Authentication.cpp
PgSQL_Backend.cpp Few fixes 6 months ago
PgSQL_Connection.cpp Refactor: Improved Prepared-Statement Cache Design (Lock-Free Hot Path) #5211 5 months ago
PgSQL_Data_Stream.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 3 months ago
PgSQL_Error_Helper.cpp
PgSQL_ExplicitTxnStateMgr.cpp Optimize transaction command parsing to avoid unnecessary tokenization 5 months ago
PgSQL_Extended_Query_Message.cpp Replace 0xFFFFFFFF with PGSQL_PARAM_NULL constant 6 months ago
PgSQL_HostGroups_Manager.cpp Replace rand() with lock-free Xoshiro128++ PRNG 4 months ago
PgSQL_Logger.cpp Fixed typo 6 months ago
PgSQL_Monitor.cpp Add SSL and non-SSL connection OK metrics for PostgreSQL monitor connections 4 months ago
PgSQL_PreparedStatement.cpp Use emplace instead of insert 4 months ago
PgSQL_Protocol.cpp Replace rand() with lock-free Xoshiro128++ PRNG 4 months ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp Implement backend query cancellation for PostgreSQL #5136 6 months ago
PgSQL_Session.cpp Merge branch 'v3.0' into v3.0_pgsql-query-digest-gen-5253 4 months ago
PgSQL_Set_Stmt_Parser.cpp Refactored remove_quotes function 6 months ago
PgSQL_Thread.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 3 months ago
PgSQL_Variables.cpp Fix ParameterStatus capitalization for DateStyle, TimeZone, and IntervalStyle 6 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. 5 months ago
ProxySQL_Admin.cpp Fix compilation errors in debug build 3 months ago
ProxySQL_Admin_Disk_Upgrade.cpp Fix table definition for 'pgsql_replication_hostgroups' 9 months ago
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp Refactor: Improved Prepared-Statement Cache Design (Lock-Free Hot Path) #5211 5 months ago
ProxySQL_Admin_Tests.cpp
ProxySQL_Admin_Tests2.cpp Replace single sleep with looped delay for simulated watchdog test 5 months ago
ProxySQL_Cluster.cpp Make set_thread_name() optional 1 year ago
ProxySQL_Config.cpp Fix SQL injection vulnerability in Read_Global_Variables_from_configfile 4 months ago
ProxySQL_GloVars.cpp Add `PROXYSQL SET CONFIG FILE` command 7 months ago
ProxySQL_HTTP_Server.cpp
ProxySQL_MCP_Server.cpp Implement MCP multi-endpoint architecture with dedicated tool handlers 3 months ago
ProxySQL_Poll.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 3 months ago
ProxySQL_RESTAPI_Server.cpp fix: REST API server crash due to malformed multipart POST request 8 months ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp Port to 3.0 of in-memory query logging 1 year ago
QP_query_digest_stats.cpp
QP_rule_text.cpp
Query_Cache.cpp Separate query cache metrics for MySQL and PostgreSQL 6 months ago
Query_Processor.cpp Merge branch 'v3.0' into v3.0_pgsql-query-digest-gen-5253 4 months ago
Query_Tool_Handler.cpp Fix MCP tool bugs: NULL value handling and query validation 3 months ago
SHA-crypt.txt
SpookyV2.cpp
c_tokenizer.cpp Fixed an issue where cur_cmd_cmnt was shared across threads 4 months ago
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp Add experimental GenAI EMBED: query support for MySQL 3 months ago
font-awesome.min.css.cpp
gen_utils.cpp Remove `stats` schema name from the query in stats user session 7 months ago
main-bundle.min.css.cpp
mysql_backend.cpp
mysql_connection.cpp Improve fast forward replication CLIENT_DEPRECATE_EOF validation 4 months ago
mysql_data_stream.cpp Add comprehensive ProxySQL_Poll usage documentation throughout codebase 3 months ago
network.cpp
pgsql_tokenizer.cpp Refactored comment handling 4 months ago
proxy_protocol_info.cpp
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_sslkeylog.cpp
proxysql_utils.cpp Improve logging in unexpected COM_PING packet handling 4 months ago
sha256crypt.cpp
sha256crypt.orig.c
sqlite3db.cpp Refactor issue 4855 fix: Use sqlite3_total_changes64 difference approach 4 months ago
thread.cpp