sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
5.96k stars 972 forks source link

mysql-autocommit_false_is_transaction=true not work #2572

Open nigel889 opened 4 years ago

nigel889 commented 4 years ago

ProxySQL version 2.0.10-27-g5b31997

If mysql-autocommit_false_is_transaction=true (false by default), a connection with autocommit=0 is treated as a transaction. If forward_autocommit=true (false by default), the same behavior applies.

Spring Boot 1.5.2 not word!!

renecannao commented 4 years ago

I just updated the wiki to to specify that this apply to backend connection. It should work as described

nigel889 commented 4 years ago

mysql-forward_autocommit = true it in ProxySQL version 2.0.10-27-g5b31997,not work ,but in ProxySQL version 1.4.16-23-gf954ef3,work fine!