diff options
author | unknown <arjen@fred.bitbike.com> | 2002-04-19 14:15:11 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-04-19 14:15:11 +1000 |
commit | 21aa09fac295298e50a5584b2aac5491b87d468d (patch) | |
tree | 1ed8bdea25af4bbce29c49d0c90ec96ee86574e4 | |
parent | 5f9594b6347248a6228dc6f73209dca4709c8b46 (diff) | |
download | mariadb-git-21aa09fac295298e50a5584b2aac5491b87d468d.tar.gz |
Changed @node name with "i/o" to "I/O" for clarity and consistency.
-rw-r--r-- | Docs/manual.de.texi | 6 | ||||
-rw-r--r-- | Docs/manual.texi | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Docs/manual.de.texi b/Docs/manual.de.texi index d3a1c2e317a..798eb7616f6 100644 --- a/Docs/manual.de.texi +++ b/Docs/manual.de.texi @@ -39897,12 +39897,12 @@ gespeichert werden kann. @menu -* InnoDB Disk i/o:: +* InnoDB Disk I/O:: * InnoDB File space:: * InnoDB File Defragmenting:: @end menu -@node InnoDB Disk i/o, InnoDB File space, File space management, File space management +@node InnoDB Disk I/O, InnoDB File space, File space management, File space management @c German node Festplatten-Ein- und -Ausgaben bei InnoDB @subsubsection Festplatten-Ein- und -Ausgaben @@ -39969,7 +39969,7 @@ Eingelesenwerdens in den Puffer-Pool zu sein scheint. Dann schickt InnoDB die verbleibenden Lesevorgänge an das Ein-/Ausgabesystem. -@node InnoDB File space, InnoDB File Defragmenting, InnoDB Disk i/o, File space management +@node InnoDB File space, InnoDB File Defragmenting, InnoDB Disk I/O, File space management @c German node Speicherplatz in InnoDB @subsubsection Speicherplatzverwaltung diff --git a/Docs/manual.texi b/Docs/manual.texi index 2339999836d..f132ffb7c5b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -39125,13 +39125,13 @@ integer that can be stored in the specified integer type. @subsection File Space Management and Disk I/O @menu -* InnoDB Disk i/o:: Disk I/O +* InnoDB Disk I/O:: Disk I/O * InnoDB File space:: File Space Management * InnoDB File Defragmenting:: Defragmenting a Table @end menu -@node InnoDB Disk i/o, InnoDB File space, File space management, File space management +@node InnoDB Disk I/O, InnoDB File space, File space management, File space management @subsubsection Disk I/O In disk I/O InnoDB uses asynchronous I/O. On Windows NT @@ -39193,7 +39193,7 @@ fully read into the buffer pool. Then InnoDB posts the remaining reads to the I/O system. -@node InnoDB File space, InnoDB File Defragmenting, InnoDB Disk i/o, File space management +@node InnoDB File space, InnoDB File Defragmenting, InnoDB Disk I/O, File space management @subsubsection File Space Management The data files you define in the configuration file form the tablespace |