~ubuntu-branches/ubuntu/raring/firebird2.5/raring-proposed

« back to all changes in this revision

Viewing changes to src/utilities/ntrace/fbtrace.conf

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2012-05-12 15:30:11 UTC
  • mfrom: (15.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120512153011-31u9cbv8p06yepwi
Tags: 2.5.2~svn+54476.ds4-1
* Snapshot from upstream's 2.5 branch, revision 54476
 + CORE-3841: Corrupted database after inserting rows
 + CORE-3844: Validation not detecting one specific case of index corruption
 + Fixed regression in the fix for CORE-3777
 + CORE-3814: SuperClassic server crashes when performing a database
   shutdown with forced writes off
 + CORE-3598: Tracing: add statistics of actions that were after transaction
   finish
 + Trace errors raised by failed ON TRANSACTION ROLLBACK and ON DISCONNECT
   triggers
 + CORE-3539: Tracing: add ability to log errors that occur in runtime
   (lock conflicts, PK/UK/FK violations etc.)

* drop transitional firebird2.5-dev package

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        # Put context variable change records (RDB$SET_CONTEXT)
85
85
        #log_context false
86
86
 
 
87
        # Put errors happened
 
88
        #log_errors false
 
89
 
87
90
 
88
91
        # Print access path (plan) with sql statement
89
92
        print_plan false
178
181
 
179
182
        # Put service query records
180
183
        log_service_query false
 
184
 
 
185
        # Put errors happened
 
186
        #log_errors false
181
187
</services>
182
188
 
183
189