Author: jstephens
Date: 2006-01-09 07:01:41 +0100 (Mon, 09 Jan 2006)
New Revision: 735
Log:
RefMan-5.1: CREATE DATABASE -> CREATE SCHEMA
Modified:
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2006-01-09 05:56:13 UTC (rev 734)
+++ trunk/refman-5.1/ndbcluster.xml 2006-01-09 06:01:41 UTC (rev 735)
@@ -1273,12 +1273,10 @@
<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>
- (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
- cause the node to recognize the database and read its table
- definitions.
+ the command <command>CREATE SCHEMA world;</command>,
+ followed by <command>FLUSH TABLES;</command> on each SQL
+ node in the cluster. This will cause the node to recognize
+ the database and read its table definitions.
</para>
<para>
@@ -8247,11 +8245,11 @@
</para>
<para>
- Similarly, when using <literal>CREATE DATABASE</literal> or
- <literal>CREATE SCHEMA</literal>, the new database is not
- automatically discoverable by the MySQL server. Thus, this
- statement must be issued on each MySQL server participating in
- the cluster upon creating a new database.
+ Similarly, when using <literal>CREATE SCHEMA</literal>, the
+ new database is not automatically discoverable by the MySQL
+ server. Thus, this statement must be issued on each MySQL
+ server participating in the cluster when creating a new
+ database.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r735 - trunk/refman-5.1 | jon | 9 Jan |