Date: Friday, August 4, 2006 @ 15:49:56
  Author: csaba
    Path: /cvsroot/carob/libmysequoia/src

Modified: CarobStmt.cpp (1.38 -> 1.39)

Close only the Statement instead of the whole ParameterStatement.


---------------+
 CarobStmt.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: libmysequoia/src/CarobStmt.cpp
diff -u libmysequoia/src/CarobStmt.cpp:1.38 libmysequoia/src/CarobStmt.cpp:1.39
--- libmysequoia/src/CarobStmt.cpp:1.38 Thu Aug  3 17:04:02 2006
+++ libmysequoia/src/CarobStmt.cpp      Fri Aug  4 15:49:56 2006
@@ -582,7 +582,7 @@
     free_long_data(m_stmt);
     if (c_stmt)
     {
-      c_stmt->close();
+      c_stmt->closeStatement();
       liveResultSet = 0;
     }
     m_stmt->state = MYSQL_STMT_PREPARE_DONE;
@@ -678,7 +678,7 @@
           m_stmt->affected_rows = m_stmt->result.rows;
       
           //Release the Carob dataset      
-          c_stmt->close();
+          c_stmt->closeStatement();
           liveResultSet = 0;
         }
       }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to