mirror of
https://github.com/actiontech/dble.git
synced 2026-01-24 13:58:29 -06:00
RecordTxn config from boolean to int
This commit is contained in:
@@ -430,7 +430,7 @@ public class MycatServer {
|
||||
}
|
||||
|
||||
// start transaction SQL log
|
||||
if (config.getSystem().isRecordTxn()) {
|
||||
if (config.getSystem().getRecordTxn() == 1) {
|
||||
txnLogProcessor = new TxnLogProcessor(bufferPool);
|
||||
txnLogProcessor.setName("TxnLogProcessor");
|
||||
txnLogProcessor.start();
|
||||
|
||||
Reference in New Issue
Block a user