List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:April 27 2005 10:19am
Subject:bk commit into 5.0 tree (heikki:1.1896)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of heikki. When heikki 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.1896 05/04/27 13:19:40 heikki@stripped +1 -0
  ha_innodb.cc:
    Fix linking and compilation errors

  sql/ha_innodb.cc
    1.197 05/04/27 13:18:02 heikki@stripped +1 -1
    Fix linking and compilation errors

# 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:	heikki
# Host:	hundin.mysql.fi
# Root:	/home/heikki/mysql-5.0

--- 1.196/sql/ha_innodb.cc	Tue Apr 26 17:45:26 2005
+++ 1.197/sql/ha_innodb.cc	Wed Apr 27 13:18:02 2005
@@ -1619,7 +1619,7 @@
                 if (trx->repl_wait_binlog_name == NULL) {
 
                         trx->repl_wait_binlog_name =
-                                        (char*)mem_alloc(FN_REFLEN + 100);
+                                  (char*)mem_alloc_noninline(FN_REFLEN + 100);
                 }
 
                 ut_a(strlen(log_file_name) <= FN_REFLEN + 100);
Thread
bk commit into 5.0 tree (heikki:1.1896)Heikki Tuuri27 Apr