Commit Graph

473 Commits (5a47c41c7e4e019fabb42587b062f2cdf472620a)
 

Author SHA1 Message Date
René Cannaò 5a47c41c7e Removed DBG commands, issue #353
11 years ago
René Cannaò e36235aff3 No more query copy in QueryInfo , issue #343
11 years ago
René Cannaò 1c895bf448 Stop copying queries from server's MySQL_Data_Stream to MySQL_Connection . Only a pointer is passed (issue #343)
11 years ago
René Cannaò 9b6c34e59b Re-enabled custom memory allocator
11 years ago
René Cannaò e6bc5cc8b8 Converted QP_out_t into a class Query_Processor_Output
11 years ago
René Cannaò 66e148c10b Reverting second fix for https://mariadb.atlassian.net/browse/CONC-131
11 years ago
René Cannaò 908e043eb9 Code cleanup : commented and not deleted for now. Removed:
11 years ago
René Cannaò 4763faa915 Code cleanup
11 years ago
René Cannaò 315e2f2f66 Bugfix: as precaution, MySQL_HostGroups_Manager::push_MyConn_to_pool() checks that the connection is idle (ASYNC_IDLE) before pushing it back in the connection pool. If not, the connection is deleted.
11 years ago
René Cannaò 618dc8bb4d Removing code that is now incompatible with current backend implementation and could lead to inconsistent state of backend
11 years ago
René Cannaò 8c78dec1c2 Removed reference to issue #211 and minor cleanup
11 years ago
René Cannaò 6d496d46ee Implementation of Automatic shun failing backends (issue #339)
11 years ago
René Cannaò cdffa376ca Added ConnOK and ConnERR in stats_mysql_connection_pool , per issue #338
11 years ago
René Cannaò 72d87fc3fc Removed semi-colon (#333)
11 years ago
René Cannaò b9c4548ab7 Implementation of mysql status table named stats_mysql_global (issue #328)
11 years ago
René Cannaò 43c9d67516 Faster PROXYSQL STOP using the same technique used in #337
11 years ago
René Cannaò 42fbbe6fc8 Implemented PROXYSQL PAUSE and PROXYSQL RESUME (issue #337)
11 years ago
René Cannaò 471520934d Typo
11 years ago
René Cannaò 8f4b75a2a2 Bugfix: running statistics while MySQL module is down causes segfault
11 years ago
René Cannaò 0eac78991e iImplementation of mysql-wait_timeout (issue #321) and others
11 years ago
René Cannaò ea1cb87b0e Improved handling of PROXYSQL STOP and PROXYSQL START
11 years ago
René Cannaò 112d525c4d Bugfix: PROXYSQL STOP wasn't closing the listener
11 years ago
Rene Cannao 654eae846e Merge pull request #334 from aismail/333-implement-show-processlist
11 years ago
Andrei Ismail cffbc6feba #333 Implementing both SHOW FULL PROCESSLIST and SHOW PROCESSLIST
11 years ago
Andrei Ismail d322635dc6 #333 Improve refresh query matching in order to show realtime results for SHOW PROCESSLIST
11 years ago
Andrei Ismail 0f0758b2eb #333 Removing run_stats flag, it's unnecessary
11 years ago
Andrei Ismail dc72725541 #333 Draft implementation of SHOW PROCESSLIST command
11 years ago
Andrei-Adnan Ismail e68c201281 Merge pull request #332 from renecannao/master
11 years ago
René Cannaò 74537874c6 Fix bug introduced by issue #329
11 years ago
René Cannaò 47f1916925 Removing an incorrect Makefile
11 years ago
René Cannaò f1b760925f Enhanced COM_STATISTICS (#330) and added long_query_time (#327)
11 years ago
René Cannaò f0a833c18f Typo for issue #329
11 years ago
René Cannaò f31b10ff0e Enhancements for issue #329
11 years ago
René Cannaò ad412fbf7d Simplified QueryInfo to prepare enhncement on #329
11 years ago
René Cannaò e9ac3267d0 Issue #326 : global_variables is refreshed only if it is an admin (not stats) session
11 years ago
René Cannaò 0ff8682f3d Implemented new function ProxySQL_Admin:GenericRefreshStatistics() to refresh statistics and also fixes issue #326
11 years ago
René Cannaò ad30ee6134 Bugfix: queries were incorrectly killed
11 years ago
René Cannaò a056d7aa79 Bugfix: graceful handle of unexpected client packets
11 years ago
René Cannaò 3c1fabdad8 generate_pkt_OK and generate_pkt_EOF were erroneously sending mysql->status instead of mysql->server_status
11 years ago
René Cannaò 3fe0021c8a Reset of backend wasn't checking if a transaction was active
11 years ago
René Cannaò 2014cbcecf EOF packets returns the correct status
11 years ago
René Cannaò 7b6220a346 Fixing a rounding error in stats_mysql_query_digest
11 years ago
René Cannaò c88eb3a599 Fix bug #322
11 years ago
René Cannaò 77f78d9dd8 Fix issue #320 converting it to unsigned long long before further compute
11 years ago
René Cannaò 61e98e46df Fix issue #319
11 years ago
René Cannaò 08174db85c Typo
11 years ago
René Cannaò 8d8e819aae Bug fixes
11 years ago
Rene Cannao a0db1d1136 Merge pull request #318 from renecannao/master
11 years ago
René Cannaò 2c8cd251de Typo in stats tables
11 years ago
René Cannaò 4545e01585 Bugfixes:
11 years ago