List:Internals« Previous MessageNext Message »
From:jon Date:March 27 2005 3:39pm
Subject:bk commit - mysqldoc tree (jon:1.2788)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2788 05/03/28 01:39:02 jon@stripped +1 -0
  Cluster chapter / How-To: 
    - fixed bad directory reference
      (had /var/temp instead of /var/tmp).

  Docs/manual.texi
    1.2622 05/03/28 01:38:58 jon@stripped +5 -5
    Cluster chapter / How-To: 
      - fixed bad directory reference
        (had /var/temp instead of /var/tmp).

# 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:	jon
# Host:	gigan.site
# Root:	/home/jon/bk/mysqldoc

--- 1.2621/Docs/manual.texi	2005-03-27 23:46:34 +10:00
+++ 1.2622/Docs/manual.texi	2005-03-28 01:38:58 +10:00
@@ -71419,7 +71419,7 @@
 tree}.) Therefore, the first step in the installation process for each cluster
 host is to download the file @file{mysql-max-4.1.10a-pc-linux-gnu-i686.tar.gz}
 from the @uref{http://dev.mysql.com/downloads, MySQL downloads area}, and we will
-assume that you have placed it in each machine's @file{/var/temp} directory.
+assume that you have placed it in each machine's @file{/var/tmp} directory.
 
 RPMs are also available for both 32-bit and 64-bit Linux platforms; as of MySQL
 4.1.10a, the @code{-max} binaries installed by the RPMs supports the NDBCluster
@@ -71460,7 +71460,7 @@
   create a symlink to the mysql-max executable:
 
   @example
-  cd /var/temp
+  cd /var/tmp
   tar -zxvf mysql-max-4.1.10a-pc-linux-gnu-i686.tar.gz /usr/local/bin
   ln -s /usr/local/bin/mysql-max-4.1.10a-pc-linux-gnu-i686 mysql
   @end example
@@ -71511,7 +71511,7 @@
 For the MGM (management) node, it is not necessary to install the
 @command{mysqld} executable, only the binaries for the MGM server and client,
 which can be found in the downloaded @code{-max} archive. Again we assume that
-you have placed this file in @file{/var/temp}. As root (that is, after using
+you have placed this file in @file{/var/tmp}. As root (that is, after using
 @command{su root} or your system's equivalent for temporarily assuming the
 system root account's privileges), perform the following
 steps to install @command{ndb_mgmd} and @command{ndb_mgm} on the Cluster
@@ -71520,12 +71520,12 @@
 @enumerate
 
   @item
-  Move to the @file{/var/temp} directory, and extract the @command{ndb_mgm} and
+  Move to the @file{/var/tmp} directory, and extract the @command{ndb_mgm} and
   @command{ndb_mgmd} from the archive into a suitable directory such as
   @file{/usr/local/bin}:
 
   @example
-  cd /var/temp
+  cd /var/tmp
   tar -zxvf mysql-max-4.1.10a-pc-linux-gnu-i686.tar.gz /usr/local/bin '*/bin/ndb_mgm*'
   @end example
 
Thread
bk commit - mysqldoc tree (jon:1.2788)jon27 Mar