Changeset: c38c17f7adbf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c38c17f7adbf
Modified Files:
sql/server/sql_mvc.c
Branch: HTM
Log Message:
Move the "validation phase" comment in it's rightful place
diffs (20 lines):
diff --git a/sql/server/sql_mvc.c b/sql/server/sql_mvc.c
--- a/sql/server/sql_mvc.c
+++ b/sql/server/sql_mvc.c
@@ -252,7 +252,7 @@ build up the hash (not copied in the tra
return 0;
}
- /* validation phase
+ /*
while (tr->schema_updates && store_nr_active > 1) {
store_unlock();
MT_sleep_ms(100);
@@ -265,6 +265,7 @@ build up the hash (not copied in the tra
store_lock();
}
* */
+ /* validation phase */
if (sql_trans_validate(tr)) {
if ((ok = sql_trans_commit(tr)) != SQL_OK) {
char *msg = sql_message("40000!COMMIT: transaction
commit failed (perhaps your disk is full?) exiting (kernel error: %s)",
GDKerrbuf);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list