List:Commits« Previous MessageNext Message »
From:jon Date:March 17 2008 9:23am
Subject:svn commit - mysqldoc@docsrva: r10270 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-03-17 09:23:36 +0100 (Mon, 17 Mar 2008)
New Revision: 10270

Log:

s/tablespace names/trigger names/ (Thanks, Roland!)



Modified:
   trunk/refman-5.1/language-structure-core.xml
   trunk/refman-6.0/language-structure-core.xml


Modified: trunk/refman-5.1/language-structure-core.xml
===================================================================
--- trunk/refman-5.1/language-structure-core.xml	2008-03-17 06:40:18 UTC (rev 10269)
+++ trunk/refman-5.1/language-structure-core.xml	2008-03-17 08:23:36 UTC (rev 10270)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 4; 2144 bytes

@@ -1242,11 +1242,11 @@
         In MySQL, databases correspond to directories within the data
         directory. Each table within a database corresponds to at least
         one file within the database directory (and possibly more,
-        depending on the storage engine). Tablespaces also correspond to
+        depending on the storage engine). Triggers also correspond to
         files. Consequently, the case sensitivity of the underlying
         operating system plays a part in the case sensitivity of
         database and table names. This means database, table, and
-        tablespace names are not case sensitive in Windows, but are case
+        trigger names are not case sensitive in Windows, but are case
         sensitive in most varieties of Unix. One notable exception is
         Mac OS X, which is Unix-based but uses a default filesystem type
         (HFS+) that is not case sensitive. However, Mac OS X also

@@ -1272,7 +1272,7 @@
 
       <note>
         <para>
-          Although database, table, and tablespace names are not case
+          Although database, table, and trigger names are not case
           sensitive on some platforms, you should not refer to one of
           these using different cases within the same statement. The
           following statement would not work because it refers to a

@@ -1322,7 +1322,7 @@
         you can set when starting <command>mysqld</command>.
         <literal>lower_case_table_names</literal> can take the values
         shown in the following table. This variable does
-        <emphasis>not</emphasis> affect case sensitivity of tablespace
+        <emphasis>not</emphasis> affect case sensitivity of trigger
         identifiers. On Unix, the default value of
         <literal>lower_case_table_names</literal> is 0. On Windows the
         default value is 1. On Mac OS X, the default value is 2.


Modified: trunk/refman-6.0/language-structure-core.xml
===================================================================
--- trunk/refman-6.0/language-structure-core.xml	2008-03-17 06:40:18 UTC (rev 10269)
+++ trunk/refman-6.0/language-structure-core.xml	2008-03-17 08:23:36 UTC (rev 10270)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 4; 2144 bytes

@@ -1230,11 +1230,11 @@
         In MySQL, databases correspond to directories within the data
         directory. Each table within a database corresponds to at least
         one file within the database directory (and possibly more,
-        depending on the storage engine). Tablespaces also correspond to
+        depending on the storage engine). Triggers also correspond to
         files. Consequently, the case sensitivity of the underlying
         operating system plays a part in the case sensitivity of
         database and table names. This means database, table, and
-        tablespace names are not case sensitive in Windows, but are case
+        trigger names are not case sensitive in Windows, but are case
         sensitive in most varieties of Unix. One notable exception is
         Mac OS X, which is Unix-based but uses a default filesystem type
         (HFS+) that is not case sensitive. However, Mac OS X also

@@ -1260,7 +1260,7 @@
 
       <note>
         <para>
-          Although database, table, and tablespace names are not case
+          Although database, table, and trigger names are not case
           sensitive on some platforms, you should not refer to one of
           these using different cases within the same statement. The
           following statement would not work because it refers to a

@@ -1310,7 +1310,7 @@
         you can set when starting <command>mysqld</command>.
         <literal>lower_case_table_names</literal> can take the values
         shown in the following table. This variable does
-        <emphasis>not</emphasis> affect case sensitivity of tablespace
+        <emphasis>not</emphasis> affect case sensitivity of trigger
         identifiers. On Unix, the default value of
         <literal>lower_case_table_names</literal> is 0. On Windows the
         default value is 1. On Mac OS X, the default value is 2.


Thread
svn commit - mysqldoc@docsrva: r10270 - in trunk: refman-5.1 refman-6.0jon17 Mar