From: Date: March 2 2006 10:04am Subject: bk commit into 5.1 tree (andrey:1.2208) List-Archive: http://lists.mysql.com/commits/3371 Message-Id: <20060302090402.5EE2A1D2C0@andrey.hristov.com> 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.2208 06/03/02 10:03:48 andrey@lmy004. +1 -0 Merge ahristov@stripped:/home/bk/mysql-5.1-new into lmy004.:/work/mysql-5.1-bug16406 sql/event_timed.cc 1.44 06/03/02 10:03:44 andrey@lmy004. +0 -0 Auto merged # 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-bug16406/RESYNC --- 1.43/sql/event_timed.cc 2006-03-01 02:11:48 +01:00 +++ 1.44/sql/event_timed.cc 2006-03-02 10:03:44 +01:00 @@ -1167,6 +1167,8 @@ Event_timed::execute(THD *thd, MEM_ROOT { List empty_item_list; empty_item_list.empty(); + if (thd->enable_slow_log) + sphead->m_flags|= sp_head::LOG_SLOW_STATEMENTS; ret= sphead->execute_procedure(thd, &empty_item_list); } else