diff options
author | unknown <andrey@lmy004.> | 2006-02-01 20:35:16 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-02-01 20:35:16 +0100 |
commit | ac5e4ebee11cc177e24723f92d86d6b4acacda34 (patch) | |
tree | 59375d95c601aec43e46d08deb88028599227821 /ndb | |
parent | 4495529693cfad475a2f4fabe91092d4bfcd9e42 (diff) | |
download | mariadb-git-ac5e4ebee11cc177e24723f92d86d6b4acacda34.tar.gz |
fix for bug #12744 (MYSQL_STMT operations cause seg fault after connection reset)
libmysql/libmysql.c:
stmt->mysql could be 0x0 if the connection has failed between prepare and execute
or any other operation. thus if the user decides to use mysql_stmt_reset()
we should not segfault.
tests/mysql_client_test.c:
test for bug #12744 (MYSQL_STMT operations cause seg fault after connection reset)
Diffstat (limited to 'ndb')
0 files changed, 0 insertions, 0 deletions