Author: byterock
Date: Wed Jul 15 07:34:49 2009
New Revision: 13062
Modified:
dbd-oracle/branches/rs_array/oci8.c
Log:
need this as signed
Modified: dbd-oracle/branches/rs_array/oci8.c
==============================================================================
--- dbd-oracle/branches/rs_array/oci8.c (original)
+++ dbd-oracle/branches/rs_array/oci8.c Wed Jul 15 07:34:49 2009
@@ -2676,7 +2676,7 @@
D_imp_drh_from_dbh;
int num_errors = 0;
ub4 prefetch_mem = 0; /*Oracle prefetch memory buffer*/
- ub4 prefetch_rows = 0; /*Oracle prefetch Row Buffer*/
+ sb4 prefetch_rows = 0; /*Oracle prefetch Row Buffer*/
sb4 cache_rows = 0;/* set high so memory is the limit */
sword status;