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
Javier Jaramago Fernández 50972bd15d
Fix user-after-free on HTTP_Server 'system' ept
2 years ago
..
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp Code cleanup on MySQL_HostGroups_Manager 3 years ago
ClickHouse_Server.cpp fix brackets in comparison 2 years ago
Makefile warn about ASAN limitation ASLR > 28bits 2 years ago
MySQL_Authentication.cpp Rememeber clear text password if provided by client 3 years ago
MySQL_HostGroups_Manager.cpp Add missing Admin mutex locking during server discovery 2 years ago
MySQL_Logger.cpp refactor out pktH 3 years ago
MySQL_Monitor.cpp Improve error message for 'process_discovered_topology' 2 years ago
MySQL_PreparedStatement.cpp Do not print "Updating metadata for stmt" for EXPLAIN 2 years ago
MySQL_Protocol.cpp Add new SQLite3 functions for password generation 2 years ago
MySQL_Session.cpp Prevent crash COM_STMT_EXECUTE and invalid stmt_id 2 years ago
MySQL_Thread.cpp Merge pull request #4406 from anphucbui/v2.x 2 years ago
MySQL_Variables.cpp Moved proxysql_find_charset_* functions out of MySQL_Thread.cpp 2 years ago
ProxySQL_Admin.cpp Move Admin 'HTTP_Server' and 'RESTAPI' init to end of phase3 - Closes #4510 2 years ago
ProxySQL_Cluster.cpp Merge pull request #4458 from sysown/v2.x_Servers_SSL_Params 2 years ago
ProxySQL_Config.cpp Read mysql_servers_ssl_params from config file 2 years ago
ProxySQL_GloVars.cpp fix pointer aritmetic 2 years ago
ProxySQL_HTTP_Server.cpp Fix user-after-free on HTTP_Server 'system' ept 2 years ago
ProxySQL_Poll.cpp Several code documentation 2 years ago
ProxySQL_RESTAPI_Server.cpp Fix potentially uninitialized variable 3 years ago
ProxySQL_Restapi.cpp Various optimization to RESTAPI configuration 3 years ago
ProxySQL_Statistics.cpp Debug logging to disk 3 years ago
Query_Cache.cpp Enhanced Warnings handling in ProxySQL: 2 years ago
Query_Processor.cpp Fixed ProxySQL crash on querying stats_mysql_query_digest and stats_mysql_query_digest_rest 2 years ago
SHA-crypt.txt Adding sha256crypt.cpp 3 years ago
SpookyV2.cpp
c_tokenizer.cpp Fix '+|-' operators removal after ')' for 'query_digests' 3 years ago
configfile.cpp
debug.cpp Merge remote-tracking branch 'Master/v2.x' into v2.x_refactor_cluster_mysql_servers_final 3 years ago
font-awesome.min.css.cpp
gen_utils.cpp Adding SET TRANSACTION ISOLATION LEVEL * support 3 years ago
main-bundle.min.css.cpp
mysql_backend.cpp
mysql_connection.cpp Several code documentation 2 years ago
mysql_data_stream.cpp Fix invalid free for 'caching_sha2_password' and 'CLIENT_COMPRESS' 2 years ago
network.cpp Better error handling when calling bind()/listen() 3 years ago
proxysql_coredump.cpp Reset coredump stats exclusively when the 'LOAD COREDUMP TO RUNTIME' command is executed 3 years ago
proxysql_find_charset.cpp Several code documentation 2 years ago
proxysql_sslkeylog.cpp * Updated NSS Key Log Format URL 3 years ago
proxysql_utils.cpp Remove redundant exception guards, remove parseLong, add checksum computation after adding a new server, and other small changes based on feedback 2 years ago
set_parser.cpp Merge remote-tracking branch 'Master/v2.x' into v2.x_testing_ci_test_failures 2 years ago
sha256crypt.cpp Add new SQLite3 functions for password generation 2 years ago
sha256crypt.orig.c Adding sha256crypt.cpp 3 years ago
sqlite3db.cpp Several code documentation 2 years ago
thread.cpp