1
0
Fork 0

use exclusive locks

This commit is contained in:
jsteemann 2017-04-07 14:56:28 +02:00
parent cb031de4fe
commit ba16c360c2
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ struct TransactionMultiTest : public BenchmarkOperation {
TRI_AppendStringStringBuffer(buffer, "{ \"collections\": { ");
if (mod == 0) {
TRI_AppendStringStringBuffer(buffer, "\"write\": [ \"");
TRI_AppendStringStringBuffer(buffer, "\"exclusive\": [ \"");
} else {
TRI_AppendStringStringBuffer(buffer, "\"read\": [ \"");
}