Author: jstephens
Date: 2006-01-09 13:07:44 +0100 (Mon, 09 Jan 2006)
New Revision: 737
Log:
A sequence of SQL keywords is a statement (not a command).
SQL keyowrds are marked up with <literal> (not with <command>).
Modified:
trunk/refman-4.1/ndbcluster.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml 2006-01-09 07:38:56 UTC (rev 736)
+++ trunk/refman-4.1/ndbcluster.xml 2006-01-09 12:07:44 UTC (rev 737)
@@ -1266,14 +1266,14 @@
<xref linkend="mysql-cluster-limitations-in-4-1"/>.) This
means that, once the <literal>world</literal> database and
its tables have been created on one data node, you need to
- issue the command <command>CREATE DATABASE world;</command>
- followed by <command>FLUSH TABLES;</command> on each SQL
+ issue the statement <literal>CREATE DATABASE world;</literal>
+ followed by <literal>FLUSH TABLES;</literal> on each SQL
node in the cluster. This will cause the node to recognize
the database and read its table definitions.
</para>
<para>
- Running <command>SELECT</command> queries on the SQL node is
+ Running <literal>SELECT</literal> queries on the SQL node is
no different than running them on any other instance of a
MySQL server. To run queries from the command line, you
first need to log in to the MySQL Monitor in the usual way:
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2006-01-09 07:38:56 UTC (rev 736)
+++ trunk/refman-5.0/ndbcluster.xml 2006-01-09 12:07:44 UTC (rev 737)
@@ -1273,7 +1273,7 @@
<xref linkend="mysql-cluster-limitations"/>.) This means
that, once the <literal>world</literal> database and its
tables have been created on one data node, you need to issue
- the command <command>CREATE DATABASE world;</command>
+ the statement <literal>CREATE SCHEMA world;</literal>,
(beginning with MySQL 5.0.2, you may use <command>CREATE
SCHEMA world;</command> instead), followed by <command>FLUSH
TABLES;</command> on each SQL node in the cluster. This will
@@ -1282,7 +1282,7 @@
</para>
<para>
- Running <command>SELECT</command> queries on the SQL node is
+ Running <literal>SELECT</literal> queries on the SQL node is
no different than running them on any other instance of a
MySQL server. To run queries from the command line, you
first need to log in to the MySQL Monitor in the usual way:
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-01-09 07:38:56 UTC (rev 736)
+++ trunk/refman-5.1/ndbcluster.xml 2006-01-09 12:07:44 UTC (rev 737)
@@ -1273,14 +1273,14 @@
<xref linkend="mysql-cluster-limitations"/>.) This means
that, once the <literal>world</literal> database and its
tables have been created on one data node, you need to issue
- the command <command>CREATE SCHEMA world;</command>,
- followed by <command>FLUSH TABLES;</command> on each SQL
+ the statement <literal>CREATE SCHEMA world;</literal>,
+ followed by <literal>FLUSH TABLES;</literal> on each SQL
node in the cluster. This will cause the node to recognize
the database and read its table definitions.
</para>
<para>
- Running <command>SELECT</command> queries on the SQL node is
+ Running <literal>SELECT</literal> queries on the SQL node is
no different than running them on any other instance of a
MySQL server. To run queries from the command line, you
first need to log in to the MySQL Monitor in the usual way:
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r737 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 9 Jan |