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

Subscribers

People subscribed via source and target branches