Author: paul
Date: 2007-04-07 17:10:14 +0200 (Sat, 07 Apr 2007)
New Revision: 5769
Log:
r18816@frost: paul | 2007-04-07 09:51:13 -0500
5.0/5.1: Remove mysql_create_system_tables section. mysql_install_db
no longer uses this script and it has been removed.
Modified:
trunk/refman-5.0/dba-core.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22987
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18809
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22987
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18816
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2007-04-06 20:45:50 UTC (rev 5768)
+++ trunk/refman-5.0/dba-core.xml 2007-04-07 15:10:14 UTC (rev 5769)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 97; 4078 bytes
@@ -250,23 +250,6 @@
<listitem>
<para>
<indexterm>
- <primary>mysql_create_system_tables</primary>
- </indexterm>
-
- <command>mysql_create_system_tables</command>
- </para>
-
- <para>
- This script is invoked by <command>mysql_install_db</command>
- to generate the SQL statements required to initialize the
- grant tables with default privileges. See
- <xref linkend="mysql-create-system-tables"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
- <indexterm>
<primary>mysql_fix_privilege_tables</primary>
</indexterm>
@@ -15367,86 +15350,6 @@
</section>
- <section id="fake-id-for-mysql-create-system-tables-manpage-section-wrapper">
-
- <title>fake title for mysql_create_system_tables manpage section
wrapper</title>
-
- <refentry id="mysql-create-system-tables">
-
- <indexterm>
- <primary>mysql_create_system_tables</primary>
- </indexterm>
-
- <indexterm>
- <primary>initializing</primary>
- <secondary>grant tables</secondary>
- </indexterm>
-
- <indexterm>
- <primary>grant tables</primary>
- <secondary>initializing</secondary>
- </indexterm>
-
- <refmeta>
-
<refentrytitle><command>mysql_create_system_tables</command></refentrytitle>
-
- <manvolnum>1</manvolnum>
- <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
- <refmiscinfo class="source">MySQL</refmiscinfo>
- <refmiscinfo class="version">¤t-series;</refmiscinfo>
- <refmiscinfo class="refman">Generate Statements to Initialize MySQL
System Tables</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>mysql_create_system_tables</refname>
-
- <refpurpose>generate statements to initialize MySQL system
tables</refpurpose>
- </refnamediv>
-
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></command>
- </cmdsynopsis>
- </refsynopsisdiv>
-
- <refsection id="mysql-create-system-tables-description">
-
- <title>Description</title>
-
- <para>
- <command>mysql_create_system_tables</command> is a helper
- script that is invoked by
- <command>mysql_install_db</command> to generate the SQL
- statements required to initialize any grant tables that do
- not exist.
- </para>
-
- <para>
- Invoke <command>mysql_create_system_tables</command> like
- this:
- </para>
-
-<programlisting>
-shell> <userinput>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></userinput>
-</programlisting>
-
- <para>
- The first argument is <literal>test</literal> (create
- entries for the <literal>test</literal> database) or
- <literal>verbose</literal> (display more information while
- the script runs. The second argument is the path to the
- <literal>mysql</literal> database directory. The third
- argument is the hostname to use in grant table entries. The
- fourth argument is 1 if the script is being run to create
- tables for use on Windows, 0 otherwise.
- </para>
-
- </refsection>
-
- </refentry>
-
- </section>
-
<section id="fake-id-for-mysql-fix-privilege-tables-manpage-section-wrapper">
<title>fake title for mysql_fix_privilege_tables manpage section
wrapper</title>
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-06 20:45:50 UTC (rev 5768)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-07 15:10:14 UTC (rev 5769)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 753 bytes
@@ -84,6 +84,14 @@
<listitem>
<para>
+ The <command>mysql_create_system_tables</command> script was
+ removed because <command>mysql_install_db</command> no longer
+ uses it in MySQL ¤t-series;.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: It is now possible to restore
selected databases or tables using
<command>ndb_restore</command>. (Bug #26899)
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-04-06 20:45:50 UTC (rev 5768)
+++ trunk/refman-5.1/dba-core.xml 2007-04-07 15:10:14 UTC (rev 5769)
Changed blocks: 2, Lines Added: 0, Lines Deleted: 97; 4078 bytes
@@ -249,23 +249,6 @@
<listitem>
<para>
<indexterm>
- <primary>mysql_create_system_tables</primary>
- </indexterm>
-
- <command>mysql_create_system_tables</command>
- </para>
-
- <para>
- This script is invoked by <command>mysql_install_db</command>
- to generate the SQL statements required to initialize the
- grant tables with default privileges. See
- <xref linkend="mysql-create-system-tables"/>.
- </para>
- </listitem>
-
- <listitem>
- <para>
- <indexterm>
<primary>mysql_fix_privilege_tables</primary>
</indexterm>
@@ -16021,86 +16004,6 @@
</section>
- <section id="fake-id-for-mysql-create-system-tables-manpage-section-wrapper">
-
- <title>fake title for mysql_create_system_tables manpage section
wrapper</title>
-
- <refentry id="mysql-create-system-tables">
-
- <indexterm>
- <primary>mysql_create_system_tables</primary>
- </indexterm>
-
- <indexterm>
- <primary>initializing</primary>
- <secondary>grant tables</secondary>
- </indexterm>
-
- <indexterm>
- <primary>grant tables</primary>
- <secondary>initializing</secondary>
- </indexterm>
-
- <refmeta>
-
<refentrytitle><command>mysql_create_system_tables</command></refentrytitle>
-
- <manvolnum>1</manvolnum>
- <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
- <refmiscinfo class="source">MySQL</refmiscinfo>
- <refmiscinfo class="version">¤t-series;</refmiscinfo>
- <refmiscinfo class="refman">Generate Statements to Initialize MySQL
System Tables</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>mysql_create_system_tables</refname>
-
- <refpurpose>generate statements to initialize MySQL system
tables</refpurpose>
- </refnamediv>
-
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></command>
- </cmdsynopsis>
- </refsynopsisdiv>
-
- <refsection id="mysql-create-system-tables-description">
-
- <title>Description</title>
-
- <para>
- <command>mysql_create_system_tables</command> is a helper
- script that is invoked by
- <command>mysql_install_db</command> to generate the SQL
- statements required to initialize any grant tables that do
- not exist.
- </para>
-
- <para>
- Invoke <command>mysql_create_system_tables</command> like
- this:
- </para>
-
-<programlisting>
-shell> <userinput>mysql_create_system_tables {test|verbose}
<replaceable>path_to_mysql_database</replaceable>
<replaceable>host_name</replaceable>
<replaceable>windows_option</replaceable></userinput>
-</programlisting>
-
- <para>
- The first argument is <literal>test</literal> (create
- entries for the <literal>test</literal> database) or
- <literal>verbose</literal> (display more information while
- the script runs. The second argument is the path to the
- <literal>mysql</literal> database directory. The third
- argument is the hostname to use in grant table entries. The
- fourth argument is 1 if the script is being run to create
- tables for use on Windows, 0 otherwise.
- </para>
-
- </refsection>
-
- </refentry>
-
- </section>
-
<section id="fake-id-for-mysql-fix-privilege-tables-manpage-section-wrapper">
<title>fake title for mysql_fix_privilege_tables manpage section
wrapper</title>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-04-06 20:45:50 UTC (rev 5768)
+++ trunk/refman-5.1/news-5.1.xml 2007-04-07 15:10:14 UTC (rev 5769)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 5; 1283 bytes
@@ -76,19 +76,27 @@
<listitem>
<para>
- Renamed the <literal>old_mode</literal> system variable to
- <literal>old</literal>.
+ The output of <command>mysql
<option>--xml</option></command>
+ and <command>mysqldump <option>--xml</option></command>
now
+ includes a valid XML namespace. (Bug #25946)
</para>
</listitem>
<listitem>
<para>
- The output of <command>mysql
<option>--xml</option></command>
- and <command>mysqldump <option>--xml</option></command>
now
- includes a valid XML namespace. (Bug #25946)
+ The <command>mysql_create_system_tables</command> script was
+ removed because <command>mysql_install_db</command> no longer
+ uses it in MySQL ¤t-series;.
</para>
</listitem>
+ <listitem>
+ <para>
+ Renamed the <literal>old_mode</literal> system variable to
+ <literal>old</literal>.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5769 - in trunk: . refman-5.0 refman-5.1 | paul | 7 Apr |