Merge lp:~hrvojem/percona-server/doc-34 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 378
Proposed branch: lp:~hrvojem/percona-server/doc-34
Merge into: lp:percona-server/5.6
Diff against target: 223 lines (+86/-20)
2 files modified
doc/source/management/log_archiving.rst (+2/-2)
doc/source/upstream-bug-fixes.rst (+84/-18)
To merge this branch: bzr merge lp:~hrvojem/percona-server/doc-34
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+167220@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Upstream bug 20001 has no relation to launchpad 1050758. There is no Launchpad bug for this feature request.

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/management/log_archiving.rst'
--- doc/source/management/log_archiving.rst 2013-06-03 17:44:39 +0000
+++ doc/source/management/log_archiving.rst 2013-06-04 14:47:38 +0000
@@ -25,9 +25,9 @@
2525
26New statements have been introduced in |Percona Server| for handling the |XtraDB| log archiving. Both of these statements require ``SUPER`` privilege.26New statements have been introduced in |Percona Server| for handling the |XtraDB| log archiving. Both of these statements require ``SUPER`` privilege.
2727
28 * ``PURGE ARCHIVED LOGS BEFORE <log_filename>`` - this will delete all archived logs up to 'filename' (and 'filename' too). Archive which is currently in progress will not be deleted.28 * ``PURGE ARCHIVED LOGS BEFORE <datetime>`` - this will delete archived logs modified before date-time. Archive which is currently in progress will not be deleted.
2929
30 * ``PURGE ARCHIVED LOGS TO <datetime>`` - this will all archived logs modified before date time. Archive which is currently in progress will not be deleted.30 * ``PURGE ARCHIVED LOGS TO <log_filename>`` - this will delete all archived logs up to the 'log_filename' (including 'log_filename' too). Archive which is currently in progress will not be deleted.
3131
3232
33Version Specific Information33Version Specific Information
3434
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2013-05-27 03:01:29 +0000
+++ doc/source/upstream-bug-fixes.rst 2013-06-04 14:47:38 +0000
@@ -5,15 +5,75 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`69252` - All the parts.partition_max* tests are broken with MTR --parallel |
9|:Launchpad bug: :bug:`1180481` |
10|:Upstream state: Verified (checked on 2013-06-04) |
11|:Fix Released: :rn:`5.6.11-60.3` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`69265` - -DBUILD_CONFIG=mysql_release -DWITH_DEBUG=ON fails 4 and skips 27 MTR ... |
15|:Launchpad bug: :bug:`1163135` |
16|:Upstream state: Open |
17|:Fix Released: :rn:`5.6.11-60.3` |
18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |
21|:Launchpad bug: :bug:`1157078` |
22|:Upstream state: Verified (checked on 2013-06-04) |
23|:Fix Released: :rn:`5.6.11-60.3` |
24|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`68635` - Doc: Multiple issues with performance_schema_max_statement_classes |
27|:Launchpad bug: :bug:`1157075` |
28|:Upstream state: Closed |
29|:Fix Released: :rn:`5.6.11-60.3` |
30|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`68800` - client doesn't read plugin-dir from my.cnf set by MYSQL_READ_DEFAULT_FILE |
33|:Launchpad bug: :bug:`1155859` |
34|:Upstream state: Closed |
35|:Fix Released: :rn:`5.6.11-60.3` |
36|:Upstream fix: 5.6.12 |
37+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`69124` - Incorrect truncation of long SET expression in LOAD DATA can cause SQL ...|
39|:Launchpad bug: :bug:`1175519` |
40|:Upstream state: N/A |
41|:Fix Released: :rn:`5.6.11-60.3` |
42|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+
44|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
45|:Launchpad bug: :bug:`1169494` |
46|:Upstream state: Verified (checked on 2013-06-04) |
47|:Fix Released: :rn:`5.6.11-60.3` |
48|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |
51|:Launchpad bug: :bug:`1157037` |
52|:Upstream state: Verified (checked on 2013-06-04) |
53|:Fix Released: :rn:`5.6.11-60.3` |
54|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`68490` - slave_max_allowed_packet Not Honored on Slave IO Connect |
57|:Launchpad bug: :bug:`1135097` |
58|:Upstream state: Closed |
59|:Fix Released: :rn:`5.6.11-60.3` |
60|:Upstream fix: 5.6.12 |
61+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
63|:Launchpad bug: :bug:`1183610` |
64|:Upstream state: Verified (checked on 2013-06-04) |
65|:Fix Released: :rn:`5.6.11-60.3` |
66|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |68|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
9|:Launchpad bug: :bug:`1163439` |69|:Launchpad bug: :bug:`1163439` |
10|:Upstream state: Open (checked on 2013-04-10) |70|:Upstream state: Verified (checked on 2013-06-04) |
11|:Fix Released: :rn:`5.6.11-60.3` |71|:Fix Released: :rn:`5.6.11-60.3` |
12|:Upstream fix: N/A |72|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+73+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`62578` - mysql client aborts connection on terminal resize |74|:Upstream bug: :mysqlbug:`62578` - mysql client aborts connection on terminal resize |
15|:Launchpad bug: :bug:`925343` |75|:Launchpad bug: :bug:`925343` |
16|:Upstream state: Verified (checked on 2013-04-10) |76|:Upstream state: Verified (checked on 2013-06-04) |
17|:Fix Released: :rn:`5.6.11-60.3` |77|:Fix Released: :rn:`5.6.11-60.3` |
18|:Upstream fix: N/A |78|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
@@ -25,25 +85,25 @@
25+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`63144` - CREATE TABLE IF NOT EXISTS metadata lock is too restrictive |86|:Upstream bug: :mysqlbug:`63144` - CREATE TABLE IF NOT EXISTS metadata lock is too restrictive |
27|:Launchpad bug: :bug:`1127008` |87|:Launchpad bug: :bug:`1127008` |
28|:Upstream state: Verified (checked on 2013-04-10) |88|:Upstream state: Verified (checked on 2013-06-04) |
29|:Fix Released: :rn:`5.6.11-60.3` |89|:Fix Released: :rn:`5.6.11-60.3` |
30|:Upstream fix: N/A |90|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`68477` - Suboptimal code in skip_trailing_space() |92|:Upstream bug: :mysqlbug:`68477` - Suboptimal code in skip_trailing_space() |
33|:Launchpad bug: :bug:`1132351` |93|:Launchpad bug: :bug:`1132351` |
34|:Upstream state: Verified (checked on 2013-04-10) |94|:Upstream state: Closed |
35|:Fix Released: :rn:`5.6.11-60.3` |95|:Fix Released: :rn:`5.6.11-60.3` |
36|:Upstream fix: N/A |96|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |98|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
39|:Launchpad bug: :bug:`1132350` |99|:Launchpad bug: :bug:`1132350` |
40|:Upstream state: Verified (checked on 2013-04-10) |100|:Upstream state: Verified (checked on 2013-06-04) |
41|:Fix Released: :rn:`5.6.11-60.3` |101|:Fix Released: :rn:`5.6.11-60.3` |
42|:Upstream fix: N/A |102|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+103+-------------------------------------------------------------------------------------------------------------+
44|:Upstream bug: :mysqlbug:`67504` - Duplicate error in replication with slave triggers and auto increment |104|:Upstream bug: :mysqlbug:`67504` - Duplicate error in replication with slave triggers and auto increment |
45|:Launchpad bug: :bug:`1068210` |105|:Launchpad bug: :bug:`1068210` |
46|:Upstream state: Verified (checked on 2013-04-10) |106|:Upstream state: Closed |
47|:Fix Released: :rn:`5.6.11-60.3` |107|:Fix Released: :rn:`5.6.11-60.3` |
48|:Upstream fix: N/A |108|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
@@ -73,7 +133,7 @@
73+-------------------------------------------------------------------------------------------------------------+133+-------------------------------------------------------------------------------------------------------------+
74|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|134|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
75|:Launchpad bug: :bug:`1070856` |135|:Launchpad bug: :bug:`1070856` |
76|:Upstream state: Verified (checked on 2013-04-10) |136|:Upstream state: Verified (checked on 2013-06-04) |
77|:Fix Released: :rn:`5.6.11-60.3` |137|:Fix Released: :rn:`5.6.11-60.3` |
78|:Upstream fix: N/A |138|:Upstream fix: N/A |
79+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
@@ -91,49 +151,49 @@
91+-------------------------------------------------------------------------------------------------------------+151+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |152|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
93|:Launchpad bug: :bug:`1042517` |153|:Launchpad bug: :bug:`1042517` |
94|:Upstream state: Verified (checked on 2013-04-10) |154|:Upstream state: Verified (checked on 2013-06-04) |
95|:Fix Released: :rn:`5.6.11-60.3` |155|:Fix Released: :rn:`5.6.11-60.3` |
96|:Upstream fix: N/A |156|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+157+-------------------------------------------------------------------------------------------------------------+
98|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |158|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |
99|:Launchpad bug: :bug:`1042517` |159|:Launchpad bug: :bug:`1042517` |
100|:Upstream state: Verified (checked on 2013-04-10) |160|:Upstream state: Verified (checked on 2013-06-04) |
101|:Fix Released: :rn:`5.6.11-60.3` |161|:Fix Released: :rn:`5.6.11-60.3` |
102|:Upstream fix: N/A |162|:Upstream fix: N/A |
103+-------------------------------------------------------------------------------------------------------------+163+-------------------------------------------------------------------------------------------------------------+
104|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|164|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
105|:Launchpad bug: :bug:`1042517` |165|:Launchpad bug: :bug:`1042517` |
106|:Upstream state: Verified (checked on 2013-04-10) |166|:Upstream state: Verified (checked on 2013-06-04) |
107|:Fix Released: :rn:`5.6.11-60.3` |167|:Fix Released: :rn:`5.6.11-60.3` |
108|:Upstream fix: N/A |168|:Upstream fix: N/A |
109+-------------------------------------------------------------------------------------------------------------+169+-------------------------------------------------------------------------------------------------------------+
110|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |170|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
111|:Launchpad bug: :bug:`1042517` |171|:Launchpad bug: :bug:`1042517` |
112|:Upstream state: Verified (checked on 2013-04-10) |172|:Upstream state: Closed |
113|:Fix Released: :rn:`5.6.11-60.3` |173|:Fix Released: :rn:`5.6.11-60.3` |
114|:Upstream fix: N/A |174|:Upstream fix: N/A |
115+-------------------------------------------------------------------------------------------------------------+175+-------------------------------------------------------------------------------------------------------------+
116|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 176|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
117|:Launchpad bug: :bug:`1013432` |177|:Launchpad bug: :bug:`1013432` |
118|:Upstream state: Verified (checked on 2013-04-10) |178|:Upstream state: Verified (checked on 2013-06-04) |
119|:Fix Released: :rn:`5.6.11-60.3` |179|:Fix Released: :rn:`5.6.11-60.3` |
120|:Upstream fix: N/A |180|:Upstream fix: N/A |
121+-------------------------------------------------------------------------------------------------------------+181+-------------------------------------------------------------------------------------------------------------+
122|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |182|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
123|:Launchpad bug: :bug:`1035225` |183|:Launchpad bug: :bug:`1035225` |
124|:Upstream state: Verified (checked on 2013-04-10) |184|:Upstream state: Closed |
125|:Fix Released: :rn:`5.6.11-60.3` |185|:Fix Released: :rn:`5.6.11-60.3` |
126|:Upstream fix: N/A |186|:Upstream fix: 5.6.12 |
127+-------------------------------------------------------------------------------------------------------------+187+-------------------------------------------------------------------------------------------------------------+
128|:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |188|:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |
129|:Launchpad bug: :bug:`1013455` |189|:Launchpad bug: :bug:`1013455` |
130|:Upstream state: Verified (checked on 2013-04-10) |190|:Upstream state: Verified (checked on 2013-06-04) |
131|:Fix Released: :rn:`5.6.11-60.3` |191|:Fix Released: :rn:`5.6.11-60.3` |
132|:Upstream fix: N/A |192|:Upstream fix: N/A |
133+-------------------------------------------------------------------------------------------------------------+193+-------------------------------------------------------------------------------------------------------------+
134|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |194|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
135|:Launchpad bug: :bug:`999147` |195|:Launchpad bug: :bug:`999147` |
136|:Upstream state: Verified (checked on 2013-04-10) |196|:Upstream state: Verified (checked on 2013-06-04) |
137|:Fix Released: :rn:`5.6.11-60.3` |197|:Fix Released: :rn:`5.6.11-60.3` |
138|:Upstream fix: N/A |198|:Upstream fix: N/A |
139+-------------------------------------------------------------------------------------------------------------+199+-------------------------------------------------------------------------------------------------------------+
@@ -145,7 +205,7 @@
145+-------------------------------------------------------------------------------------------------------------+205+-------------------------------------------------------------------------------------------------------------+
146|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |206|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
147|:Launchpad bug: :bug:`800035` |207|:Launchpad bug: :bug:`800035` |
148|:Upstream state: Verified (checked on 2013-04-10) |208|:Upstream state: Verified (checked on 2013-06-04) |
149|:Fix Released: :rn:`5.6.11-60.3` |209|:Fix Released: :rn:`5.6.11-60.3` |
150|:Upstream fix: N/A |210|:Upstream fix: N/A |
151+-------------------------------------------------------------------------------------------------------------+211+-------------------------------------------------------------------------------------------------------------+
@@ -157,7 +217,7 @@
157+-------------------------------------------------------------------------------------------------------------+217+-------------------------------------------------------------------------------------------------------------+
158|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|218|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
159|:Launchpad bug: :bug:`1100178` |219|:Launchpad bug: :bug:`1100178` |
160|:Upstream state: Analyzing (checked on 2013-04-10) |220|:Upstream state: Analyzing (checked on 2013-06-04) |
161|:Fix Released: :rn:`5.6.10-60.2` |221|:Fix Released: :rn:`5.6.10-60.2` |
162|:Upstream fix: N/A |222|:Upstream fix: N/A |
163+-------------------------------------------------------------------------------------------------------------+223+-------------------------------------------------------------------------------------------------------------+
@@ -167,3 +227,9 @@
167|:Fix Released: :rn:`5.6.5-60.0` |227|:Fix Released: :rn:`5.6.5-60.0` |
168|:Upstream fix: N/A |228|:Upstream fix: N/A |
169+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
230|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
231|:Launchpad bug: N/A |
232|:Upstream state: Verified (checked on 2013-06-04) |
233|:Fix Released: :rn:`5.6.5-60.0` |
234|:Upstream fix: N/A |
235+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches