List:Internals« Previous MessageNext Message »
From:paul Date:August 5 2004 10:47pm
Subject:bk commit - mysqldoc tree (paul:1.1925)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.1925 04/08/05 17:47:43 paul@stripped +2 -0
  texi2db:
    Some substitutions should be global.
  manual.de.texi:
    Add a couple of missing tags.

  tools/texi2db
    1.13 04/08/05 17:47:20 paul@stripped +12 -12
    Some substitutions should be global.

  Docs/manual.de.texi
    1.48 04/08/05 17:47:04 paul@stripped +3 -3
    Add a couple of missing tags.

# 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:	paul
# Host:	ice.snake.net
# Root:	/Volumes/ice2/MySQL/bk/mysqldoc

--- 1.47/Docs/manual.de.texi	Tue Aug  3 09:19:05 2004
+++ 1.48/Docs/manual.de.texi	Thu Aug  5 17:47:04 2004
@@ -8373,7 +8373,7 @@
 Hostname legt fest, welches Protokoll benutzt wird:
 
 @multitable @columnfractions .3 .7
-@strong{Hostname} @tab @strong{Protokoll}
+@item @strong{Hostname} @tab @strong{Protokoll}
 @item NULL (keiner) @tab Auf NT zuerst Named Pipes versuchen. Wenn das
 nicht funktioniert, TCP/IP benutzen. Auf Win95/Win98 wird TCP/IP benutzt.
 @item . @tab Named Pipes
@@ -24273,7 +24273,7 @@
 Beispiele (die auf derselben NT-4.0-Maschine liefen):
 
 @multitable @columnfractions .6 .2 .2
-@strong{2.000.000 Zeilen vom Index lesen} @tab @strong{Sekunden} @tab @strong{Sekunden}
+@item @strong{2.000.000 Zeilen vom Index lesen} @tab @strong{Sekunden} @tab @strong{Sekunden}
 @item mysql             @tab 367 @tab 249
 @item mysql_odbc	@tab 464
 @item db2_odbc		@tab 1206
@@ -24285,7 +24285,7 @@
 @end multitable
 
 @multitable @columnfractions .6 .2 .2
 @item mysql		@tab 381 @tab 206
 @item mysql_odbc	@tab 619
 @item db2_odbc		@tab 3460

--- 1.12/tools/texi2db	Thu Aug  5 11:42:46 2004
+++ 1.13/tools/texi2db	Thu Aug  5 17:47:20 2004
@@ -957,18 +957,18 @@
 	$line =~ s/&/&/g;		# do first, before writing new amps
 	$line =~ s/\</&lt;/g;
 	$line =~ s/\>/&gt;/g;
-	$line =~ s/\x0C//;
-	$line =~ s/\xA0/&nbsp;/;
-	$line =~ s/\xD7//;
-	$line =~ s/\xD8/&Ouml;/;
-	$line =~ s/\xDF/&szlig;/;
-	$line =~ s/\xE4/&auml;/;
-	$line =~ s/\xF6/&ouml;/;
-	$line =~ s/\xFC/&uuml;/;
-	$line =~ s/\xC4/&Auml;/;
-	$line =~ s/\xD6/&Ouml;/;
-	$line =~ s/\xDC/&Uuml;/;
-	$line =~ s/\xE5/&aring;/;
+	$line =~ s/\x0C//g;
+	$line =~ s/\xA0/&nbsp;/g;
+	$line =~ s/\xD7//g;
+	$line =~ s/\xD8/&Ouml;/g;
+	$line =~ s/\xDF/&szlig;/g;
+	$line =~ s/\xE4/&auml;/g;
+	$line =~ s/\xF6/&ouml;/g;
+	$line =~ s/\xFC/&uuml;/g;
+	$line =~ s/\xC4/&Auml;/g;
+	$line =~ s/\xD6/&Ouml;/g;
+	$line =~ s/\xDC/&Uuml;/g;
+	$line =~ s/\xE5/&aring;/g;
 }
 
 sub writeabstract {
Thread
bk commit - mysqldoc tree (paul:1.1925)paul6 Aug