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-08-13 20:09:21-06:00, sasha@stripped
fixed HUP bug, last fix was not complete
sql/mysqld.cc
1.199 01/08/13 20:09:20 sasha@stripped +2 -1
fixed HUP bug, last fix was not complete
# 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.198/sql/mysqld.cc Sat Aug 11 02:24:37 2001
+++ 1.199/sql/mysqld.cc Mon Aug 13 20:09:20 2001
@@ -1375,7 +1375,8 @@
}
break;
case SIGHUP:
- reload_acl_and_cache((THD*) 0,~0, (TABLE_LIST*) 0); // Flush everything
+ reload_acl_and_cache((THD*) 0,REFRESH_LOG,
+ (TABLE_LIST*) 0); // Flush logs
mysql_print_status((THD*) 0); // Send debug some info
break;
#ifdef USE_ONE_SIGNAL_HAND
| Thread |
|---|
| • bk commit into 3.23 tree | sasha | 14 Aug |