diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-10-28 23:26:48 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-10-28 23:26:48 -0600 |
commit | 3dfc0a825ed3961460eb17b814fabab900adbffb (patch) | |
tree | d6984a4bdab21e43bace50514dc6578eafcae414 /.bzrignore | |
parent | b0f645e4657abffc86e357fc334113af9e7cd380 (diff) | |
download | mariadb-git-3dfc0a825ed3961460eb17b814fabab900adbffb.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
BitKeeper/etc/ignore:
Added .gdb_history to the ignore list
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 |