Below is the list of changes that have just been committed into a local
5.1 repository of svoj. When svoj does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1924 05/10/14 00:48:46 svoj@stripped +1 -0
Memory leak fix.
sql/table.cc
1.184 05/10/14 00:48:42 svoj@stripped +4 -0
Memory leak fix.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: svoj
# Host: svoj-laptop.mysql.com
# Root: /home/svoj/devel/mysql/engine/mysql-5.1
--- 1.183/sql/table.cc 2005-10-12 02:57:32 +05:00
+++ 1.184/sql/table.cc 2005-10-14 00:48:42 +05:00
@@ -348,8 +348,12 @@
#ifdef HAVE_PARTITION_DB
if (mysql_unpack_partition(thd, (uchar *)(next_chunk + 4),
part_info_len, outparam, default_part_db_type))
+ {
+ my_free(buff, MYF(0));
goto err;
+ }
#else
+ my_free(buff, MYF(0));
goto err;
#endif
}
| Thread |
|---|
| • bk commit into 5.1 tree (svoj:1.1924) | svoj | 13 Oct |