Changeset: daa75b6bb64d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=daa75b6bb64d
Modified Files:
sql/src/storage/bat/bat_storage.mx
Branch: default
Log Message:
fix problem with updates (missing updates in large transaction)
diffs (11 lines):
diff -r 83da1e29a9df -r daa75b6bb64d sql/src/storage/bat/bat_storage.mx
--- a/sql/src/storage/bat/bat_storage.mx Mon Jun 21 19:12:04 2010 +0200
+++ b/sql/src/storage/bat/bat_storage.mx Mon Jun 21 20:00:05 2010 +0200
@@ -213,6 +213,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