Author: jstephens
Date: 2006-11-13 14:44:41 +0100 (Mon, 13 Nov 2006)
New Revision: 3924
Log:
Removed some extraneous spaces introduced into literal text (e.g. error
text) by previous commit.
Modified:
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-4.1/database-administration.xml
trunk/refman-4.1/installing.xml
trunk/refman-4.1/news-4.1.xml
trunk/refman-4.1/se-innodb.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.0/installing-cs.xml
trunk/refman-5.0/news-5.0.xml
trunk/refman-5.0/se-innodb.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/client-utility-programs.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.1/se-innodb.xml
trunk/refman-5.1/sql-syntax.xml
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1097 bytes
@@ -3052,7 +3052,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 2 Keyfile pointer (bytes): 2
-Max data file length: 54657023 Max keyfile length: 33554431
+Max datafile length: 54657023 Max keyfile length: 33554431
Recordlength: 834
Record format: Fixed length
@@ -3145,7 +3145,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 1
-Max data file length: 16777215 Max keyfile length: 131071
+Max datafile length: 16777215 Max keyfile length: 131071
Recordlength: 834
Record format: Compressed
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/database-administration.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 900 bytes
@@ -20335,7 +20335,7 @@
Data records: 1403698 Deleted blocks: 0
Datafile parts: 1403698 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 3
-Max data file length: 3791650815 Max keyfile length: 4294967294
+Max datafile length: 3791650815 Max keyfile length: 4294967294
Recordlength: 226
table description:
@@ -20572,7 +20572,7 @@
<listitem>
<para>
- <literal>Max data file length</literal>
+ <literal>Max datafile length</literal>
</para>
<para>
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/installing.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 595 bytes
@@ -4557,7 +4557,7 @@
</para>
<programlisting>
-InnoDB: The first specified data file c:\ibdata\ibdata1 did not exist:
+InnoDB: The first specified datafile c:\ibdata\ibdata1 did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file c:\ibdata\ibdata1 size to 209715200
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/news-4.1.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1516 bytes
@@ -2903,7 +2903,7 @@
<literal>NDB Cluster</literal>: More descriptive warnings are
now issued when inappropriate logging parameters are set in
<filename>config.ini</filename>. (Formerly, the warning issued
- was simply <errortext>Could not add log file
+ was simply <errortext>Could not add logfile
destination</errortext> .) (Bug #11331)
</para>
</listitem>
@@ -12230,7 +12230,7 @@
<para>
Fixed a bug in <literal>CHECK TABLE</literal> that sometimes
resulted in a spurious error <literal>Found key at page ...
- that points to record outside data file</literal> for a table
+ that points to record outside datafile</literal> for a table
with a <literal>FULLTEXT</literal> index. (Bug #2190)
</para>
</listitem>
@@ -12282,7 +12282,7 @@
Fixed a bug in <command>myisamchk</command> and <literal>CHECK
TABLE</literal> that sometimes resulted in a spurious error
<literal>Found key at page ... that points to record outside
- data file</literal> for a table with a
+ datafile</literal> for a table with a
<literal>FULLTEXT</literal> index. (Bug #1977)
</para>
</listitem>
Modified: trunk/refman-4.1/se-innodb.xml
===================================================================
--- trunk/refman-4.1/se-innodb.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/se-innodb.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 859 bytes
@@ -1749,12 +1749,12 @@
</para>
<programlisting>
-InnoDB: The first specified data file /home/heikki/data/ibdata1
+InnoDB: The first specified datafile /home/heikki/data/ibdata1
did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file /home/heikki/data/ibdata1 size to 134217728
InnoDB: Database physically writes the file full: wait...
-InnoDB: data file /home/heikki/data/ibdata2 did not exist:
+InnoDB: datafile /home/heikki/data/ibdata2 did not exist:
new to be created
InnoDB: Setting file /home/heikki/data/ibdata2 size to 262144000
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-4.1/sql-syntax.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 794 bytes
@@ -19507,7 +19507,7 @@
@node SHOW NEW MASTER, PURGE MASTER LOGS, SHOW BINLOG EVENTS,
Replication SQL @subsubsection @code{SHOW NEW MASTER FOR
SLAVE} @code{SHOW NEW MASTER FOR SLAVE WITH
- MASTER_LOG_FILE='@var{log file}' AND MASTER_LOG_POS=@var{pos}
+ MASTER_LOG_FILE='@var{logfile}' AND MASTER_LOG_POS=@var{pos}
AND MASTER_LOG_SEQ=@var{log_seq} AND
MASTER_SERVER_ID=@var{server_id}} This statement is used when
a slave of a possibly dead/unavailable master needs to be
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1097 bytes
@@ -2911,7 +2911,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 2 Keyfile pointer (bytes): 2
-Max data file length: 54657023 Max keyfile length: 33554431
+Max datafile length: 54657023 Max keyfile length: 33554431
Recordlength: 834
Record format: Fixed length
@@ -3004,7 +3004,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 1
-Max data file length: 16777215 Max keyfile length: 131071
+Max datafile length: 16777215 Max keyfile length: 131071
Recordlength: 834
Record format: Compressed
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/database-administration.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 900 bytes
@@ -23842,7 +23842,7 @@
Data records: 1403698 Deleted blocks: 0
Datafile parts: 1403698 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 3
-Max data file length: 3791650815 Max keyfile length: 4294967294
+Max datafile length: 3791650815 Max keyfile length: 4294967294
Recordlength: 226
table description:
@@ -24074,7 +24074,7 @@
<listitem>
<para>
- <literal>Max data file length</literal>
+ <literal>Max datafile length</literal>
</para>
<para>
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/installing-cs.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 604 bytes
@@ -3692,7 +3692,7 @@
</para>
<programlisting>
-InnoDB: The first specified data file c:\ibdata\ibdata1 did not exist:
+InnoDB: The first specified datafile c:\ibdata\ibdata1 did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file c:\ibdata\ibdata1 size to 209715200
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/news-5.0.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 670 bytes
@@ -6277,7 +6277,7 @@
<literal>NDB Cluster</literal>: More descriptive warnings are
now issued when inappropriate logging parameters are set in
<filename>config.ini</filename>. (Formerly, the warning issued
- was simply <errortext>Could not add log file
+ was simply <errortext>Could not add logfile
destination</errortext>.) (Bug #11331)
</para>
</listitem>
Modified: trunk/refman-5.0/se-innodb.xml
===================================================================
--- trunk/refman-5.0/se-innodb.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/se-innodb.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 859 bytes
@@ -1812,12 +1812,12 @@
</para>
<programlisting>
-InnoDB: The first specified data file /home/heikki/data/ibdata1
+InnoDB: The first specified datafile /home/heikki/data/ibdata1
did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file /home/heikki/data/ibdata1 size to 134217728
InnoDB: Database physically writes the file full: wait...
-InnoDB: data file /home/heikki/data/ibdata2 did not exist:
+InnoDB: datafile /home/heikki/data/ibdata2 did not exist:
new to be created
InnoDB: Setting file /home/heikki/data/ibdata2 size to 262144000
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.0/sql-syntax.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 794 bytes
@@ -21744,7 +21744,7 @@
@node SHOW NEW MASTER, PURGE MASTER LOGS, SHOW BINLOG EVENTS,
Replication SQL @subsubsection @code{SHOW NEW MASTER FOR
SLAVE} @code{SHOW NEW MASTER FOR SLAVE WITH
- MASTER_LOG_FILE='@var{log file}' AND MASTER_LOG_POS=@var{pos}
+ MASTER_LOG_FILE='@var{logfile}' AND MASTER_LOG_POS=@var{pos}
AND MASTER_LOG_SEQ=@var{log_seq} AND
MASTER_SERVER_ID=@var{server_id}} This statement is used when
a slave of a possibly dead/unavailable master needs to be
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1097 bytes
@@ -2896,7 +2896,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 2 Keyfile pointer (bytes): 2
-Max data file length: 54657023 Max keyfile length: 33554431
+Max datafile length: 54657023 Max keyfile length: 33554431
Recordlength: 834
Record format: Fixed length
@@ -2989,7 +2989,7 @@
Data records: 1192 Deleted blocks: 0
Datafile parts: 1192 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 1
-Max data file length: 16777215 Max keyfile length: 131071
+Max datafile length: 16777215 Max keyfile length: 131071
Recordlength: 834
Record format: Compressed
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.1/database-administration.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 900 bytes
@@ -24340,7 +24340,7 @@
Data records: 1403698 Deleted blocks: 0
Datafile parts: 1403698 Deleted data: 0
Datafile pointer (bytes): 3 Keyfile pointer (bytes): 3
-Max data file length: 3791650815 Max keyfile length: 4294967294
+Max datafile length: 3791650815 Max keyfile length: 4294967294
Recordlength: 226
table description:
@@ -24573,7 +24573,7 @@
<listitem>
<para>
- <literal>Max data file length</literal>
+ <literal>Max datafile length</literal>
</para>
<para>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.1/installing.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 595 bytes
@@ -4455,7 +4455,7 @@
</para>
<programlisting>
-InnoDB: The first specified data file c:\ibdata\ibdata1 did not exist:
+InnoDB: The first specified datafile c:\ibdata\ibdata1 did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file c:\ibdata\ibdata1 size to 209715200
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-5.1/se-innodb.xml
===================================================================
--- trunk/refman-5.1/se-innodb.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.1/se-innodb.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 859 bytes
@@ -1787,12 +1787,12 @@
</para>
<programlisting>
-InnoDB: The first specified data file /home/heikki/data/ibdata1
+InnoDB: The first specified datafile /home/heikki/data/ibdata1
did not exist:
InnoDB: a new database to be created!
InnoDB: Setting file /home/heikki/data/ibdata1 size to 134217728
InnoDB: Database physically writes the file full: wait...
-InnoDB: data file /home/heikki/data/ibdata2 did not exist:
+InnoDB: datafile /home/heikki/data/ibdata2 did not exist:
new to be created
InnoDB: Setting file /home/heikki/data/ibdata2 size to 262144000
InnoDB: Database physically writes the file full: wait...
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-11-13 10:34:49 UTC (rev 3923)
+++ trunk/refman-5.1/sql-syntax.xml 2006-11-13 13:44:41 UTC (rev 3924)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 794 bytes
@@ -23376,7 +23376,7 @@
@node SHOW NEW MASTER, PURGE MASTER LOGS, SHOW BINLOG EVENTS,
Replication SQL @subsubsection @code{SHOW NEW MASTER FOR
SLAVE} @code{SHOW NEW MASTER FOR SLAVE WITH
- MASTER_LOG_FILE='@var{log file}' AND MASTER_LOG_POS=@var{pos}
+ MASTER_LOG_FILE='@var{logfile}' AND MASTER_LOG_POS=@var{pos}
AND MASTER_LOG_SEQ=@var{log_seq} AND
MASTER_SERVER_ID=@var{server_id}} This statement is used when
a slave of a possibly dead/unavailable master needs to be
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3924 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 13 Nov |