List:Commits« Previous MessageNext Message »
From:konstantin Date:July 7 2006 11:49am
Subject:bk commit into 5.1 tree (konstantin:1.2238)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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, 2006-07-07 13:49:43+04:00, konstantin@stripped +1 -0
  Another post-merge fix.

  sql/events.cc@stripped, 2006-07-07 13:49:40+04:00, konstantin@stripped +1 -1
    Fix a bug I introduced with the merge: dbchanged is read
    even if it's not passed to sp_use_new_db.

# 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:	konstantin
# Host:	bodhi.netgear
# Root:	/opt/local/work/mysql-5.1-runtime-merge-with-5.0

--- 1.46/sql/events.cc	2006-07-07 13:49:47 +04:00
+++ 1.47/sql/events.cc	2006-07-07 13:49:47 +04:00
@@ -600,7 +600,7 @@
   TABLE *table;
   char old_db_buf[NAME_LEN+1];
   LEX_STRING old_db= { old_db_buf, sizeof(old_db_buf) };
-  bool dbchanged;
+  bool dbchanged= FALSE;
   DBUG_ENTER("db_create_event");
   DBUG_PRINT("enter", ("name: %.*s", et->name.length, et->name.str));
 
Thread
bk commit into 5.1 tree (konstantin:1.2238)konstantin7 Jul