Changeset: 02af3dae9411 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/02af3dae9411
Modified Files:
sql/storage/bat/bat_storage.c
Branch: Jan2022
Log Message:
English.
diffs (15 lines):
diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c
--- a/sql/storage/bat/bat_storage.c
+++ b/sql/storage/bat/bat_storage.c
@@ -412,9 +412,9 @@ merge_segments(storage *s, sql_trans *tr
sql_trans* other =
((sql_trans*)n->data);
ulng active = other->ts;
if(other->active == 2)
- continue; /* pretent that an
other recently committed transaction is no longer active */
+ continue; /* pretend that
another recently committed transaction is no longer active */
if (active == tr->ts)
- continue; /* pretent that
committing transaction has already committed and is no longer active */
+ continue; /* pretend that
committing transaction has already committed and is no longer active */
if (seg->ts < active && cur->ts <
active)
break;
if (seg->ts > active && cur->ts >
active)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]