Commit Graph

713 Commits (d963232ce06bbf7df6c0027282ad6fa99aa3f73b)

Author SHA1 Message Date
René Cannaò 7ef5993c35 Revert "Enforce 'CLIENT_DEPRECATE_EOF' capability match for conn-pool"
1 year ago
René Cannaò b53b5b24cc
Merge pull request #4810 from sysown/v3.0-SetThreadName_optional
1 year ago
René Cannaò c2f1871adf Make set_thread_name() optional
1 year ago
Javier Jaramago Fernández 50ce205d21 Enforce 'CLIENT_DEPRECATE_EOF' capability match for conn-pool
1 year ago
Yashwant Sahu 2d580746c5 changed protocol_compression_level default to (-1 to 9 )
1 year ago
Yashwant Sahu 2f3b2dacae Merge branch 'v3.0' into v3.0_compression
1 year ago
Rahim Kanji 794ec0f48d Merge remote-tracking branch 'Master/v3.0' into v3.0_dynamic_fast_forward
1 year ago
Yashwant Sahu a0db6c3a1f 1. Changed name to protocol_compression_level.
1 year ago
Yashwant Sahu a846447a22 Added MySQL compression level
1 year ago
Rahim Kanji ea059eadbf Added SESSION_FORWARD_TYPE enum to define the type of session forwarding
1 year ago
Javier Jaramago Fernández 74c74adf5e Prevent busy-waiting in active wait during 'listener_del'
1 year ago
Javier Jaramago Fernández 8bc60ed283 Fix worker threads stalling race condition on RESUME command
1 year ago
René Cannaò d4bd93672e
Merge pull request #79 from sysown/v2.x_refactore_query_processor
1 year ago
Rahim Kanji e723082a1b Refactored Query Processor Architecture
1 year ago
René Cannaò cbf4628ea3 Merge remote-tracking branch 'proxysql27/v2.7' into v2.x_postgres_merge27_20240917
1 year ago
René Cannaò 38350292e2
Merge pull request #4600 from sysown/v2.x_proxy
1 year ago
René Cannaò cf9d5fe21a
Merge pull request #4574 from sysown/set-thread-names
1 year ago
Javier Jaramago Fernández bbda0a86eb Add initial impl for dual-password support
2 years ago
René Cannaò 94b0da1768 In SQL3_Processlist() use saved IP/port
2 years ago
Rene Cannao 7fe013fac2 Merge branch 'proxysql_v2.x_240813' into v2.x_postgres_merge_v2.x_240813
2 years ago
Rene Cannao d85430b709 Implementation of PROXY protocol V1
2 years ago
Niels Vogell 7290f0bfb2 Fix a mixup in the default value of monitoring_read_only_interval
2 years ago
Niels Vogell 8154f4b330 Disable AWS RDS topology discovery by default with 0 as special value for the discovery interval
2 years ago
Andriy Utkin 5e79afa8e0 Set thread names
2 years ago
Rahim Kanji d3e9c9c85a Merge remote-tracking branch 'remotes/Master/v2.x' into v2.x_proxysql_postgres_merge
2 years ago
René Cannaò 2d7806c325 Moved run_SetAllSession_ToProcess0 to Base_Thread
2 years ago
René Cannaò fde8ace076 Removed json.hpp from include files
2 years ago
René Cannaò 483b8335d3 More functions moved to Base_Thread
2 years ago
René Cannaò a881936cad More functions moved to Base_Thread
2 years ago
René Cannaò db6cb93fb9 Moved ProcessAllSessions_SortingSessions to Base_Thread
2 years ago
René Cannaò 8389f76413 More functions moved to Base_Thread()
2 years ago
Rahim Kanji ca93da5857 Resolved conflicts
2 years ago
René Cannaò c9326564c0 Minor changes to try to optimize compiling
2 years ago
René Cannaò c903a45633 Second attempt to use Base_Thread
2 years ago
René Cannaò 0cfab2616f First attempt to use Base_Thread and Base_Session
2 years ago
René Cannaò de345ecaed Merge remote-tracking branch 'public/v2.x' into v2.x_postgres_240422
2 years ago
René Cannaò 9283cd2e9b Code cleanup in MySQL_Thread::refresh_variables()
2 years ago
René Cannaò 6020216dd2 Various refactoring in MySQL_Thread.cpp
2 years ago
Rahim Kanji c7cf5ba344 Removed MySrvStatus class
2 years ago
Rahim Kanji 936e27139b Merge branch 'v2.x_PostgreSQL_Merge' into v2.x_postgres
2 years ago
Rahim Kanji ebf20b6a60 * Added PostgreSQL configuration (port: 6034 Admin and 6035: PostgreSQL client connections)
2 years ago
Javier Jaramago Fernández 5d7e5d9e00
Merge pull request #4406 from anphucbui/v2.x
2 years ago
Rahim Kanji e029d39007 Initial PostgreSQL commit
2 years ago
René Cannaò 1bc9d9e5f4 Several code documentation
2 years ago
Anphuc Bui e0db02df27
Merge branch 'v2.x' into v2.x
2 years ago
Javier Jaramago Fernández caed360eeb Merge branch 'v2.x' of github.com:sysown/proxysql into v2.x_sha2pass_draft3
2 years ago
René Cannaò 6e18b04290
Merge pull request #4450 from sysown/v2.x_shun_replication_lag
2 years ago
René Cannaò 984582eaae Renamed variable evaluate_replication_lag_on_servers_load
2 years ago
Rahim Kanji 3f7a90ce97 Fixed heap use after free issue.
2 years ago
Rahim Kanji b75b05c392 Restore servers that are in a shunned state due to replication lag only upon commit (triggered by the command LOAD MYSQL SERVERS TO RUNTIME), provided that the replication lag is below the maximum threshold.
2 years ago