List:Internals« Previous MessageNext Message »
From:stefan Date:August 22 2005 11:00pm
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.3364)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3364 05/08/22 23:00:47 stefan@stripped +5 -0
  installing.xml:
    Sync with refman
    Add new section "Upgrading from 5.0".
    Add note saying that you *have to* rerun
    mysql_fix_privilege_tables(.sql) when updating
    from <5.0.10 to 5.0.10 5.0.10
to 5.0.10>= 5.0.10
  titles.ent:
    Add title "Upgrading from Version 5.0"
  news-5.0.xml:
    Add note to 5.0.10 changelog that you *have to*
    rerun mysql_fix_privilege_tables(.sql) in order to
    be able to use stored procedures

  refman-5.1/installing.xml
    1.13 05/08/22 22:58:36 stefan@stripped +17 -0
    Sync with refman

  refman-5.0/installing.xml
    1.15 05/08/22 22:58:33 stefan@stripped +17 -0
    Sync with refman

  refman/installing.xml
    1.35 05/08/22 22:57:16 stefan@stripped +17 -0
    Add new section "Upgrading from 5.0".
    Add note saying that you *have to* rerun
    mysql_fix_privilege_tables(.sql) when updating
    from <5.0.10 to 5.0.10 5.0.10
to 5.0.10>= 5.0.10

  refman-common/titles.ent
    1.18 05/08/22 22:56:53 stefan@stripped +1 -0
    Add title "Upgrading from Version 5.0"

  refman-common/news-5.0.xml
    1.77 05/08/22 22:56:02 stefan@stripped +9 -1
    Add note to 5.0.10 changelog that you *have to*
    rerun mysql_fix_privilege_tables(.sql) in order to
    be able to use stored procedures

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	stefan
# Host:	apollon.site
# Root:	/home/stefan/bk/mysqldoc

--- 1.12/refman-5.1/installing.xml	2005-08-22 01:35:38 +02:00
+++ 1.13/refman-5.1/installing.xml	2005-08-22 22:58:36 +02:00
@@ -11935,6 +11935,23 @@
       Python <literal>MySQLdb</literal> module.
     </para>
 
+    <section id="upgrading-from-5-0">
+
+     <title
id='title-upgrading-from-5-0'>&title-upgrading-from-5-0;</title>
+
+     <para>
+       <emphasis role="bold">When upgrading a 5.0 installation to 5.0.10 
+       or above</emphasis> note that it is 
+       <emphasis>necessary</emphasis> to run
+       <command>mysql_fix_privilege_tables</command> (or the
+       <filename>mysql_fix_privilege_tables.sql</filename> script on
+       Windows). Otherwise, creating stored procedures might not work.
+       The procedure for doing this is described in 
+       <xref linkend="upgrading-grant-tables"/>.
+     </para>
+
+    </section>
+
     <section id="upgrading-from-4-1">
 
       <title
id="title-upgrading-from-4-1">&title-upgrading-from-4-1;</title>

--- 1.76/refman-common/news-5.0.xml	2005-08-18 23:16:59 +02:00
+++ 1.77/refman-common/news-5.0.xml	2005-08-22 22:56:02 +02:00
@@ -1553,9 +1553,17 @@
           and collation, causing server crashes for stored procedure
           operations if the server was using a multi-byte character set.
           To take advantage of the bug fix,
-          <command>mysql_fix_privileges_tables</command> should be run
+          <command>mysql_fix_privilege_tables</command> should be run
           to correct the structure of the <literal>mysql.proc</literal>
           table. (Bug #11365)
+        </para>
+        <para>
+          Note that it is <emphasis>necessary</emphasis> to run
+          <command>mysql_fix_privileges_tables</command>
+          when upgrading from a previous installation that contains the
+          <literal>mysql.proc</literal> table (that is, from a previous
+          5.0 installation). Otherwise, creating stored procedures might
+          not work.
         </para>
       </listitem>
 

--- 1.34/refman/installing.xml	2005-08-22 01:35:38 +02:00
+++ 1.35/refman/installing.xml	2005-08-22 22:57:16 +02:00
@@ -12047,6 +12047,23 @@
       Python <literal>MySQLdb</literal> module.
     </para>
 
+    <section id="upgrading-from-5-0">
+
+     <title
id='title-upgrading-from-5-0'>&title-upgrading-from-5-0;</title>
+
+     <para>
+       <emphasis role="bold">When upgrading a 5.0 installation to 5.0.10 
+       or above</emphasis> note that it is 
+       <emphasis>necessary</emphasis> to run
+       <command>mysql_fix_privilege_tables</command> (or the
+       <filename>mysql_fix_privilege_tables.sql</filename> script on
+       Windows). Otherwise, creating stored procedures might not work.
+       The procedure for doing this is described in 
+       <xref linkend="upgrading-grant-tables"/>.
+     </para>
+
+    </section>
+
     <section id="upgrading-from-4-1">
 
       <title
id='title-upgrading-from-4-1'>&title-upgrading-from-4-1;</title>

--- 1.14/refman-5.0/installing.xml	2005-08-22 01:35:38 +02:00
+++ 1.15/refman-5.0/installing.xml	2005-08-22 22:58:33 +02:00
@@ -11990,6 +11990,23 @@
       Python <literal>MySQLdb</literal> module.
     </para>
 
+    <section id="upgrading-from-5-0">
+
+     <title
id='title-upgrading-from-5-0'>&title-upgrading-from-5-0;</title>
+
+     <para>
+       <emphasis role="bold">When upgrading a 5.0 installation to 5.0.10 
+       or above</emphasis> note that it is 
+       <emphasis>necessary</emphasis> to run
+       <command>mysql_fix_privilege_tables</command> (or the
+       <filename>mysql_fix_privilege_tables.sql</filename> script on
+       Windows). Otherwise, creating stored procedures might not work.
+       The procedure for doing this is described in 
+       <xref linkend="upgrading-grant-tables"/>.
+     </para>
+
+    </section>
+
     <section id="upgrading-from-4-1">
 
       <title
id='title-upgrading-from-4-1'>&title-upgrading-from-4-1;</title>

--- 1.17/refman-common/titles.ent	2005-08-22 00:05:08 +02:00
+++ 1.18/refman-common/titles.ent	2005-08-22 22:56:53 +02:00
@@ -1474,6 +1474,7 @@
 <!ENTITY title-upgrading-from-3-23 "Upgrading from Version 3.23 to 4.0">
 <!ENTITY title-upgrading-from-4-0 "Upgrading from Version 4.0 to 4.1">
 <!ENTITY title-upgrading-from-4-1 "Upgrading from Version 4.1 to 5.0">
+<!ENTITY title-upgrading-from-5-0 "Upgrading from Version 5.0">
 <!ENTITY title-upgrading-grant-tables "Upgrading the Grant Tables">
 <!ENTITY title-upgrading-to-arch "Copying MySQL Databases to Another Machine">
 <!ENTITY title-use "<literal>USE</literal> Syntax">
Thread
bk commit - mysqldoc@docsrva tree (stefan:1.3364)stefan22 Aug