1243. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:15 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

1243.1 Files compared

# Location File Last Modified
1 Thu May 10 13:40:15 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\var-db\liquibase\build-lib\mysql-connector-java-5.1.23-bin.jar\com\mysql\jdbc\configs maxPerformance.properties Sat Jan 26 04:26:18 2013 UTC

1243.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 29
Removed 0 0

1243.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

1243.4 Active regular expressions

No regular expressions were active.

1243.5 Comparison detail

        1   #
        2   # A config uration th at maximiz es perform ance, whil e
        3   # still st aying JDBC -compliant  and not d oing anyth ing that
        4   # would be  "dangerou s" to run- of-the-mil l J2EE app lications
        5   #
        6   # Note tha t because  we're cach ing things  like call able state ments
        7   # and the  server con figuration , this bun dle isn't  appropriat e
        8   # for use  with serve rs that ge t config'd  dynamical ly without
        9   # restarti ng the app lication u sing this  configurat ion bundle .
        10  
        11   cachePrepS tmts=true
        12   cacheCalla bleStmts=t rue
        13  
        14   cacheServe rConfigura tion=true
        15  
        16   #
        17   # Reduces  amount of  calls to d atabase to  set
        18   # session  state. "Sa fe" as lon g as appli cation use s
        19   # Connecti on methods  to set cu rrent data base, auto commit
        20   # and tran saction is olation
        21  
        22  
        23   useLocalSe ssionState =true
        24   elideSetAu toCommits= true
        25   alwaysSend SetIsolati on=false
        26  
        27   # Can caus e high-GC  pressure i f timeouts  are used  on every
        28   # query
        29   enableQuer yTimeouts= false