List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:November 18 2003 1:43pm
Subject:bk commit - mysqldoc tree (heikki:1.969)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.969 03/11/18 15:42:58 heikki@stripped +1 -0
  manual.texi:
    InnoDB data files have to be added to the END of innodb_data_file_path

  Docs/manual.texi
    1.890 03/11/18 15:42:48 heikki@stripped +2 -1
    InnoDB data files have to be added to the END of innodb_data_file_path

# 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/mysqldoc

--- 1.889/Docs/manual.texi	Tue Nov 18 16:00:19 2003
+++ 1.890/Docs/manual.texi	Tue Nov 18 15:42:48 2003
@@ -47869,7 +47869,8 @@
 to @code{autoextend}. Alternatively, you can increase to your tablespace
 by specifying an additional datafile. To do this you have to shut down
 the MySQL server, edit the @file{my.cnf} file adding a new datafile
-to @code{innodb_data_file_path}, and then start the MySQL server again.
+to the @strong{end} of @code{innodb_data_file_path}, and then start
+the MySQL server again.
 
 Currently you cannot remove a datafile from InnoDB. To decrease the
 size of your database you have to use @file{mysqldump} to dump
Thread
bk commit - mysqldoc tree (heikki:1.969)Heikki Tuuri18 Nov