Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith 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@stripped, 2006-09-13 09:17:16+02:00, tsmith@stripped +1 -0
Post-merge fix
sql/log.h@stripped, 2006-09-13 09:17:03+02:00, tsmith@stripped +1 -1
Post-merge 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: tsmith
# Host: maint2.mysql.com
# Root: /data/localhome/tsmith/bk/mrg50/51
--- 1.14/sql/log.h 2006-09-13 09:16:26 +02:00
+++ 1.15/sql/log.h 2006-09-13 09:16:26 +02:00
@@ -177,7 +177,7 @@ public:
pthread_mutex_t LOCK_log;
char *name;
char log_file_name[FN_REFLEN];
- char time_buff[20], db[NAME_LEN + 1];
+ char time_buff[20], db[NAME_BYTE_LEN + 1];
bool write_error, inited;
IO_CACHE log_file;
enum_log_type log_type;
| Thread |
|---|
| • bk commit into 5.1 tree (tsmith:1.2315) | tim | 13 Sep |