List:Commits« Previous MessageNext Message »
From:Martin Skold Date:June 15 2006 9:59am
Subject:bk commit into 5.1 tree (mskold:1.2206)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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.2206 06/06/15 11:59:21 mskold@stripped +1 -0
  Fixed typo in variable name

  sql/mysqld.cc
    1.558 06/06/15 11:58:23 mskold@stripped +1 -1
    Fixed typo in variable name

# 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:	mskold
# Host:	linux.site
# Root:	/home/marty/MySQL/mysql-5.1

--- 1.557/sql/mysqld.cc	2006-06-14 21:41:56 +02:00
+++ 1.558/sql/mysqld.cc	2006-06-15 11:58:23 +02:00
@@ -5432,7 +5432,7 @@ Disable with --skip-ndbcluster (will sav
    (gptr*) &max_system_variables.ndb_index_stat_update_freq,
    0, GET_ULONG, OPT_ARG, 20, 0, ~0L, 0, 0, 0},
 #endif
-  {"nb-use-copying-alter-table",
+  {"ndb-use-copying-alter-table",
    OPT_NDB_USE_COPYING_ALTER_TABLE,
    "Force ndbcluster to always copy tables at alter table (should only be used if on-line alter table fails).",
    (gptr*) &global_system_variables.ndb_use_copying_alter_table,
Thread
bk commit into 5.1 tree (mskold:1.2206)Martin Skold15 Jun