diff options
author | unknown <hf@deer.(none)> | 2004-02-20 12:18:06 +0400 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-02-20 12:18:06 +0400 |
commit | 3711e24a86d1ab8bc354ea1fe88687645504d3cc (patch) | |
tree | 5b50ada35f43308fd47649acec8b0cdb83a35c14 /VC++Files/vio | |
parent | 3804200122762f88d9af28851610dc0c6dcbe0e8 (diff) | |
download | mariadb-git-3711e24a86d1ab8bc354ea1fe88687645504d3cc.tar.gz |
Fix for #1429 (Segfault in mysql_stmt_close)
Problem was that we checked for existing connection in stmt_close
and did not free(stmt) if it's closed (that didn't work well with
embedded)
I just added new flag to the stmt_close and now we check it instead
of connection
libmysql/client_settings.h:
declaration changed
libmysql/libmysql.c:
stmt_close and it's calls modified
sql-common/client.c:
stmt_close call modified
Diffstat (limited to 'VC++Files/vio')
0 files changed, 0 insertions, 0 deletions