Commit Graph

118 Commits (037ee484cfd7a7e9beb3045f34faf9bec4f61ea4)

Author SHA1 Message Date
René Cannaò 1d26b20562 Work in progress in adding MariaDB Client Library
11 years ago
René Cannaò 9993e3c0f8 Renamed async_status in async_exit_status
11 years ago
René Cannaò ff5c62830c Connects to backends is performed via MariaDB Client Library
11 years ago
René Cannaò ba16850d2d Adding function SQLite3DB::return_one_int()
11 years ago
René Cannaò 45988e6488 Converted ProxySQL_Admin::__attach_db_to_admindb() to a more generic ProxySQL_Admin::__attach_db() to allow access to monitor via stats
11 years ago
René Cannaò 6ed5c782e7 Complex commit, never do it again!
11 years ago
René Cannaò 4441429979 Splitting MySQL_Monitor into multiple sub modules
11 years ago
René Cannaò 221268d1b0 Added global variables for MySQL Monitor module (issue #282)
11 years ago
René Cannaò b4a9b68bb7 MySQL_Monitor has access to MySQL global variables via an object of MySQL_Thread (issue #280)
11 years ago
René Cannaò 2b603a7fc1 Fix issue #278
11 years ago
René Cannaò eb74677b53 First draft to create the MySQL Monitor Module (issue #279)
11 years ago
René Cannaò 0009c35bf2 ProxySQL_Admin is not a plugin module
11 years ago
René Cannaò d9a2df7039 Query Cache is not a plugin anymore
11 years ago
René Cannaò 63d2bea7dd Query_Processor is no longer a plugin
11 years ago
René Cannaò 59507675e5 MySQL_Thread, MySQL_Threads_Handler and MySQL_Authentication are no longer modules
11 years ago
René Cannaò 5ccf176c5b Query parsing optional , add variable mysql-commands_stats , issue #258
11 years ago
René Cannaò 047793dae9 Initial work on improvement user management with regards to schema and fast processing
11 years ago
René Cannaò 90ea9ea406 Allow admin module to wake up MySQL Threads #253
11 years ago
René Cannaò 77dbe91974 Implemented variable mysql-poll_timeout_on_failure (issue #251)
11 years ago
René Cannaò 29e19b78f1 Added max_connections (issue #250)
11 years ago
René Cannaò b8d6fe838b Drafting session_fast_forward (issue #36)
11 years ago
René Cannaò 8b119f6ec5 A lot of code clean up
11 years ago
René Cannaò a15a5d2327 Added global variable mysql_interfaces (issue #243)
11 years ago
René Cannaò 6632ee979f Basic implementation of COM_CHANGE_USER client side (issue #187)
11 years ago
René Cannaò 4b8f5784db Basic implementation of prepared statements (issue #200)
11 years ago
René Cannaò 02ac381aa1 Improving handling of config file
11 years ago
René Cannaò 853a8fc4dc Improving processing of command line options.
11 years ago
René Cannaò 0c7043e523 Drafting config file
11 years ago
René Cannaò c1678558c1 Further development to support compression: Issue #219
11 years ago
René Cannaò 94c38a41cd Improving support for compression (issue #220)
11 years ago
René Cannaò 9de4f6bea4 Prelim development to track statuses in MySQL_Connection , issue #224
11 years ago
René Cannaò f5ea427a4d Developing support for charset , issue #223
11 years ago
René Cannaò f0ec7e509b Added global variable mysql-default_charset
11 years ago
René Cannaò 6ba6c52826 Added compression field in mysql_servers table
11 years ago
René Cannaò 568ef1b5d1 Bulk delete of connections when server status is not online
11 years ago
René Cannaò 308f3a8a90 Further development on MySQL Hostgroups Manager
11 years ago
vegaicm 535874292e More work on bug #207
11 years ago
vegaicm d315650f2c More work on bug #207 . Class Standard_MySQL_Thread needs some review
11 years ago
René Cannaò 17ddec943e Added variables ping_timout_server and ping_interval_server
11 years ago
René Cannaò 9cdebef9ca Bug fix and improved debugging
11 years ago
René Cannaò 24db7ed825 Removing the idle connection handler thread introduced in previous commit 21b20c0257
11 years ago
René Cannaò 21b20c0257 Connection pool improvements , in beta
11 years ago
René Cannaò 663a1b5630 Further simplification of connection management.
11 years ago
René Cannaò cc9eb4d807 Removed client_fd and server_fd from MySQL_Session
11 years ago
René Cannaò 6cc87cb931 Remove MySQL_Protocol instances from MySQL_Session and moved into MySQL_Data_Stream
11 years ago
René Cannaò 24ab9f4398 More work for facilitate debug in MySQL Thread (issue #198)
11 years ago
René Cannaò 125114b0d5 Work for facilitate debug in MySQL Thread (issue #198)
11 years ago
Rene Cannao ea46b285c7 Merge pull request #190 from jesmarcannao/last
11 years ago
René Cannaò 209d784397 Drafting auto-reconnect
11 years ago
Jesmar Cannaò d4f9c49e1b Fix Issue #182
11 years ago