From: Date: April 21 2005 7:59am Subject: bk commit into 4.1 tree (hf:1.2182) BUG#7344 List-Archive: http://lists.mysql.com/internals/24183 X-Bug: 7344 Message-Id: <200504210559.j3L5x5WO009780@localhost.localdomain> Below is the list of changes that have just been committed into a local 4.1 repository of hf. When hf 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.2182 05/04/21 10:58:58 hf@deer.(none) +1 -0 Fix for bug #7344 (Repeating mysql_server_start/mysql_server_end crash clients) One more free_charset call added libmysql/libmysql.c 1.291 05/04/21 10:56:59 hf@deer.(none) +1 -0 free_charset call added # 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: hf # Host: deer.(none) # Root: /home/hf/work/mysql-4.1.7344 --- 1.290/libmysql/libmysql.c Tue Feb 22 17:08:06 2005 +++ 1.291/libmysql/libmysql.c Thu Apr 21 10:56:59 2005 @@ -186,6 +186,7 @@ } else mysql_thread_end(); + free_charsets(); mysql_client_init= org_my_init_done= 0; }