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

Fix indentation.

(cherry picked from commit 427bba4212)
This commit is contained in:
Vlad Mihalcea 2017-11-13 11:04:40 +02:00 committed by Gail Badner
parent 7c52821385
commit f79becb47d
1 changed files with 2 additions and 2 deletions

View File

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