Below is the list of changes that have just been committed into a local
5.1 repository of istruewing. When istruewing 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, 2007-11-05 10:57:52+01:00, istruewing@stripped +1 -0
Bug#4692 - DISABLE/ENABLE KEYS waste a space
Fixed absurd compiler warnings of a Suse 10.1 system.
storage/myisam/mi_check.c@stripped, 2007-11-05 10:57:50+01:00, istruewing@stripped +2 -0
Bug#4692 - DISABLE/ENABLE KEYS waste a space
Fixed absurd compiler warnings of a Suse 10.1 system.
diff -Nrup a/storage/myisam/mi_check.c b/storage/myisam/mi_check.c
--- a/storage/myisam/mi_check.c 2007-10-30 09:51:04 +01:00
+++ b/storage/myisam/mi_check.c 2007-11-05 10:57:50 +01:00
@@ -2225,6 +2225,7 @@ int mi_repair_by_sort(MI_CHECK *param, r
SORT_INFO sort_info;
ulonglong key_map;
DBUG_ENTER("mi_repair_by_sort");
+ LINT_INIT(key_map);
start_records=info->state->records;
got_error=1;
@@ -2649,6 +2650,7 @@ int mi_repair_parallel(MI_CHECK *param,
ulonglong key_map;
pthread_attr_t thr_attr;
DBUG_ENTER("mi_repair_parallel");
+ LINT_INIT(key_map);
start_records=info->state->records;
got_error=1;
| Thread |
|---|
| • bk commit into 5.1 tree (istruewing:1.2604) BUG#4692 | Ingo Struewing | 5 Nov |