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:
parent
7c52821385
commit
f79becb47d
|
@ -1199,9 +1199,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