Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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
1.2049 06/01/12 19:51:13 andrey@lmy004. +1 -0
WL #1034 (Internal CRON) post-push fix
fix problem that gcc4 does not like at all
sql/event.h
1.12 06/01/12 19:51:02 andrey@lmy004. +1 -1
fix problem that gcc4 does not like at all
# 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: andrey
# Host: lmy004.
# Root: /work/mysql-5.1-tt-copy-works
--- 1.11/sql/event.h 2006-01-10 11:31:35 +01:00
+++ 1.12/sql/event.h 2006-01-12 19:51:02 +01:00
@@ -136,7 +136,7 @@
init_ends(THD *thd, Item *ends);
void
- event_timed::init_body(THD *thd);
+ init_body(THD *thd);
void
init_comment(THD *thd, LEX_STRING *set_comment);
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2049) | ahristov | 12 Jan |