List:Internals« Previous MessageNext Message »
From:jon Date:April 3 2005 6:48am
Subject:bk commit - mysqldoc tree (jon:1.2803)
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.2803 05/04/03 14:48:07 jon@stripped +1 -0
  Option files: on win32, the !includedir directive 
  also checks for file with a .ini extension.

  Docs/manual.texi
    1.2636 05/04/03 14:48:03 jon@stripped +5 -3
    Option files: on win32, the !includedir directive 
    also checks for file with a .ini extension.

# 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.2635/Docs/manual.texi	2005-04-03 04:11:13 +10:00
+++ 1.2636/Docs/manual.texi	2005-04-03 14:48:03 +10:00
@@ -18029,9 +18029,11 @@
 
 then the directory @file{/home/mydir/my-dump-options} would be checked for
 option files ending in @file{.cnf} by @command{mysqldump} only, and not by the
-server or by any other client applications. @strong{Note}: Currently, any files
-to be found and included using the @code{!includedir} directive
-@strong{must} have filenames ending in @file{.cnf}.
+server or by any other client applications.
+
+@strong{Note}: Currently, any files to be found and included using the
+@code{!includedir} directive @strong{must} have filenames ending in @file{.cnf}.
+On Windows, this directive also checks for files ending @file{.ini}.
 
 As of MySQL 4.0.14, if you want to create option groups that should be
 read only by one specific @command{mysqld} server release series, you can do this by
Thread
bk commit - mysqldoc tree (jon:1.2803)jon3 Apr