Merge pull request #3664 from VinaySagarGonabavi/u/gonabavi/using_transaction_isolation_should_not_disable_multiplexing

Add transaction_isolation to the list of hardcoded session variables that do not disable ProxySQL multiplexing Fixes sysown/proxysql#3663
V2
René Cannaò 5 years ago committed by GitHub
commit 5efb1dd020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1175,7 +1175,7 @@ MySQL_Threads_Handler::MySQL_Threads_Handler() {
variables.ssl_p2s_cipher=NULL;
variables.ssl_p2s_crl=NULL;
variables.ssl_p2s_crlpath=NULL;
variables.keep_multiplexing_variables=strdup((char *)"tx_isolation,version");
variables.keep_multiplexing_variables=strdup((char *)"tx_isolation,transaction_isolation,version");
#ifdef DEBUG
variables.session_debug=true;
#endif /*debug */

Loading…
Cancel
Save