HHH-12086 - Batch order_inserts: flush during transaction causes incorrect insert ordering and subsequent constraint violation
Fix indentation.
This commit is contained in:
parent
9ae9810f85
commit
427bba4212
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue