Below is the list of changes that have just been committed into a local
6.0 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, 2008-05-26 19:12:25+02:00, istruewing@stripped +1 -0
Fix for a compiler warning.
sql/debug_sync.cc@stripped, 2008-05-26 19:12:23+02:00, istruewing@stripped +1 -1
Fix for a compiler warning.
diff -Nrup a/sql/debug_sync.cc b/sql/debug_sync.cc
--- a/sql/debug_sync.cc 2008-04-29 11:22:02 +02:00
+++ b/sql/debug_sync.cc 2008-05-26 19:12:23 +02:00
@@ -815,7 +815,7 @@ static st_debug_sync_action *debug_sync_
DBUG_ASSERT(name_len);
DBUG_ASSERT(ds_control);
DBUG_PRINT("debug_sync", ("sync_point: '%.*s'", (int) name_len, dsp_name));
- DBUG_PRINT("debug_sync", ("active: %lu allocated: %lu",
+ DBUG_PRINT("debug_sync", ("active: %u allocated: %u",
ds_control->ds_active, ds_control->ds_allocated));
/* There cannot be more active actions than allocated. */
| Thread |
|---|
| • bk commit into 6.0 tree (istruewing:1.2643) | Ingo Struewing | 26 May |