We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce52d2 commit e2954b8Copy full SHA for e2954b8
contrib/multimaster/tests/dtmbench.cpp
@@ -146,7 +146,8 @@ void* writer(void* arg)
146
}
147
for (int i = 0; i < cfg.nIterations; i++)
148
{
149
- work txn(*conns[random() % conns.size()]);
+ //work
150
+ transaction<repeatable_read> txn(*conns[random() % conns.size()]);
151
int srcAcc = random() % cfg.nAccounts;
152
int dstAcc = random() % cfg.nAccounts;
153
try {
0 commit comments