doc/release_notes/ProxySQL_v1.3.0g.md
Release date: 2016-10-19
mysql-session_idle_ms (default 1000) : when a session is idle for that long, it is moved to a thread responsible to handle idle connectionsmysql-session_idle_show_processlist (default false) : specifies if idle connections are displayed on SHOW PROCESSLIST or on any query against stats_mysql_processlistClient_Connections_non_idle : returns the number of client connections that are not idle, therefore handled by the main MySQL_Threads and not moved to the second set of MySQL_Threads responsible to only handle idle connectionsRelease date: 2016-10-29
Compared to v1.3.0:
STMT_SEND_LONG_DATA #764Max connect timeout #761 and wikimysql_query_rules.log not working #723\s #745INSERT INTO stats_mysql_processlist #746session_idle_ms was processed as us instead of msmysql_close was trying to close prepared statements on already closed connection #765Release date: 2016-11-14
Compared to v1.3.0f
PROXYSQL RESTARTAccess denied message reports source (client) #795SHOW TABLES FROM xxx is now sorted #788mysql state before calling mysql_stmt_free_result() #779SHUNNED_REPLICATION_LAG does not stop queries #774mysql_servers.comment not loaded at runtime #787--enable-prof