mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
ups
This commit is contained in:
parent
8788f30c12
commit
0e3f5a69f7
1 changed files with 4 additions and 4 deletions
|
@ -1032,18 +1032,18 @@ oci8_parse(oci8_connection *connection, char *query, int len, HashTable *list)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1 /* testing */
|
#if 0 /* testing */
|
||||||
{
|
{
|
||||||
ub4 prefetch = 512*1024;
|
ub4 prefetch = 10;
|
||||||
|
|
||||||
statement->error =
|
statement->error =
|
||||||
oci8_error(statement->pError,
|
oci8_error(statement->pError,
|
||||||
"OCIAttrSet OCI_ATTR_PREFETCH_MEMORY",
|
"OCIAttrSet OCI_ATTR_PREFETCH_ROWS",
|
||||||
OCIAttrSet(statement->pStmt,
|
OCIAttrSet(statement->pStmt,
|
||||||
OCI_HTYPE_STMT,
|
OCI_HTYPE_STMT,
|
||||||
&prefetch,
|
&prefetch,
|
||||||
0,
|
0,
|
||||||
OCI_ATTR_PREFETCH_MEMORY,
|
OCI_ATTR_PREFETCH_ROWS,
|
||||||
statement->pError));
|
statement->pError));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue