From: Date: October 24 2005 6:09pm Subject: bk commit into 5.0 tree (SergeyV:1.2029) BUG#14137 List-Archive: http://lists.mysql.com/internals/31382 X-Bug: 14137 Message-Id: <200510241609.j9OG9YCJ000771@selena> Below is the list of changes that have just been committed into a local 5.0 repository of sergeyv. When sergeyv 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.2029 05/10/24 20:08:56 SergeyV@selena. +1 -0 Fixes bug #14137. Converts charsets_dir path to underlying system representation. sql/mysqld.cc 1.517 05/10/24 20:08:41 SergeyV@selena. +1 -0 Added code to convert charsets_dir path to system representation. # 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: SergeyV # Host: selena. # Root: H:/MYSQL/src/#14137-mysql-5.0 --- 1.516/sql/mysqld.cc 2005-10-20 00:43:41 +04:00 +++ 1.517/sql/mysqld.cc 2005-10-24 20:08:41 +04:00 @@ -7155,6 +7155,7 @@ CHARSET_DIR, NullS); } (void) my_load_path(mysql_charsets_dir, mysql_charsets_dir, buff); + convert_dirname(mysql_charsets_dir,mysql_charsets_dir,NullS); charsets_dir=mysql_charsets_dir; if (init_tmpdir(&mysql_tmpdir_list, opt_mysql_tmpdir))