-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
```
What steps will reproduce the problem?
1. Select two MySQL servers for master/slave replication and issue 'set global
autocommit=0' on both.
2. Install master/slave replication using tpm or tun…
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
proxysql version:2.0.10-27-g5b31997
os version:redhat 7.5
**set autocommit variables :**
```
+---------------------------------------+----------------+
| variable_name …
-
https://github.com/flike/kingshard/blob/f17b3939474659568b3aa14aa89beeef8da4f24b/proxy/server/conn_query.go#L139
```go
if !c.isAutoCommit() { // not in autocommit ??
// then set it again ??…
-
```
What steps will reproduce the problem?
1. Select two MySQL servers for master/slave replication and issue 'set global
autocommit=0' on both.
2. Install master/slave replication using tpm or tun…
-
Calling `ExecQuery` (or similar) with a DML statement that contains a `THEN RETURN` clause while the connection is in auto-commit mode, causes the driver to try to execute the DML statement using a re…
-
### Description
The following code:
```php