From: sasha Date: July 6 2001 9:30pm Subject: bk commit into 3.23 tree List-Archive: http://lists.mysql.com/internals/1160 Message-Id: <200107062130.f66LUsc09809@mysql.sashanet.com> Below is the list of changes that have just been commited into a local 3.23. repository of sasha. When sasha does a push, they will be propogaged to the main repository and within 24 hours after the push into the public repository. For information on how to access the public repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet@stripped, 2001-07-06 15:30:52-06:00, sasha@stripped HUP should not flush everything, just the logs sql/mysqld.cc 1.188 01/07/06 15:30:51 sasha@stripped +1 -1 HUP should not flush everything, just the logs # 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: sasha # Host: mysql.sashanet.com # Root: /home/sasha/src/bk/mysql --- 1.187/sql/mysqld.cc Thu Jun 28 18:22:27 2001 +++ 1.188/sql/mysqld.cc Fri Jul 6 15:30:51 2001 @@ -1094,7 +1094,7 @@ #elif defined(__EMX__) static void sig_reload(int signo) { - reload_acl_and_cache((THD*) 0,~0, (TABLE_LIST*) 0); // Flush everything + reload_acl_and_cache((THD*) 0,REFRESH_LOG, (TABLE_LIST*) 0); // Flush everything signal(signo, SIG_ACK); }