Changeset: 3d5121efa0e8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3d5121efa0e8
Modified Files:
        clients/odbc/driver/SQLPrepare.c
Branch: Sep2022
Log Message:

Typo.


diffs (12 lines):

diff --git a/clients/odbc/driver/SQLPrepare.c b/clients/odbc/driver/SQLPrepare.c
--- a/clients/odbc/driver/SQLPrepare.c
+++ b/clients/odbc/driver/SQLPrepare.c
@@ -97,7 +97,7 @@ MNDBPrepare(ODBCStmt *stmt,
 
        ODBCResetStmt(stmt);
 
-       if (mt->Dbc->cachelimit != -1) {
+       if (stmt->Dbc->cachelimit != -1) {
                mapi_cache_limit(stmt->Dbc->mid, -1);
                stmt->Dbc->cachelimit = -1;
        }
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to