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 5ffdf0c commit dfa6cd4Copy full SHA for dfa6cd4
test/concurrency/lock_manager_test.cpp
@@ -75,7 +75,7 @@ void TableLockTest1() {
75
EXPECT_EQ(i, txns[i]->GetTransactionId());
76
}
77
78
- /** Each transaction takes an S lock on every table and then unlocks */
+ /** Each transaction takes an X lock on every table and then unlocks */
79
auto task = [&](int txn_id) {
80
bool res;
81
for (const table_oid_t &oid : oids) {
0 commit comments