List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:April 25 2005 1:35am
Subject:bk commit - mysqldoc tree (heikki:1.2889)
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.2889 05/04/25 02:35:47 heikki@stripped +1 -0
  manual.texi:
    Remove the InnoDB claim that lower_case_table_names=1 by default on Windows; the user
must set it explicitly nowadays, I think

  Docs/manual.texi
    1.2726 05/04/25 02:35:40 heikki@stripped +1 -3
    Remove the InnoDB claim that lower_case_table_names=1 by default on Windows; the user
must set it explicitly nowadays, I think

# 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.2725/Docs/manual.texi	Fri Apr 22 21:51:45 2005
+++ 1.2726/Docs/manual.texi	Mon Apr 25 02:35:40 2005
@@ -68659,15 +68659,13 @@
 table names in lowercase. To move databases in a binary format
 from Unix to Windows or from Windows to Unix, you should have all table
 and database names in lowercase. A convenient way to accomplish this
-on Unix is to add the following line to the @code{[mysqld]} section of
+is to add the following line to the @code{[mysqld]} section of
 your @file{my.cnf} before you start creating your databases and tables:
 
 @example
 [mysqld]
 set-variable = lower_case_table_names=1
 @end example
-
-On Windows, @code{lower_case_table_names} is set to @code{1} by default.
 
 Like @code{MyISAM} data files, @code{InnoDB} data and log files are
 binary-compatible on all platforms if the floating-point number format on
Thread
bk commit - mysqldoc tree (heikki:1.2889)Heikki Tuuri25 Apr