Author: timbo
Date: Mon Jan 30 14:53:56 2012
New Revision: 15110
Modified:
dbi/trunk/DBI.xs
Log:
Added comment: don't include SVs in dbi_ima_t as they won't be cloned by threads
Modified: dbi/trunk/DBI.xs
==============================================================================
--- dbi/trunk/DBI.xs (original)
+++ dbi/trunk/DBI.xs Mon Jan 30 14:53:56 2012
@@ -96,6 +96,7 @@
/* Internal Method Attributes (attached to dispatch methods when installed) */
+/* NOTE: don't include SVs in dbi_ima_t as they won't be cloned by threads */
typedef struct dbi_ima_st {
U8 minargs;