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/\</</g;
$line =~ s/\>/>/g;
- $line =~ s/\x0C//;
- $line =~ s/\xA0/ /;
- $line =~ s/\xD7//;
- $line =~ s/\xD8/Ö/;
- $line =~ s/\xDF/ß/;
- $line =~ s/\xE4/ä/;
- $line =~ s/\xF6/ö/;
- $line =~ s/\xFC/ü/;
- $line =~ s/\xC4/Ä/;
- $line =~ s/\xD6/Ö/;
- $line =~ s/\xDC/Ü/;
- $line =~ s/\xE5/å/;
+ $line =~ s/\x0C//g;
+ $line =~ s/\xA0/ /g;
+ $line =~ s/\xD7//g;
+ $line =~ s/\xD8/Ö/g;
+ $line =~ s/\xDF/ß/g;
+ $line =~ s/\xE4/ä/g;
+ $line =~ s/\xF6/ö/g;
+ $line =~ s/\xFC/ü/g;
+ $line =~ s/\xC4/Ä/g;
+ $line =~ s/\xD6/Ö/g;
+ $line =~ s/\xDC/Ü/g;
+ $line =~ s/\xE5/å/g;
}
sub writeabstract {
| Thread |
|---|
| • bk commit - mysqldoc tree (paul:1.1925) | paul | 6 Aug |