HHH-12086 - Batch order_inserts: flush during transaction causes incorrect insert ordering and subsequent constraint violation

Fix indentation.
This commit is contained in:
Vlad Mihalcea 2017-11-13 11:04:40 +02:00
parent 9ae9810f85
commit 427bba4212
1 changed files with 2 additions and 2 deletions

View File

@ -1204,9 +1204,9 @@ public class ActionQueue {
}
}
}
stored = true;
} while ( !stored );
}
while ( !stored );
// Now, rebuild the insertions list. There is a batch for each entry in the name list.
for ( BatchIdentifier rootIdentifier : latestBatches ) {