Changeset: bcdbcf0b569e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bcdbcf0b569e
Modified Files:
sql/src/storage/bat/bat_storage.mx
Branch: Jun2010
Log Message:
fix problem with updates (missing updates in large transaction)
(transplanted from daa75b6bb64ddba7b4b024a7d2c7644d0e293243)
diffs (11 lines):
diff -r 08c1ef664e69 -r bcdbcf0b569e sql/src/storage/bat/bat_storage.mx
--- a/sql/src/storage/bat/bat_storage.mx Mon Jun 21 19:11:39 2010 +0200
+++ b/sql/src/storage/bat/bat_storage.mx Mon Jun 21 20:00:05 2010 +0200
@@ -210,6 +210,7 @@
}
BATkey(b, BOUND2BTRUE);
BATins(b, u, TRUE);
+ BATreplace(b, u, TRUE);
if (upd != u)
bat_destroy(u);
} else if (is_new && bat->bid) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list