Changeset: bb4e9b8298b3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bb4e9b8298b3
Modified Files:
clients/odbc/driver/SQLExecute.c
Branch: Sep2022
Log Message:
Typo.
diffs (12 lines):
diff --git a/clients/odbc/driver/SQLExecute.c b/clients/odbc/driver/SQLExecute.c
--- a/clients/odbc/driver/SQLExecute.c
+++ b/clients/odbc/driver/SQLExecute.c
@@ -490,7 +490,7 @@ MNDBExecute(ODBCStmt *stmt)
/* we're the only Stmt handle, and we're only going forward */
if (stmt->Dbc->cachelimit != 10000)
mapi_cache_limit(stmt->Dbc->mid, 10000);
- stmt->Dbc->cachelimit = 1000;
+ stmt->Dbc->cachelimit = 10000;
} else {
if (stmt->Dbc->cachelimit != 100)
mapi_cache_limit(stmt->Dbc->mid, 100);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]