Author: paul
Date: 2006-12-06 18:25:22 +0100 (Wed, 06 Dec 2006)
New Revision: 4132
Log:
r16763@polar: paul | 2006-12-06 10:44:18 -0600
Some section renaming in langref chapter.
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-4.1/installing.xml
trunk/refman-4.1/introduction.xml
trunk/refman-4.1/language-structure.xml
trunk/refman-4.1/news-4.0.xml
trunk/refman-4.1/renamed-nodes.txt
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.0/installing-cs.xml
trunk/refman-5.0/introduction.xml
trunk/refman-5.0/language-structure.xml
trunk/refman-5.0/renamed-nodes.txt
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/events.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.1/introduction.xml
trunk/refman-5.1/language-structure.xml
trunk/refman-5.1/partitioning-guide.xml
trunk/refman-5.1/renamed-nodes.txt
trunk/refman-5.1/sql-syntax.xml
trunk/refman-common/bug-reports.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16706
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13158
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:12611
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:16763
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:13158
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:12611
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/database-administration.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 699 bytes
@@ -4596,7 +4596,7 @@
4.0.18), table names are stored as given but compared in
lowercase. From MySQL 4.0.2, this option also applies to
database names. From 4.1.1, it also applies to table
- aliases. See <xref linkend="name-case-sensitivity"/>.
+ aliases. See <xref linkend="identifier-case-sensitivity"/>.
</para>
<para>
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/installing.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 948 bytes
@@ -5641,7 +5641,7 @@
Windows. The only restriction is that database and table
names must be specified using the same case throughout a
given statement. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
@@ -12631,7 +12631,7 @@
<xref linkend="charset-conversion"/>. Also, database, table,
and column identifiers are stored internally using Unicode
(UTF-8) regardless of the default character set. See
- <xref linkend="legal-names"/>.
+ <xref linkend="identifiers"/>.
</para>
</listitem>
Modified: trunk/refman-4.1/introduction.xml
===================================================================
--- trunk/refman-4.1/introduction.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/introduction.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 639 bytes
@@ -1393,7 +1393,7 @@
Database and table names are case sensitive in MySQL
Server on operating systems that have case-sensitive
filenames (such as most Unix systems). See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-4.1/language-structure.xml
===================================================================
--- trunk/refman-4.1/language-structure.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/language-structure.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1418 bytes
@@ -737,7 +737,7 @@
</section>
- <section id="legal-names">
+ <section id="identifiers">
<title>Database, Table, Index, Column, and Alias Names</title>
@@ -1125,7 +1125,7 @@
</section>
- <section id="name-case-sensitivity">
+ <section id="identifier-case-sensitivity">
<title>Identifier Case Sensitivity</title>
@@ -1699,7 +1699,7 @@
<para>
If an identifier is a reserved word, you must quote it as
- described in <xref linkend="legal-names"/>. Exception: A word that
+ described in <xref linkend="identifiers"/>. Exception: A word that
follows a period in a qualified name must be an identifier, so it
is not necessary to quote it, even if it is a reserved word.
</para>
@@ -1743,7 +1743,7 @@
character. This causes function names to be treated as reserved
words. As a result, identifiers that are the same as function
names must be quoted as described in
- <xref linkend="legal-names"/>. The server SQL mode is controlled
+ <xref linkend="identifiers"/>. The server SQL mode is controlled
as described in <xref linkend="server-sql-mode"/>.
</para>
Modified: trunk/refman-4.1/news-4.0.xml
===================================================================
--- trunk/refman-4.1/news-4.0.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/news-4.0.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 566 bytes
@@ -7010,7 +7010,7 @@
<para>
Make <option>--lower-case-table-names</option> default on Mac
OS X as the default filesystem (HFS+) is case insensitive. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-4.1/renamed-nodes.txt
===================================================================
--- trunk/refman-4.1/renamed-nodes.txt 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/renamed-nodes.txt 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 504 bytes
@@ -291,3 +291,5 @@
cj-faq connector-j-usagenotes-troubleshooting
cj-reporting-bugs connector-j-support-bug-report
innodb-implicit-command-or-rollback innodb-implicit-commit
+legal-names identifiers
+name-case-sensitivity identifier-case-sensitivity
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-4.1/sql-syntax.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 948 bytes
@@ -1032,7 +1032,7 @@
directory under the MySQL data directory (and the
<filename>db.opt</filename> file, for MySQL 4.1.1 and up). Rules
for allowable database names are given in
- <xref linkend="legal-names"/>.
+ <xref linkend="identifiers"/>.
</para>
<para>
@@ -1441,7 +1441,7 @@
<para>
Rules for allowable table names are given in
- <xref linkend="legal-names"/>. By default, the table is created
+ <xref linkend="identifiers"/>. By default, the table is created
in the default database. An error occurs if the table exists, if
there is no default database, or if the database does not exist.
</para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/database-administration.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1161 bytes
@@ -5042,7 +5042,7 @@
to 2 table names are stored as given but compared in
lowercase. This option also applies to database names and
table aliases. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
<para>
@@ -10384,7 +10384,7 @@
function names to be treated as reserved words. As a
result, identifiers that are the same as function names
must be quoted as described in
- <xref linkend="legal-names"/>. For example, because there
+ <xref linkend="identifiers"/>. For example, because there
is a <literal>ABS()</literal> function, the use of
<literal>abs</literal> as a table name in the following
statement causes an error:
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/installing-cs.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 600 bytes
@@ -4774,7 +4774,7 @@
Windows. The only restriction is that database and table
names must be specified using the same case throughout a
given statement. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/introduction.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 639 bytes
@@ -1025,7 +1025,7 @@
Database and table names are case sensitive in MySQL
Server on operating systems that have case-sensitive
filenames (such as most Unix systems). See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-5.0/language-structure.xml
===================================================================
--- trunk/refman-5.0/language-structure.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/language-structure.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 4, Lines Added: 4, Lines Deleted: 4; 1418 bytes
@@ -763,7 +763,7 @@
</section>
- <section id="legal-names">
+ <section id="identifiers">
<title>Database, Table, Index, Column, and Alias Names</title>
@@ -1107,7 +1107,7 @@
</section>
- <section id="name-case-sensitivity">
+ <section id="identifier-case-sensitivity">
<title>Identifier Case Sensitivity</title>
@@ -1648,7 +1648,7 @@
<para>
If an identifier is a reserved word, you must quote it as
- described in <xref linkend="legal-names"/>. Exception: A word that
+ described in <xref linkend="identifiers"/>. Exception: A word that
follows a period in a qualified name must be an identifier, so it
is not necessary to quote it, even if it is a reserved word.
</para>
@@ -1692,7 +1692,7 @@
character. This causes function names to be treated as reserved
words. As a result, identifiers that are the same as function
names must be quoted as described in
- <xref linkend="legal-names"/>. The server SQL mode is controlled
+ <xref linkend="identifiers"/>. The server SQL mode is controlled
as described in <xref linkend="server-sql-mode"/>.
</para>
Modified: trunk/refman-5.0/renamed-nodes.txt
===================================================================
--- trunk/refman-5.0/renamed-nodes.txt 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/renamed-nodes.txt 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 552 bytes
@@ -601,6 +601,8 @@
cj-faq connector-j-usagenotes-troubleshooting
cj-reporting-bugs connector-j-support-bug-report
innodb-implicit-command-or-rollback innodb-implicit-commit
+legal-names identifiers
+name-case-sensitivity identifier-case-sensitivity
releasenotes-cs-5-0-29 releasenotes-es-5-0-30
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.0/sql-syntax.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1001 bytes
@@ -1063,7 +1063,7 @@
<literal>CREATE DATABASE</literal> statement creates only a
directory under the MySQL data directory and the
<filename>db.opt</filename> file. Rules for allowable database
- names are given in <xref linkend="legal-names"/>.
+ names are given in <xref linkend="identifiers"/>.
</para>
<para>
@@ -1477,7 +1477,7 @@
<para>
Rules for allowable table names are given in
- <xref linkend="legal-names"/>. By default, the table is created
+ <xref linkend="identifiers"/>. By default, the table is created
in the default database. An error occurs if the table exists, if
there is no default database, or if the database does not exist.
</para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/database-administration.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1161 bytes
@@ -5132,7 +5132,7 @@
to 2 table names are stored as given but compared in
lowercase. This option also applies to database names and
table aliases. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
<para>
@@ -10545,7 +10545,7 @@
function names to be treated as reserved words. As a
result, identifiers that are the same as function names
must be quoted as described in
- <xref linkend="legal-names"/>. For example, because there
+ <xref linkend="identifiers"/>. For example, because there
is a <literal>ABS()</literal> function, the use of
<literal>abs</literal> as a table name in the following
statement causes an error:
Modified: trunk/refman-5.1/events.xml
===================================================================
--- trunk/refman-5.1/events.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/events.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 602 bytes
@@ -665,7 +665,7 @@
user (the definer) and a schema, and its name must be unique
among names of events within that schema. In general, the rules
governing event names are the same as those for names of stored
- routines. See <xref linkend="legal-names"/>.
+ routines. See <xref linkend="identifiers"/>.
</para>
<para>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/installing.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 591 bytes
@@ -5533,7 +5533,7 @@
Windows. The only restriction is that database and table
names must be specified using the same case throughout a
given statement. See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/introduction.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 639 bytes
@@ -1053,7 +1053,7 @@
Database and table names are case sensitive in MySQL
Server on operating systems that have case-sensitive
filenames (such as most Unix systems). See
- <xref linkend="name-case-sensitivity"/>.
+ <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/language-structure.xml
===================================================================
--- trunk/refman-5.1/language-structure.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/language-structure.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 4, Lines Added: 5, Lines Deleted: 5; 1502 bytes
@@ -763,9 +763,9 @@
</section>
- <section id="legal-names">
+ <section id="identifiers">
- <title>Database, Table, Index, Column, and Alias Names</title>
+ <title>Identifiers</title>
<indexterm>
<primary>identifiers</primary>
@@ -1124,7 +1124,7 @@
</section>
- <section id="name-case-sensitivity">
+ <section id="identifier-case-sensitivity">
<title>Identifier Case Sensitivity</title>
@@ -1842,7 +1842,7 @@
<para>
If an identifier is a reserved word, you must quote it as
- described in <xref linkend="legal-names"/>. Exception: A word that
+ described in <xref linkend="identifiers"/>. Exception: A word that
follows a period in a qualified name must be an identifier, so it
is not necessary to quote it, even if it is a reserved word.
</para>
@@ -1886,7 +1886,7 @@
character. This causes function names to be treated as reserved
words. As a result, identifiers that are the same as function
names must be quoted as described in
- <xref linkend="legal-names"/>. The server SQL mode is controlled
+ <xref linkend="identifiers"/>. The server SQL mode is controlled
as described in <xref linkend="server-sql-mode"/>.
</para>
Modified: trunk/refman-5.1/partitioning-guide.xml
===================================================================
--- trunk/refman-5.1/partitioning-guide.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/partitioning-guide.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 542 bytes
@@ -5059,7 +5059,7 @@
<para>
<literal>CREATE TABLE</literal> creates a table with the given
name. Rules for allowable table names are given in
- <xref linkend="legal-names"/>.
+ <xref linkend="identifiers"/>.
</para>
<para>
Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/renamed-nodes.txt 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 511 bytes
@@ -317,6 +317,8 @@
bdb-restrictions news-5-1-12
bdb-errors news-5-1-12
innodb-implicit-command-or-rollback innodb-implicit-commit
+legal-names identifiers
+name-case-sensitivity identifier-case-sensitivity
cjk-faq faqs-cjk
cjk-faq-question-marks faqs-cjk
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-5.1/sql-syntax.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1195 bytes
@@ -1567,7 +1567,7 @@
<literal>CREATE DATABASE</literal> statement creates only a
directory under the MySQL data directory and the
<filename>db.opt</filename> file. Rules for allowable database
- names are given in <xref linkend="legal-names"/>. If a database
+ names are given in <xref linkend="identifiers"/>. If a database
name contains special characters, the name for the database
directory contains encoded versions of those characters as
described in <xref linkend="identifier-mapping"/>.
@@ -2089,7 +2089,7 @@
<para>
Rules for allowable table names are given in
- <xref linkend="legal-names"/>. By default, the table is created
+ <xref linkend="identifiers"/>. By default, the table is created
in the default database. An error occurs if the table exists, if
there is no default database, or if the database does not exist.
</para>
Modified: trunk/refman-common/bug-reports.xml
===================================================================
--- trunk/refman-common/bug-reports.xml 2006-12-06 17:02:25 UTC (rev 4131)
+++ trunk/refman-common/bug-reports.xml 2006-12-06 17:25:22 UTC (rev 4132)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 670 bytes
@@ -557,7 +557,7 @@
<literal>SHOW VARIABLES LIKE 'lower_case_table_names'</literal>
command. This variable affects how the server handles lettercase
of database and table names. Its effect for a given value should
- be as described in <xref linkend="name-case-sensitivity"/>.
+ be as described in <xref linkend="identifier-case-sensitivity"/>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4132 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 6 Dec |