diff options
author | sasha@mysql.sashanet.com <> | 2000-10-28 23:26:48 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-10-28 23:26:48 -0600 |
commit | 96815f82a670f107a2e34595c4b8a9330e00e3ea (patch) | |
tree | d6984a4bdab21e43bace50514dc6578eafcae414 /.bzrignore | |
parent | efeec3f2059f9c8deb8a17a1aca1dd6cc5f582e6 (diff) | |
download | mariadb-git-96815f82a670f107a2e34595c4b8a9330e00e3ea.tar.gz |
libmysql/libmysql.c
keep vio from being freed twice when we are low on memory
mysys/safemalloc.c
changes for --safemalloc-mem-limit
sql/mini_client.cc
keep vio from being freed twice
sql/mysqld.cc
changes for --safemalloc-mem-limit
sql/slave.cc
prevent closing connection twice
sql/sql_string.h
shrink() did not work right when my_realloc() failed
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 3beaab80a01..6b9102bbc51 100644 --- a/.bzrignore +++ b/.bzrignore @@ -163,3 +163,4 @@ include/.my_sys.h.swp PENDING/2000-10-25.01 PENDING/2000-10-25.02 support-files/mysql-3.23.27-beta.spec +.gdb_history |