Merge lp:~dbart/maria/5.5-doc-updates into lp:maria/5.5

Proposed by Daniel Bartholomew
Status: Merged
Approved by: Sergei Golubchik
Approved revision: no longer in the source branch.
Merged at revision: 3444
Proposed branch: lp:~dbart/maria/5.5-doc-updates
Merge into: lp:maria/5.5
Diff against target: 268 lines (+67/-50)
11 files modified
BUILD-CMAKE (+7/-4)
Docs/INSTALL-BINARY (+1/-1)
Docs/mysql.info (+4/-3)
INSTALL-SOURCE (+11/-0)
INSTALL-WIN-SOURCE (+2/-1)
KNOWN_BUGS.txt (+27/-27)
README (+4/-4)
client/mysql.cc (+1/-1)
mysql-test/README (+3/-3)
scripts/mysql_install_db.sh (+5/-4)
sql/mysql_install_db.cc (+2/-2)
To merge this branch: bzr merge lp:~dbart/maria/5.5-doc-updates
Reviewer Review Type Date Requested Status
Sergei Golubchik Approve
Review via email: mp+110917@code.launchpad.net

Description of the change

This update replaces the old askmonty.org/wiki/... links scattered around in various files with links to the Knowledgebase or to mariadb.org (as appropriate). Also changed https://bugs.launchpad.net/maria links to http://mariadb.org/jira. Also added an explanatory introduction to the INSTALL-SOURCE file. Lastly, fixed some miscellaneous grammatical and punctuation errors in some text files.

Modified files are:
  BUILD-CMAKE
  INSTALL-SOURCE
  INSTALL-WIN-SOURCE
  KNOWN_BUGS.txt
  README
  client/mysql.cc
  Docs/mysql.info
  Docs/INSTALL-BINARY
  mysql-test/README
  scripts/mysql_install_db.sh
  sql/mysql_install_db.cc

To post a comment you must log in.
Revision history for this message
Sergei Golubchik (sergii) wrote :

approved. please push!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'BUILD-CMAKE'
2--- BUILD-CMAKE 2011-12-15 21:08:42 +0000
3+++ BUILD-CMAKE 2012-06-18 21:42:22 +0000
4@@ -1,6 +1,7 @@
5 Copyright (c) 2009, 2010 Sun Microsystems, Inc.
6+Copyright (c) 2012 Monty Program Ab
7
8-How to Build MySQL server with CMake
9+How to Build MariaDB server with CMake
10
11 WHAT YOU NEED
12 ---------------------------------------------------------------
13@@ -11,7 +12,7 @@
14 Linux distributions:
15 shell> sudo apt-get install cmake
16
17-The above works on do Debian/Ubuntu based distributions.On others, command
18+The above works on Debian/Ubuntu based distributions. On others, the command
19 line needs to be modified to e.g "yum install" on Fedora or "zypper install"
20 on OpenSUSE.
21
22@@ -20,8 +21,9 @@
23
24 Windows and Mac OSX:
25 Download and install the latest distribution from
26-http://www.cmake.org/cmake/resources/software.html.On Windows, download
27-installer exe file and run it. On Mac, download the .dmg image and open it.
28+http://www.cmake.org/cmake/resources/software.html
29+On Windows, download installer exe file and run it. On MacOS, download
30+the .dmg image and open it.
31
32 Other Unixes:
33 Precompiled packages for other Unix flavors (HPUX, AIX) are available from
34@@ -243,3 +245,4 @@
35 situation, which should be a rare occation, you need either to remove the
36 offending entry from CMakeCache.txt (if test was for HAVE_FOO, remove lines
37 containing HAVE_FOO from CMakeCache.txt) or just remove the cache file.
38+
39
40=== modified file 'Docs/INSTALL-BINARY'
41--- Docs/INSTALL-BINARY 2010-04-28 13:10:25 +0000
42+++ Docs/INSTALL-BINARY 2012-06-18 21:42:22 +0000
43@@ -31,7 +31,7 @@
44 first.
45
46 If you run into problems and need to file a bug report,
47- please report them to: http://bugs.launchpad.net/maria
48+ please report them to: http://mariadb.org/jira
49
50 See the instructions in Section 1.6, "How to Report Bugs or Problems."
51
52
53=== modified file 'Docs/mysql.info'
54--- Docs/mysql.info 2009-10-23 16:48:54 +0000
55+++ Docs/mysql.info 2012-06-18 21:42:22 +0000
56@@ -1,10 +1,11 @@
57 MariaDB is in most aspects identical to MySQL.
58
59 Differences between MySQL and MariaDB can be found at:
60-http://askmonty.org/wiki/index.php/MariaDB_versus_MySQL
61+http://kb.askmonty.org/en/mariadb-versus-mysql-features/
62+http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility/
63
64-The MariaDB references manual can be found at:
65-http://askmonty.org/wiki/index.php/Manual
66+The MariaDB manual can be found at:
67+http://kb.askmonty.org/
68
69 The MySQL Reference Manual is available in various formats on
70 http://dev.mysql.com/doc; if you're interested in the DocBook XML
71
72=== modified file 'INSTALL-SOURCE'
73--- INSTALL-SOURCE 2012-04-10 06:28:13 +0000
74+++ INSTALL-SOURCE 2012-06-18 21:42:22 +0000
75@@ -1,3 +1,14 @@
76+Installing and Upgrading MariaDB
77+
78+This file contains chapter two of the MySQL manual and describes how
79+to obtain and install MySQL. The instructions below are generally
80+applicable to both MySQL and MariaDB, but differ in some particulars
81+(like, for example, the GPG signing key we use is different).
82+
83+Detailed, MariaDB-specific instructions are available at:
84+http://kb.askmonty.org/en/getting-installing-and-upgrading-mariadb/
85+
86+- - - -
87
88 Chapter 2. Installing and Upgrading MySQL
89
90
91=== modified file 'INSTALL-WIN-SOURCE'
92--- INSTALL-WIN-SOURCE 2012-04-10 06:28:13 +0000
93+++ INSTALL-WIN-SOURCE 2012-06-18 21:42:22 +0000
94@@ -1,2 +1,3 @@
95-Up-to-date instructions on MariaDB building on Windows can be found in http://kb.askmonty.org/en/building-mariadb-on-windows.
96+Up-to-date instructions about building MariaDB on Windows can be found
97+at: http://kb.askmonty.org/en/building-mariadb-on-windows
98
99
100=== modified file 'KNOWN_BUGS.txt'
101--- KNOWN_BUGS.txt 2009-09-03 14:05:38 +0000
102+++ KNOWN_BUGS.txt 2012-06-18 21:42:22 +0000
103@@ -1,35 +1,35 @@
104-This file should contain all know fatal bugs in the Mariadb and the
105-Maria storage engine for the last source or binary release. Minor
106-bugs, extensions and feature request and bugs found since this release
107-can be find in the MariaDB bugs database at:
108-https://bugs.launchpad.net/maria and in the MySQL bugs databases at:
109-http://bugs.mysql.com/ (category "Maria storage engine").
110+This file should contain all known fatal bugs in Mariadb and the Aria
111+storage engine for the last source or binary release. Minor bugs,
112+extensions and feature requests, and bugs found since this release can
113+be found in the MariaDB bugs database at: http://mariadb.org/jira and
114+in the MySQL bugs databases at: http://bugs.mysql.com/ (category
115+"Maria storage engine").
116
117-There shouldn't normally be any bugs that affects normal operations in
118-any MariaDB release. Still, there are always exceptions and edge cases
119-and that's what this file is for.
120+There should not normally be any bugs which affect normal operations
121+in any MariaDB release. Still, there are always exceptions and edge
122+cases and that is what this file is for.
123
124 If you have found a bug that is not listed here, please add it to
125-http://bugs.launchpad.net/maria so that we can either fix it for next
126-release or in the worst case add it here for others to know!
127+http://mariadb.org/jira so we can either fix it for next release or in
128+the worst case add it here for others to know!
129+
130
131 IMPORTANT:
132
133-If you have been using the Maria storage engine with
134-MySQL-5.1-Maria-alpha build and upgrading to a newer MariaDB you MUST
135-run maria_chk --recover on all your Maria tables. This is because we
136-made an incompatible change of how transaction id is stored and old
137-transaction id's must be reset!
138+If you have been using the Maria (now Aria) storage engine with the
139+MySQL-5.1-Maria-alpha build and are upgrading to a newer MariaDB you
140+MUST run [m]aria_chk --recover on all your Aria tables. This is because
141+we made an incompatible change with how the transaction id is stored
142+and old transaction id's must be reset!
143
144 cd mysql-data-directory
145-maria_chk --recover */*.MAI
146-
147-As the Maria storage engine is now in beta we will do our best to not
148-introduce any incompatible changes in the data format for the Maria
149-tables; If this would be ever be needed, we will, if possible, support
150-both the old and the new version to make upgrades as easy as possible.
151-
152-Note that for the MariaDB 5.1 release the Maria storage engine is
153-classified as 'beta'; It should work, but use it with caution. Please
154-report all bugs to https://bugs.launchpad.net/maria so that we can fix
155-them!
156+aria_chk --recover */*.MAI
157+
158+Going forward, we will do our best to not introduce any incompatible
159+changes in the data format for Aria tables. If this would be ever be
160+needed, we will, if possible, support both the old and the new version
161+to make upgrades as easy as possible.
162+
163+Note that for the MariaDB 5.1 release the Aria storage engine is
164+classified as 'beta'; It should work, but use it with caution. Please
165+report all bugs to http://mariadb.org/jira so we can fix them!
166
167=== modified file 'README'
168--- README 2012-04-07 13:58:46 +0000
169+++ README 2012-06-18 21:42:22 +0000
170@@ -13,9 +13,9 @@
171 list of active contributors.
172
173 A description of the MariaDB project and a manual can be found at:
174-http://askmonty.org/wiki/index.php/MariaDB
175-http://askmonty.org/wiki/index.php/MariaDB_versus_MySQL
176-http://askmonty.org/wiki/index.php/Manual:Contents
177+http://kb.askmonty.org/
178+http://kb.askmonty.org/en/mariadb-versus-mysql-features/
179+http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility/
180
181 As MariaDB is a full replacement of MySQL, the MySQL manual at
182 http://dev.mysql.com/doc is generally applicable.
183@@ -41,7 +41,7 @@
184 IMPORTANT:
185
186 Bug and/or error reports regarding MariaDB should be submitted at
187-https://bugs.launchpad.net/maria
188+http://mariadb.org/jira
189
190 Bugs in the MySQL code can also be submitted at http://bugs.mysql.com
191
192
193=== modified file 'client/mysql.cc'
194--- client/mysql.cc 2012-01-13 14:50:02 +0000
195+++ client/mysql.cc 2012-06-18 21:42:22 +0000
196@@ -2916,7 +2916,7 @@
197 }
198
199 put_info("\nGeneral information about MariaDB can be found at\n"
200- "http://askmonty.org/wiki/index.php/Manual:Contents\n", INFO_INFO);
201+ "http://mariadb.org\n", INFO_INFO);
202 put_info("List of all MySQL commands:", INFO_INFO);
203 if (!named_cmds)
204 put_info("Note that all text commands must be first on line and end with ';'",INFO_INFO);
205
206=== modified file 'mysql-test/README'
207--- mysql-test/README 2011-02-24 00:36:32 +0000
208+++ mysql-test/README 2012-06-18 21:42:22 +0000
209@@ -69,10 +69,10 @@
210
211 If you want to submit your test case you can send it
212 to maria-developers@lists.launchpad.com or attach it to a bug report on
213-https://bugs.launchpad.net/maria/.
214+http://mariadb.org/jira/.
215
216 If the test case is really big or if it contains 'not public' data,
217 then put your .test file and .result file(s) into a tar.gz archive,
218 add a README that explains the problem, ftp the archive to
219-ftp://ftp.askmonty.org/private and send a mail to
220-https://bugs.launchpad.net/maria/ about it.
221+ftp://ftp.askmonty.org/private and submit a report to
222+http://mariadb.org/jira about it.
223
224=== modified file 'scripts/mysql_install_db.sh'
225--- scripts/mysql_install_db.sh 2012-04-07 13:58:46 +0000
226+++ scripts/mysql_install_db.sh 2012-06-18 21:42:22 +0000
227@@ -484,7 +484,8 @@
228 echo "databases and anonymous user created by default. This is"
229 echo "strongly recommended for production servers."
230 echo
231- echo "See the MariaDB knowledge or the MySQL manual for more instructions."
232+ echo "See the MariaDB Knowledgebase at http://kb.askmonty.org or the"
233+ echo "MySQL manual for more instructions."
234
235 if test "$in_rpm" -eq 0
236 then
237@@ -499,13 +500,13 @@
238 echo
239 echo "Please report any problems with the $scriptdir/mysqlbug script!"
240 echo
241- echo "The latest information about MariaDB is available at http://www.askmonty.org/."
242+ echo "The latest information about MariaDB is available at http://mariadb.org/."
243 echo "You can find additional information about the MySQL part at:"
244 echo "http://dev.mysql.com"
245 echo "Support MariaDB development by buying support/new features from"
246- echo "Monty Program Ab. You can contact us about this at sales@askmonty.org".
247+ echo "Monty Program Ab. You can contact us about this at sales@montyprogram.com".
248 echo "Alternatively consider joining our community based development effort:"
249- echo "http://askmonty.org/wiki/index.php/MariaDB#How_can_I_participate_in_the_development_of_MariaDB"
250+ echo "http://kb.askmonty.org/en/contributing-to-the-mariadb-project/"
251 echo
252 fi
253
254
255=== modified file 'sql/mysql_install_db.cc'
256--- sql/mysql_install_db.cc 2012-04-16 13:28:33 +0000
257+++ sql/mysql_install_db.cc 2012-06-18 21:42:22 +0000
258@@ -119,8 +119,8 @@
259 fprintf(stderr,
260 "http://kb.askmonty.org/v/installation-issues-on-windows contains some help\n"
261 "for solving the most common problems. If this doesn't help you, please\n"
262- "leave a comment in the knowledge base or file a bug report at\n"
263- "https://bugs.launchpad.net/maria");
264+ "leave a comment in the Knowledgebase or file a bug report at\n"
265+ "http://mariadb.org/jira");
266 }
267 fflush(stderr);
268 va_end(args);

Subscribers

People subscribed via source and target branches