Clixon 4.4 three compile-time options: MOVE_TRANS_END for changing transaction-end callbacks; STATE_ORDERED_BY_SYSTEM to make state data system ordered; XML_MERGE_TWO_ROUNDS to improve xml_merge performance.

This commit is contained in:
Olof hagsand 2020-04-02 14:28:58 +02:00
parent 5535239363
commit 662d6b0a3f
19 changed files with 483 additions and 61 deletions

View file

@ -273,10 +273,11 @@ for op in begin validate complete commit; do
let line++
done
# End is special because change does not haveold element
# End is special because change does not have old element
checklog "$nr main_end add: <d>0</d>" $line
let line++
checklog "$nr main_end change: <b>42</b>" $line
# This check does not work if MOVE_TRANS_END is set
#checklog "$nr main_end change: <b>42</b>" $line
let line+=3 # skip nacm
let nr++