Author: timbo
Date: Wed May 28 04:48:56 2008
New Revision: 11335
Modified:
dbi/trunk/DBI.xs
Log:
Fix DBIS initialization broken in earlier change.
Modified: dbi/trunk/DBI.xs
==============================================================================
--- dbi/trunk/DBI.xs (original)
+++ dbi/trunk/DBI.xs Wed May 28 04:48:56 2008
@@ -388,6 +388,7 @@
* to avoid problems on some architectures, for example see
* http://rt.cpan.org/Public/Bug/Display.html?id=32309
*/
+ sv_setiv(perl_get_sv(DBISTATE_PERLNAME, GV_ADDMULTI), 0); /* force SvIOK */
DBISTATE_ASSIGN(DBISx);
/* store version and size so we can spot DBI/DBD version mismatch */