List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:June 27 2005 5:49pm
Subject:bk commit into 5.0 tree (jimw:1.1980) BUG#11534
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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.1980 05/06/27 10:49:40 jimw@stripped +1 -0
  Fix typo in --default-store-engine help. (Bug #11534)

  sql/mysqld.cc
    1.475 05/06/27 10:49:21 jimw@stripped +1 -1
    Fix typo

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-clean

--- 1.474/sql/mysqld.cc	2005-06-22 02:11:18 -07:00
+++ 1.475/sql/mysqld.cc	2005-06-27 10:49:21 -07:00
@@ -4458,7 +4458,7 @@
    (gptr*) &default_collation_name, (gptr*) &default_collation_name,
    0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
   {"default-storage-engine", OPT_STORAGE_ENGINE,
-   "Set the default storage engine (table tyoe) for tables.", 0, 0,
+   "Set the default storage engine (table type) for tables.", 0, 0,
    0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
   {"default-table-type", OPT_STORAGE_ENGINE,
    "(deprecated) Use --default-storage-engine.", 0, 0,
Thread
bk commit into 5.0 tree (jimw:1.1980) BUG#11534Jim Winstead27 Jun