Commit Graph

936 Commits (bd4e72bfb4e48be3ab9934bf76a67669cdc732bb)

Author SHA1 Message Date
Rene Cannao 3b536e686f Removed dependency from ma_global.h
6 years ago
René Cannaò d4622b10cc
Merge pull request #2924 from sysown/v2.0.13-2916_2918_2919_2920_2921
6 years ago
René Cannaò c7c9f342b8 Change the mapping logic for SESSION_TRACK_GTIDS
6 years ago
René Cannaò 338af6cfd9 Adding debug_filters
6 years ago
Javier Jaramago Fernández fd1c604725 Fixes #2919: Access to GloMTH from 'refresh_variables' and it's destruction is now mutex protected
6 years ago
Javier Jaramago Fernández adc45daecd Fixes #2916: 'admindb' is now replaced if current one doesn't match the one in the static object
6 years ago
René Cannaò 7f3cbb4ee0
Merge pull request #2841 from sysown/v2.0.13-autocommit_fix
6 years ago
René Cannaò f3b7b4cceb
Merge pull request #2866 from sysown/v2.0.13-duplicated_variables
6 years ago
René Cannaò bf4c7578e9 Various bug fixes related to deprecated mysql-default_ variables
6 years ago
Javier Jaramago Fernández eb99e747e5 Added new stat 'new_req_conns_count' counting the num of 'create_new_connection' recieved
6 years ago
Javier Jaramago Fernández e0a42561d3 Added support for annotation 'create_new_connection' that prevents reusing backend connections
6 years ago
Javier Jaramago Fernández 094cd08513 Fix crashes related to accesses to worker threads during initialization / shutdown stages
6 years ago
René Cannaò c8a764aa75 Fix a bug related to SET autocommit=1 filtered
6 years ago
René Cannaò c1d2c876db Change default of exit_after_SetParse
6 years ago
René Cannaò f68484f8b6 Add support for SAVEPOINT #948
6 years ago
Valentin Rakush b3beb35ae1 generate regexp for mysql variables
6 years ago
Valentin Rakush f56a9429fc Session variable group_concat_max_len
6 years ago
val ef6826bfda fix for galera set writer
6 years ago
Javier Jaramago Fernández fff3c46902 Added 'std' namespace to string arguments
6 years ago
René Cannaò c4b1dfb29b wsrep_sync_wait parsed via parse_variable_number()
6 years ago
René Cannaò 3454c625c2 Adding ability to parse some variables based ontheir attributes
6 years ago
René Cannaò 54ee4e9b69 Simplified the number of session statuses
6 years ago
René Cannaò d83f2974b6 on_connect_to_backend() to accept a MySQL_Connection as argument instead of a MySQL_Session
6 years ago
val 246a9d828a use separate function for set names verification
6 years ago
val 26b6b617ee fix unnecessary recursion in MySQL_Variables
6 years ago
val 66788863b3 set names optimization
6 years ago
val d0d7018e34 rollback session_track_gtids
6 years ago
val ade8491f47 Re-evaluate on_connect_to_backend
6 years ago
val 6e75ac7033 do not change mysql_tracked_variables. do not use special_handling as for now
6 years ago
val abd0555852 remove is_connected_to_backend
6 years ago
val b0ca1a030f make MySQL_Variables a global variable
6 years ago
val 3e790c9083 Polishing and cleanup
6 years ago
Valentin Rakush 61c1913334 Character set handling implementation
6 years ago
René Cannaò c28deb7c7d Generalize the use of session variables
6 years ago
Valentin Rakush 0e79eb39f7 Implementation of the session variables array
6 years ago
René Cannaò 7dd76aed94
Merge pull request #2637 from sysown/v2.0.11-warmup
6 years ago
val cdbf70817a Revert "Implementation of the session variables array"
6 years ago
val b1339faefd Revert "Generalize the use of session variables"
6 years ago
val eb08620181 Revert "Character set handling implementation"
6 years ago
val 8696ece34b Revert "Polishing and cleanup"
6 years ago
René Cannaò 29142e6e4f Global connection warming support
6 years ago
René Cannaò 9c2f0bf3ac Adding tests to benchmark multiple lookups in mysql_query_rules_fast_routing
6 years ago
René Cannaò d15f055b1b Remove define PROXYSQL_QPRO_PTHREAD_MUTEX
6 years ago
René Cannaò c4a0ea9d4d Remove all code not related to FAST_ROUTING_NEW208
6 years ago
val dbafde2ff4 Polishing and cleanup
6 years ago
Valentin Rakush 796ea5b215 Character set handling implementation
6 years ago
René Cannaò d242771a25 Generalize the use of session variables
6 years ago
Valentin Rakush 1fb5c9cf06 Implementation of the session variables array
6 years ago
René Cannaò 7f20bfd1e8 Support for LIMIT/OFFSET in SQLite3_result()
6 years ago
val a78dbfb6b3 report mysql thread_id in case of error during query
6 years ago