Below is the list of changes that have just been committed into a local
5.1 repository of marcsql. When marcsql 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-03-01 18:14:51-07:00, malff@weblab.(none) +1 -0
Missing parameter to DBUG_PRINT
sql/events.cc@stripped, 2007-03-01 18:14:48-07:00, malff@weblab.(none) +2 -1
Missing parameter to DBUG_PRINT
# 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: malff
# Host: weblab.(none)
# Root: /home/marcsql/TREE/mysql-5.1-rt-warning
--- 1.69/sql/events.cc 2007-03-01 18:15:05 -07:00
+++ 1.70/sql/events.cc 2007-03-01 18:15:05 -07:00
@@ -994,7 +994,8 @@ Events::load_events_from_db(THD *thd)
goto end;
}
- DBUG_PRINT("load_events_from_db", ("Adding 0x%lx to the exec list."));
+ DBUG_PRINT("load_events_from_db", ("Adding 0x%lx to the exec list.",
+ (long) et));
event_queue->create_event(thd, et);
count++;
}
| Thread |
|---|
| • bk commit into 5.1 tree (malff:1.2447) | marc.alff | 2 Mar |