Commit Graph

1723 Commits (0b7733b0f2fe3acf2bf5e4e4e79390a4e4a6f90f)

Author SHA1 Message Date
René Cannaò a78229496c Removed reference to MYDS_BACKEND_PAUSE_CONNECT and MYDS_BACKEND_FAILED_CONNECT
11 years ago
René Cannaò 6c44e9d96f Further attempt to use MariaDB Client Library
11 years ago
René Cannaò f725182050 Commenting out MySQL_Protocol::generate_COM_INIT_DB
11 years ago
René Cannaò 271afbb02c Handling mysql_select_db() and mysql_set_character_set() for backends using non blocking API
11 years ago
René Cannaò 10b5f6da6d Backend are now pinged using MariaDB Client Library
11 years ago
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
René Cannaò df0b81ddea More improvements on Connection Pool
11 years ago
Jesmar Cannaò 0717312c50 Fix Issue #175
11 years ago
René Cannaò 2401b12803 Custom memory allocator is optional, and disabled by default
11 years ago
René Cannaò b84960da67 Draft on Handle missing backends , issue #181
11 years ago
René Cannaò 5851693505 Removed "MYSQL myconn" from MySQL_Connection
11 years ago
René Cannaò bcc19d619f Removed classes MySQL_Server MySQL_Hostgroup MySQL_Hostgroup_Entry MySQL_HostGroups_Handler
11 years ago
René Cannaò 9fbce31593 Attempt to remove references to MyHGH
11 years ago
René Cannaò 44f433c260 Replaced MySQL_Session_userinfo with MySQL_Connection_userinfo
11 years ago
René Cannaò 181ed20bd3 Development on Connection Pool and Multiplexing
11 years ago
René Cannaò a34798dbbf Broken file
11 years ago
René Cannaò 9b452dfa0d Splitting MySQL_Session:handler() in many many smaller functions
11 years ago
René Cannaò bc8fc47ed6 Introducing MySQL_HostGroups_Manager
11 years ago
René Cannaò 13eb687335 More work on issue #168
11 years ago
René Cannaò a85bc44715 Implemented table stats_mysql_commands_counters : issue #168
11 years ago
René Cannaò 848b15f149 More work on parser : Issue #158
11 years ago
René Cannaò 5f179eca36 Started working on query parsing. Issues #158 and #152
11 years ago
René Cannaò 923720bfbb Implemented global variable mysql-servers_stats (issue #148)
11 years ago
René Cannaò 62e2e78736 Issue #146
11 years ago
René Cannaò 322a4f021f Enhancement on Query Processor and draft statistics interface
11 years ago
René Cannaò b01ab34e49 Issue #138
11 years ago
René Cannaò aaba85fe00 Implemented feature in issue #131
11 years ago
René Cannaò 3485228b71 Many changes
11 years ago
René Cannaò 7a177ac934 Issue #121
11 years ago
René Cannaò ef6b174ca3 Completed issue #120
11 years ago
René Cannaò 4d6ef8686c Start work on issue #113
11 years ago
René Cannaò 886744fe5c More work on issue #112
11 years ago
René Cannaò f814966675 Issue #112
11 years ago
René Cannaò 7b7b872c98 Drafted connection pool: issue #109
11 years ago
René Cannaò ccc40a0b2a Work in issues #91, #92 and #93
11 years ago
René Cannaò a49e991fea Better handle of NULL value returned by SQLite3
11 years ago
René Cannaò 6e0eaab56e More development for issue #89
11 years ago
René Cannaò b205afec3f Issue #25 . Deleted include/old/shared_query_cache.h
11 years ago
René Cannaò 8ce555b613 Deleted several files per issue #25:
11 years ago
René Cannaò 4e62707844 Added debug mobule debug_mysql_query_processor (PROXY_DEBUG_MYSQL_QUERY_PROCESSOR) per issue #88
11 years ago
René Cannaò 637a3b0548 Initial work on issues #84 and #85
11 years ago
René Cannaò 51aec603da Preparation work for issue #83
11 years ago
René Cannaò caea6d3cb0 A lot of code change for issue #79 . Still experimental
11 years ago
René Cannaò 33421ca997 Initial work on issue #78
11 years ago
René Cannaò f79a0c2a1f More work on issue #71
11 years ago
René Cannaò b5299701bf Fixed bug #76 and issue #77
11 years ago
René Cannaò 23fcc3d017 Fixed bug #75
11 years ago
René Cannaò 4a0ea32e3d Fixed small bug introduced in issue #69
11 years ago
René Cannaò 3fe8a97cec For issue #66:
11 years ago
René Cannaò c9279086b7 Adding weight for issue #69
12 years ago
René Cannaò 42c27e3575 Implemented features in issues #57 and #59
12 years ago
René Cannaò 67f2f6524f Issue #58
12 years ago
René Cannaò a55daf3e61 Issue #14
12 years ago
René Cannaò 6dccae424f Issue #23
12 years ago
René Cannaò 9de08dd9a2 Issue #51
12 years ago
René Cannaò 886cc02c63 First draft for issue #45
12 years ago
René Cannaò d34e202fe4 Fix issue #44
12 years ago
René Cannaò c7fc81fa4b Solved issue #43
12 years ago
René Cannaò 2d2399a880 Solved issue #39
12 years ago
René Cannaò 9e6ce50739 Issue #28, #29 and #30
12 years ago
René Cannaò bd7a5d1795 Issue #26
12 years ago
René Cannaò ee34919f9f Issues #19 and #23
12 years ago
René Cannaò eeabdd7257 Cleanup
12 years ago
René Cannaò aece688d03 Issue #14
12 years ago
René Cannaò dbae40a9a9 Issue #16
12 years ago
René Cannaò 43a82215b0 Issue #12
12 years ago
René Cannaò b0b8de6c88 Issue #6 : basic handler of SSL
12 years ago
René Cannaò 93bc73c50d Issue #3 and #7
12 years ago
René Cannaò eeca279349 Issue #10 , removed support for domains
12 years ago
René Cannaò 5ffd3c8924 Issue #4 , #5 , #6 and #7
12 years ago
René Cannaò 3ce36e4eff Issue #3
12 years ago
René Cannaò de7803370f Fixed issue #2
12 years ago
René Cannaò c6b0545401 Solved issue #1
12 years ago
René Cannaò 68d6786320 first commit
12 years ago