Merge lp:~hrvojem/percona-server/bug1057031-5.5 into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 381
Proposed branch: lp:~hrvojem/percona-server/bug1057031-5.5
Merge into: lp:percona-server/5.5
Diff against target: 486 lines (+52/-60)
29 files modified
doc/source/development.rst (+5/-5)
doc/source/diagnostics/innodb_deadlock_count.rst (+1/-1)
doc/source/diagnostics/innodb_show_status.rst (+3/-3)
doc/source/diagnostics/innodb_stats.rst (+2/-2)
doc/source/diagnostics/process_list.rst (+2/-8)
doc/source/diagnostics/response_time_distribution.rst (+4/-4)
doc/source/diagnostics/show_engines.rst (+1/-1)
doc/source/diagnostics/slow_extended_55.rst (+2/-2)
doc/source/flexibility/innodb_fast_shutdown.rst (+1/-1)
doc/source/flexibility/log_warnings_suppress.rst (+7/-3)
doc/source/flexibility/mysql_remove_eol_carret.rst (+1/-1)
doc/source/index.rst (+1/-1)
doc/source/installation.rst (+1/-1)
doc/source/management/changed_page_tracking.rst (+1/-1)
doc/source/management/enforce_engine.rst (+1/-1)
doc/source/management/innodb_buffer_pool_shm.rst (+2/-8)
doc/source/management/innodb_expanded_fast_index_creation.rst (+1/-1)
doc/source/management/innodb_fast_index_creation.rst (+3/-3)
doc/source/management/innodb_lru_dump_restore.rst (+3/-3)
doc/source/management/sql_no_fcache.rst (+1/-1)
doc/source/management/udf_maatkit.rst (+1/-1)
doc/source/performance/handlersocket.rst (+1/-1)
doc/source/performance/innodb_doublewrite_path.rst (+1/-1)
doc/source/performance/innodb_lazy_drop_table.rst (+1/-1)
doc/source/release-notes/Percona-Server-5.5.10-20.1.rst (+1/-1)
doc/source/reliability/crash_resistant_replication.rst (+1/-1)
doc/source/reliability/error_pad.rst (+1/-1)
doc/source/reliability/log_connection_error.rst (+1/-1)
doc/source/reliability/show_slave_status_nolock.rst (+1/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1057031-5.5
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+139858@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve
Revision history for this message
Stewart Smith (stewart) wrote :

I'll merge this through the jenkins merge jobs as per other branches.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/development.rst'
2--- doc/source/development.rst 2012-08-21 05:55:28 +0000
3+++ doc/source/development.rst 2012-12-14 10:07:25 +0000
4@@ -19,7 +19,7 @@
5
6 Overview
7 ~~~~~~~~
8-At Percona we use `Bazaar <http://www.bazaar-vcs.org>`_ for source
9+At Percona we use `Bazaar <http://bazaar.canonical.com/en/>`_ for source
10 control and `launchpad <http://www.launchpad.net>`_ for both
11 code hosting and release management.
12
13@@ -205,9 +205,9 @@
14 Percona Xtrabackup
15 ~~~~~~~~~~~~~~~~~~
16
17-`<http://jenkins.percona.com/view/Percona%20Xtrabackup/>`_
18+`<http://jenkins.percona.com/view/XtraBackup/>`_
19
20-We currently build both xtrabackup 1.6 and xtrabackup trunk (will become 1.7).
21+We currently build Xtrabackup 1.6, 2.0 and xtrabackup trunk (will become 2.1).
22
23 There are param-builds for 1.6 and trunk too. These should be run for each merge request (and before any collection of merged branches is pushed to trunk)
24
25@@ -221,14 +221,14 @@
26 Percona Server 5.1
27 ------------------
28
29-`<http://jenkins.percona.com/view/Percona%20Server%205.1/>`_
30+`<http://jenkins.percona.com/view/PS%205.1/>`_
31
32 We have trunk and param jobs. We also have a valgrind job that will run after a successful trunk build.
33
34 Percona Server 5.5
35 ------------------
36
37-`<http://jenkins.percona.com/view/Percona%20Server%205.5/>`_
38+`<http://jenkins.percona.com/view/PS%205.5/>`_
39
40 Similar to 5.1, but for PS5.5 instead.
41
42
43=== modified file 'doc/source/diagnostics/innodb_deadlock_count.rst'
44--- doc/source/diagnostics/innodb_deadlock_count.rst 2012-09-18 05:04:43 +0000
45+++ doc/source/diagnostics/innodb_deadlock_count.rst 2012-12-14 10:07:25 +0000
46@@ -36,7 +36,7 @@
47 Version Specific Information
48 ============================
49
50- * 5.5.8-20.0:
51+ * :rn:`5.5.8-20.0`:
52 Full functionality available.
53
54 Status Variables
55
56=== modified file 'doc/source/diagnostics/innodb_show_status.rst'
57--- doc/source/diagnostics/innodb_show_status.rst 2012-10-19 12:06:24 +0000
58+++ doc/source/diagnostics/innodb_show_status.rst 2012-12-14 10:07:25 +0000
59@@ -23,13 +23,13 @@
60 Version Specific Information
61 ============================
62
63- * 5.5.8-20.0
64+ * :rn:`5.5.8-20.0`
65 Added status variables showing information from ``SHOW ENGINE INNODB STATUS``.
66
67- * 5.5.8-20.0
68+ * :rn:`5.5.8-20.0`
69 Added additional information in the LOG section.
70
71- * 5.5.10-20.1:
72+ * :rn:`5.5.10-20.1`:
73 Renamed status variable :variable:`innodb_row_lock_numbers` to :variable:`innodb_current_row_locks`.
74
75 Other Information
76
77=== modified file 'doc/source/diagnostics/innodb_stats.rst'
78--- doc/source/diagnostics/innodb_stats.rst 2012-12-10 15:24:56 +0000
79+++ doc/source/diagnostics/innodb_stats.rst 2012-12-14 10:07:25 +0000
80@@ -9,8 +9,8 @@
81 Version Specific Information
82 ============================
83
84- * 5.5.8-20.0:
85- Renamed three fields in table ``INNODB_INDEX_STATS``.
86+ * :rn:`5.5.8-20.0`:
87+ Renamed three fields in :table:`INNODB_INDEX_STATS` table.
88
89
90 System Variables
91
92=== modified file 'doc/source/diagnostics/process_list.rst'
93--- doc/source/diagnostics/process_list.rst 2012-09-18 05:04:43 +0000
94+++ doc/source/diagnostics/process_list.rst 2012-12-14 10:07:25 +0000
95@@ -19,15 +19,11 @@
96 Version Specific Information
97 ============================
98
99- * 5.0.91-22:
100-
101- * Added column ``TIME_MS`` to table ``PROCESSLIST``.
102-
103- * 5.5.10-20.1:
104+ * :rn:`5.5.10-20.1`:
105
106 * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to ``SHOW PROCESSLIST`` command.
107
108- * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to table ``PROCESSLIST``.
109+ * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to :table:`PROCESSLIST` table.
110
111 INFORMATION_SCHEMA Tables
112 =========================
113@@ -48,8 +44,6 @@
114 :column ROWS_EXAMINED: The number of rows examined by the statement being executed.
115 :column ROWS_SENT: The number of rows sent by the statement being executed.
116 :column ROWS_READ: The number of rows read by the statement being executed.
117- :version 5.0.91-22: Added column ``TIME_MS``
118- :version 5.5.10-20.1: Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ``
119
120
121 Example Output
122
123=== modified file 'doc/source/diagnostics/response_time_distribution.rst'
124--- doc/source/diagnostics/response_time_distribution.rst 2012-12-10 15:24:56 +0000
125+++ doc/source/diagnostics/response_time_distribution.rst 2012-12-14 10:07:25 +0000
126@@ -193,11 +193,11 @@
127 Version Specific Information
128 ============================
129
130- * 5.5.8-20.0:
131- Introduced variable variable:`have_response_time_distribution`.
132+ * :rn:`5.5.8-20.0`:
133+ Introduced variable :variable:`have_response_time_distribution`.
134
135- * 5.5.8-20.0:
136- Introduced variable variable:`query_response_time_stats`.
137+ * :rn:`5.5.8-20.0`:
138+ Introduced variable :variable:`query_response_time_stats`.
139
140 System Variables
141 ================
142
143=== modified file 'doc/source/diagnostics/show_engines.rst'
144--- doc/source/diagnostics/show_engines.rst 2012-09-18 05:04:43 +0000
145+++ doc/source/diagnostics/show_engines.rst 2012-12-14 10:07:25 +0000
146@@ -29,7 +29,7 @@
147 Version-Specific Information
148 ============================
149
150- * 5.5.8-20.0:
151+ * :rn:`5.5.8-20.0`:
152 Full functionality available.
153
154 Other Information
155
156=== modified file 'doc/source/diagnostics/slow_extended_55.rst'
157--- doc/source/diagnostics/slow_extended_55.rst 2012-10-19 12:06:24 +0000
158+++ doc/source/diagnostics/slow_extended_55.rst 2012-12-14 10:07:25 +0000
159@@ -14,10 +14,10 @@
160 Version Specific Information
161 ============================
162
163- * 5.5.8-20.0:
164+ * :rn:`5.5.8-20.0`:
165 Added values ``profiling`` and ``profiling_use_getrusage`` to variable log_slow_verbosity.
166
167- * 5.5.10-20.1:
168+ * :rn:`5.5.10-20.1`:
169 * Renamed variable :variable:`slow_query_log_timestamp_always` to :variable:`slow_query_log_timestamp_always`.
170
171 * Renamed variable :variable:`slow_query_log_microseconds_timestamp` to :variable:`slow_query_log_timestamp_precision`.
172
173=== modified file 'doc/source/flexibility/innodb_fast_shutdown.rst'
174--- doc/source/flexibility/innodb_fast_shutdown.rst 2012-02-13 08:49:21 +0000
175+++ doc/source/flexibility/innodb_fast_shutdown.rst 2012-12-14 10:07:25 +0000
176@@ -15,7 +15,7 @@
177 Version Specific Information
178 ============================
179
180- * 5.5.8-20
181+ * :rn:`5.5.8-20.0`
182 Full functionality available.
183
184 Other Information
185
186=== modified file 'doc/source/flexibility/log_warnings_suppress.rst'
187--- doc/source/flexibility/log_warnings_suppress.rst 2012-02-13 08:49:21 +0000
188+++ doc/source/flexibility/log_warnings_suppress.rst 2012-12-14 10:07:25 +0000
189@@ -10,12 +10,16 @@
190 Version Specific Information
191 ============================
192
193- * 5.5.8-20.0:
194+ * :rn:`5.5.8-20.0`:
195 System variable :variable:`log_warnings_silence` introduced.
196
197- * 5.5.10-20.1:
198+ * :rn:`5.5.10-20.1`:
199 Renamed variable :variable:`log_warnings_silence` to :variable:`log_warnings_suppress`.
200
201+
202+System Variables
203+================
204+
205 .. variable:: log_warnings_suppress
206
207 :version 5.5.8-20.0: Introduced.
208@@ -30,7 +34,7 @@
209
210 This variable was added in beta release ``5.5.8-20.0`` as :variable:`log_warnings_silence` and renamed in release 5.5.10-20.1.
211
212-It is intended to provide a more general mechanism for disabling warnings than existed previously with variable suppress_log_warning_1592.
213+It is intended to provide a more general mechanism for disabling warnings than existed previously with variable :variable:`suppress_log_warning_1592`.
214
215 When set to the empty string, no warnings are disabled. When set to ``1592``, warning #1592 messages (unsafe statement for binary logging) are suppressed.
216
217
218=== modified file 'doc/source/flexibility/mysql_remove_eol_carret.rst'
219--- doc/source/flexibility/mysql_remove_eol_carret.rst 2012-02-13 08:49:21 +0000
220+++ doc/source/flexibility/mysql_remove_eol_carret.rst 2012-12-14 10:07:25 +0000
221@@ -14,7 +14,7 @@
222 Version Specific Information
223 ============================
224
225- * 5.5.8-20.0:
226+ * :rn:`5.5.8-20.0`:
227 Full functionality.
228
229 Client Command Line Parameter
230
231=== modified file 'doc/source/index.rst'
232--- doc/source/index.rst 2012-12-10 15:24:56 +0000
233+++ doc/source/index.rst 2012-12-14 10:07:25 +0000
234@@ -100,7 +100,7 @@
235 :maxdepth: 1
236 :glob:
237
238- reliability/innodb_recovery_update_relay_log
239+ reliability/crash_resistant_replication
240 reliability/log_connection_error
241 reliability/error_pad
242 reliability/innodb_corrupt_table_action
243
244=== modified file 'doc/source/installation.rst'
245--- doc/source/installation.rst 2012-10-19 12:06:24 +0000
246+++ doc/source/installation.rst 2012-12-14 10:07:25 +0000
247@@ -170,7 +170,7 @@
248 Installing |Percona Server| from the Bazaar Source Tree
249 =========================================================
250
251-Percona uses the `Bazaar <http://www.bazaar-vcs.org>`_ revision
252+Percona uses the `Bazaar <http://bazaar.canonical.com/en/>`_ revision
253 control system for development. To build the latest Percona Server
254 from the source tree you will need Bazaar installed on your system.
255
256
257=== modified file 'doc/source/management/changed_page_tracking.rst'
258--- doc/source/management/changed_page_tracking.rst 2012-12-06 15:09:45 +0000
259+++ doc/source/management/changed_page_tracking.rst 2012-12-14 10:07:25 +0000
260@@ -42,7 +42,7 @@
261 .. variable:: innodb_track_changed_pages
262
263 :version 5.5.27-29.0: Variable introduced
264- :cli: No
265+ :cli: Yes
266 :conf: Yes
267 :scope: Global
268 :dyn: No
269
270=== modified file 'doc/source/management/enforce_engine.rst'
271--- doc/source/management/enforce_engine.rst 2012-09-04 23:24:39 +0000
272+++ doc/source/management/enforce_engine.rst 2012-12-14 10:07:25 +0000
273@@ -8,7 +8,7 @@
274
275 When this variable is specified and a user tries to create a table using an explicit storage engine that is not the specified enforced engine, he will get either an error if the ``NO_ENGINE_SUBSTITUTION`` SQL mode is enabled or a warning if ``NO_ENGINE_SUBSTITUTION`` is disabled and the table will be created anyway using the enforced engine (this is consistent with the default |MySQL| way of creating the default storage engine if other engines aren't available unless ``NO_ENGINE_SUBSTITUTION`` is set).
276
277-In case user tries to enable enforce_storage_engine with engine that isn't available, system will not start.
278+In case user tries to enable :variable:`enforce_storage_engine` with engine that isn't available, system will not start.
279
280 Version Specific Information
281 ============================
282
283=== modified file 'doc/source/management/innodb_buffer_pool_shm.rst'
284--- doc/source/management/innodb_buffer_pool_shm.rst 2012-09-04 23:24:39 +0000
285+++ doc/source/management/innodb_buffer_pool_shm.rst 2012-12-14 10:07:25 +0000
286@@ -17,16 +17,10 @@
287 Version Specific Information
288 ============================
289
290- * 5.1.49-12.0:
291- Feature introduced.
292-
293- * 5.1.50-12.1:
294- System variable :variable:`innodb_buffer_pool_shm_checksum` added.
295-
296- * 5.5.8-20.0:
297+ * :rn:`5.5.8-20.0`:
298 First Percona Server 5.5 release, also included Shared Memory
299 Buffer Pool.
300
301- * 5.5.13-20.4:
302+ * :rn:`5.5.13-20.4`:
303 Feature removed, as LRU Dump/Restore is less invasive, more
304 reliable and a better solution.
305
306=== modified file 'doc/source/management/innodb_expanded_fast_index_creation.rst'
307--- doc/source/management/innodb_expanded_fast_index_creation.rst 2012-09-04 23:24:39 +0000
308+++ doc/source/management/innodb_expanded_fast_index_creation.rst 2012-12-14 10:07:25 +0000
309@@ -57,7 +57,7 @@
310 Version Specific Information
311 ============================
312
313- * 5.5.16-22.0
314+ * :rn:`5.5.16-22.0`
315 Variable :variable:`expand_fast_index_creation` implemented.
316 This variable is controling whether fast index creation optimizations made by Perocna are used.
317
318
319=== modified file 'doc/source/management/innodb_fast_index_creation.rst'
320--- doc/source/management/innodb_fast_index_creation.rst 2012-09-04 23:24:39 +0000
321+++ doc/source/management/innodb_fast_index_creation.rst 2012-12-14 10:07:25 +0000
322@@ -23,13 +23,13 @@
323 Version Specific Information
324 ============================
325
326- * 5.5.8-20.0:
327+ * :rn:`5.5.8-20.0`:
328 Variable :variable:`fast_index_creation` implemented.
329
330- * 5.5.11-21.2:
331+ * :rn:`5.5.11-20.2`:
332 Expanded the applicability of fast index creation to :command:`mysqldump`, ``ALTER TABLE``, and ``OPTIMIZE TABLE``.
333
334- * 5.5.27-28.0
335+ * :rn:`5.5.27-28.0`
336 Variable :variable:`innodb_merge_sort_block_size` implemented.
337
338 System Variables
339
340=== modified file 'doc/source/management/innodb_lru_dump_restore.rst'
341--- doc/source/management/innodb_lru_dump_restore.rst 2012-12-10 15:24:56 +0000
342+++ doc/source/management/innodb_lru_dump_restore.rst 2012-12-14 10:07:25 +0000
343@@ -15,7 +15,7 @@
344 Automatic Operation
345 ===================
346
347-To perform dump/restore of the buffer pool automatically, set the :variable:`innodb_lru_dump_restore` configuration variable. A non-zero value for this variable causes the server to create a new thread at startup. This thread's first task is to read and sort the saved file, and then restore the LRU accordingly.
348+To perform dump/restore of the buffer pool automatically, set the :variable:`innodb_auto_lru_dump` configuration variable. A non-zero value for this variable causes the server to create a new thread at startup. This thread's first task is to read and sort the saved file, and then restore the LRU accordingly.
349
350 After finishing the restore operation, the thread switches into dump mode, to periodically dump the LRU. The period is specified by the configuration variable's value in seconds. For example, if you set the variable to 60, then the thread saves the LRU list once per minute.
351
352@@ -109,9 +109,9 @@
353 Version Specific Information
354 ============================
355
356- * 5.5.8-20.0:
357+ * :rn:`5.5.8-20.0`:
358 Automatic dump/restore implemented.
359- * 5.5.10-20.1:
360+ * :rn:`5.5.10-20.1`:
361 Renamed variable :variable:`innodb_auto_lru_dump` to :variable:`innodb_buffer_pool_restore_at_startup`.
362
363 System Variables
364
365=== modified file 'doc/source/management/sql_no_fcache.rst'
366--- doc/source/management/sql_no_fcache.rst 2012-09-04 23:24:39 +0000
367+++ doc/source/management/sql_no_fcache.rst 2012-12-14 10:07:25 +0000
368@@ -18,7 +18,7 @@
369 Version-Specific Information
370 ============================
371
372- * 5.5.8-20.0:
373+ * :rn:`5.5.8-20.0`:
374 Full functionality available.
375
376 Other Information
377
378=== modified file 'doc/source/management/udf_maatkit.rst'
379--- doc/source/management/udf_maatkit.rst 2012-09-04 23:24:39 +0000
380+++ doc/source/management/udf_maatkit.rst 2012-12-14 10:07:25 +0000
381@@ -17,7 +17,7 @@
382 Version Specific Information
383 ============================
384
385- * 5.5.8-20.0:
386+ * :rn:`5.5.8-20.0`:
387 Began distributing ``libfnv_udf``, ``libfnv1a_udf``, and ``libmurmur_udf``.
388
389 Other Information
390
391=== modified file 'doc/source/performance/handlersocket.rst'
392--- doc/source/performance/handlersocket.rst 2012-10-09 15:11:06 +0000
393+++ doc/source/performance/handlersocket.rst 2012-12-14 10:07:25 +0000
394@@ -19,7 +19,7 @@
395 Version Specific Information
396 ============================
397
398- * 5.5.11-20.2
399+ * :rn:`5.5.11-20.2`
400 Full functionality available.
401
402 Other Information
403
404=== modified file 'doc/source/performance/innodb_doublewrite_path.rst'
405--- doc/source/performance/innodb_doublewrite_path.rst 2012-09-27 09:13:48 +0000
406+++ doc/source/performance/innodb_doublewrite_path.rst 2012-12-14 10:07:25 +0000
407@@ -53,7 +53,7 @@
408 Version Specific Information
409 ============================
410
411- * 5.5.8-20.0
412+ * :rn:`5.5.8-20.0`
413 Full functionality available.
414
415
416
417=== modified file 'doc/source/performance/innodb_lazy_drop_table.rst'
418--- doc/source/performance/innodb_lazy_drop_table.rst 2012-09-27 09:13:48 +0000
419+++ doc/source/performance/innodb_lazy_drop_table.rst 2012-12-14 10:07:25 +0000
420@@ -11,7 +11,7 @@
421 Version Specific Information
422 ============================
423
424- * 5.5.10-20.1 Feature added.
425+ * :rn:`5.5.10-20.1` Feature added.
426
427 System Variables
428 ================
429
430=== modified file 'doc/source/release-notes/Percona-Server-5.5.10-20.1.rst'
431--- doc/source/release-notes/Percona-Server-5.5.10-20.1.rst 2012-09-18 05:04:43 +0000
432+++ doc/source/release-notes/Percona-Server-5.5.10-20.1.rst 2012-12-14 10:07:25 +0000
433@@ -30,7 +30,7 @@
434
435 * Old system variable :variable:`userstat_running` was renamed to :variable:`userstat`. (*Oleg Tsarev*)
436
437- * Old system variable :variable:`innodb_expand_import_page` was renamed to :variable:`innodb_import_table_from_xtrabackup`. (*Yasufumi Kinoshita*)
438+ * Old system variable :variable:`innodb_expand_import` was renamed to :variable:`innodb_import_table_from_xtrabackup`. (*Yasufumi Kinoshita*)
439
440 * Old system variable :variable:`innodb_auto_lru_dump` was renamed to :variable:`innodb_buffer_pool_restore_at_startup`. (*Yasufumi Kinoshita*)
441
442
443=== renamed file 'doc/source/reliability/innodb_recovery_update_relay_log.rst' => 'doc/source/reliability/crash_resistant_replication.rst'
444--- doc/source/reliability/innodb_recovery_update_relay_log.rst 2012-09-18 05:04:43 +0000
445+++ doc/source/reliability/crash_resistant_replication.rst 2012-12-14 10:07:25 +0000
446@@ -55,7 +55,7 @@
447 Version Specific Information
448 ============================
449
450- * 5.5.10-20.1:
451+ * :rn:`5.5.10-20.1`:
452 Renamed variable :variable:`innodb_overwrite_relay_log_info` to :variable:`innodb_recovery_update_relay_log`.
453
454 System Variables
455
456=== modified file 'doc/source/reliability/error_pad.rst'
457--- doc/source/reliability/error_pad.rst 2012-09-18 05:04:43 +0000
458+++ doc/source/reliability/error_pad.rst 2012-12-14 10:07:25 +0000
459@@ -51,5 +51,5 @@
460 Version-Specific Information
461 ============================
462
463- * 5.5.8-20.0
464+ * :rn:`5.5.8-20.0`
465 Full functionality available.
466
467=== modified file 'doc/source/reliability/log_connection_error.rst'
468--- doc/source/reliability/log_connection_error.rst 2012-09-18 05:04:43 +0000
469+++ doc/source/reliability/log_connection_error.rst 2012-12-14 10:07:25 +0000
470@@ -10,5 +10,5 @@
471 Version-Specific Information
472 ============================
473
474- * 5.5.8-20.0:
475+ * :rn:`5.5.8-20.0`:
476 Full functionality available.
477
478=== modified file 'doc/source/reliability/show_slave_status_nolock.rst'
479--- doc/source/reliability/show_slave_status_nolock.rst 2012-09-18 05:04:43 +0000
480+++ doc/source/reliability/show_slave_status_nolock.rst 2012-12-14 10:07:25 +0000
481@@ -20,4 +20,4 @@
482 Version Specific Information
483 ============================
484
485- * 5.5.8-20.0:
486+ * :rn:`5.5.8-20.0`: Introduced

Subscribers

People subscribed via source and target branches