diff options
author | monty@mysql.com <> | 2005-09-22 03:23:07 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-09-22 03:23:07 +0300 |
commit | 82fc54781b7694c060418996c6b6a6b5bc4b9df4 (patch) | |
tree | 33776d264017bbe56f0deca483d75143bed9762a /.bzrignore | |
parent | 6f8d3c4844e7f7dd760f09a5ab8ad309d1d690d6 (diff) | |
download | mariadb-git-82fc54781b7694c060418996c6b6a6b5bc4b9df4.tar.gz |
Fixed problems found by valgrind
Fixed problems in test suite where some test failed
Fixed access to not initialized memory in federated
Fixed access to not initialized memory when using BIT fields in internal temporary tables
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 3932ed4d127..7f325fcd11a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1125,3 +1125,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +libmysqld/sql_cursor.cc +libmysqld/sql_cursor.h |