on going chemo plan
This commit is contained in:
@@ -11,9 +11,12 @@ type Dualtx struct {
|
||||
}
|
||||
|
||||
func NewDualtx() *Dualtx {
|
||||
simgosTx := dg.IS["simrs"].Begin()
|
||||
simgosTx.Exec(`SET LOCAL simx.sync_source = 'new'`)
|
||||
|
||||
return &Dualtx{
|
||||
Sync: dg.I.Begin(),
|
||||
Simgos: dg.IS["simrs"].Begin(),
|
||||
Simgos: simgosTx,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user