List:Internals« Previous MessageNext Message »
From:Lars Thalmann Date:November 16 2005 1:44am
Subject:bk commit into 5.1 tree (lars:1.1959)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of lthalmann. When lthalmann 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.1959 05/11/16 02:44:05 lars@stripped +1 -0
  Fixed typo causing compile failures when not max-compiling

  sql/mysqld.cc
    1.490 05/11/16 02:43:33 lars@stripped +1 -1
    Fixed typo causing compile failures when not max-compiling

# 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:	lars
# Host:	dl145k.mysql.com
# Root:	/users/lthalmann/bk/mysql-5.1-new

--- 1.489/sql/mysqld.cc	2005-11-12 11:56:05 +01:00
+++ 1.490/sql/mysqld.cc	2005-11-16 02:43:33 +01:00
@@ -7423,7 +7423,7 @@
 #ifndef WITH_BERKELEY_STORAGE_ENGINE
 bool berkeley_shared_data;
 ulong berkeley_max_lock, berkeley_log_buffer_size;
-ulonglong berkeley_cache_size, 
+ulonglong berkeley_cache_size;
 ulong berkeley_region_size, berkeley_cache_parts;
 char *berkeley_home, *berkeley_tmpdir, *berkeley_logdir;
 #endif
Thread
bk commit into 5.1 tree (lars:1.1959)Lars Thalmann16 Nov