~mysql/mysql-connector-cpp/trunk

« back to all changes in this revision

Viewing changes to driver/nativeapi/libmysql_static_proxy.h

  • Committer: Hemant Dangi
  • Date: 2015-01-08 10:15:44 UTC
  • Revision ID: hemant.dangi@oracle.com-20150108101544-p9denhoh6mx6wzk4
Bug#18135088: Memory leak if result set of prepared statement used

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
 
2
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
The MySQL Connector/C++ is licensed under the terms of the GPLv2
5
5
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
209
209
 
210
210
        int stmt_next_result(MYSQL_STMT *);
211
211
 
 
212
        bool stmt_free_result(MYSQL_STMT *);
 
213
 
212
214
        void thread_init();
213
215
 
214
216
        void thread_end();