List:Commits« Previous MessageNext Message »
From:gluh Date:January 12 2007 9:57am
Subject:bk commit into 5.0 tree (gluh:1.2377)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh 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-01-12 13:57:40+04:00, gluh@stripped +1 -0
  Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
  into  mysql.com:/home/gluh/MySQL/Merge/5.0
  MERGE: 1.2363.1.3

  sql/mysqld.cc@stripped, 2007-01-12 13:57:37+04:00, gluh@stripped +0 -0
    Auto merged
    MERGE: 1.585.1.1

# 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:	gluh
# Host:	eagle.(none)
# Root:	/home/gluh/MySQL/Merge/5.0/RESYNC

--- 1.586/sql/mysqld.cc	2007-01-11 12:19:28 +04:00
+++ 1.587/sql/mysqld.cc	2007-01-12 13:57:37 +04:00
@@ -3494,7 +3494,7 @@ we force server id to 2, but this MySQL 
   */
   error_handler_hook= my_message_sql;
   start_signal_handler();				// Creates pidfile
-  if (acl_init(opt_noacl) ||
+  if (mysql_rm_tmp_tables() || acl_init(opt_noacl) ||
       my_tz_init((THD *)0, default_tz_name, opt_bootstrap))
   {
     abort_loop=1;
Thread
bk commit into 5.0 tree (gluh:1.2377)gluh12 Jan