Changeset: 722a23e4322e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/722a23e4322e
Modified Files:
        clients/odbc/driver/SQLDisconnect.c
Branch: odbc-tls
Log Message:

Reset msettings on SQLDisconnect


diffs (11 lines):

diff --git a/clients/odbc/driver/SQLDisconnect.c 
b/clients/odbc/driver/SQLDisconnect.c
--- a/clients/odbc/driver/SQLDisconnect.c
+++ b/clients/odbc/driver/SQLDisconnect.c
@@ -64,6 +64,7 @@ SQLDisconnect(SQLHDBC ConnectionHandle)
 
        dbc->mid = NULL;
        dbc->Connected = false;
+       msettings_reset(dbc->settings);
        memset(dbc->setting_touched, 0, sizeof(dbc->setting_touched));
        dbc->cachelimit = 0;
        dbc->Mdebug = 0;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to