-
Hi
in the variable "audit_record_cmds" I defined (among other cmds ) the SET_OPTION command to be audited.
How ever I would like to EXCLUDE the sub command "SET autocommit".
I failed doing it by…
liavs updated
6 years ago
-
Reproduction:
1. Open VIM
2. Connect to an existing profile
3. Open SQL Workbench and
- create new profile
- save changes
4. Back in VIM issue "CtrlPClearSWCache"
5. Open CtrlP with "…
-
shareJoin 执行过程中偶尔出现返回的记录条数不正确,看 log,发现在执行的过程中,出现 close connection,reason:no handler,导致丢了某些 node 的数据。这啥情况?
版本是 1.6.5 release
(io.mycat.catlets.JoinParser.parser(JoinParser.java:75)) - SQL: selec…
-
2017-08-29 15:52:41,449 [DEBUG][$_NIOREACTOR-3-RW] ServerConnection [id=41, schema=TESTDB, host=127.0.0.1, user=root,txIsolation=3, autocommit=false, schema=TESTDB]select
user_id, u…
-
branchRollback failed. branchType:[AT], xid:[192.168.10.178:8091:8467219101521007669], branchId:[8467219101521007673], resourceId:[jdbc:dm://192.168.10.170:5237], applicationData:[{"autoCommit":false}…
-
spring.datasource.druid.default-auto-commit=false
项目用springboot+mybatis 想把事务自动提交关闭,service不开启事务,insert还是能插入。这个有什么用呢
-
**1、bug描述**
mycat日志:Release previous connection,can't be used in trasaction......
old shema=Fusyt, borrowed=true, fromSlaveDB=true, threadId=7748, charset=utf8, txIsolation=3, autocommit=true, txRe…
-
Hello,
We are trying to find an event sourcing solution that would fit our business requirements. Currently, we are considering using the NestJS implementation of CQRS on its latest version.
To i…
-
I'm experimenting with kafkajs and was wondering if there is a "built-in" way of shutting down the consumer and committing offsets.
So, suppose I'm doing something like this:
```
await consumer…
-
According to my [measurements](https://github.com/Dobatymo/lmdb-python-dbm/pull/2#issuecomment-1345534594), the WAL journal mode has even better performance than batch update with autocommit=False. If…