[svn:dbi] r15466 - dbi/trunk
[email protected] Fri, 2 Nov 2012 02:10:50 -0700 (PDT)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans Date: Fri Nov 2 02:10:48 2012 New Revision: 15466 Modified: dbi/trunk/DBI.pm Log: a couple of it's => its Modified: dbi/trunk/DBI.pm ============================================================================== --- dbi/trunk/DBI.pm (original) +++ dbi/trunk/DBI.pm Fri Nov 2 02:10:48 2012 @@ -7263,7 +7263,7 @@ Perl 5.7 and later support a new threading model called iThreads. (The old "5.005 style" threads are not supported by the DBI.) -In the iThreads model each thread has it's own copy of the perl +In the iThreads model each thread has its own copy of the perl interpreter. When a new thread is created the original perl interpreter is 'cloned' to create a new copy for the new thread. @@ -7585,7 +7585,7 @@ For normal use you only need to set the trace level, and generally only to a value between 1 and 4. -Each handle has it's own trace settings, and so does the DBI. +Each handle has its own trace settings, and so does the DBI. When you call a method the DBI merges the handles settings into its own for the duration of the call: the trace flags of the handle are OR'd into the trace flags of the DBI, and if the handle has a higher