Merge lp:~percona-core/percona-server/release-5.1.67-14.3 into lp:percona-server/5.1

Proposed by Stewart Smith
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 548
Proposed branch: lp:~percona-core/percona-server/release-5.1.67-14.3
Merge into: lp:percona-server/5.1
Diff against target: 331 lines (+114/-17) (has conflicts)
9 files modified
Makefile (+2/-2)
build/debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch (+11/-11)
build/debian/rules (+1/-1)
build/percona-server.spec (+2/-2)
build/percona-shared-compat.spec (+1/-1)
doc/source/conf.py (+4/-0)
doc/source/release-notes/Percona-Server-5.1.66-14.2.rst (+4/-0)
doc/source/release-notes/Percona-Server-5.1.67-14.3.rst (+20/-0)
doc/source/upstream-bug-fixes.rst (+69/-0)
Text conflict in doc/source/conf.py
Text conflict in doc/source/release-notes/Percona-Server-5.1.66-14.2.rst
Text conflict in doc/source/release-notes/Percona-Server-5.1.67-14.3.rst
Text conflict in doc/source/upstream-bug-fixes.rst
To merge this branch: bzr merge lp:~percona-core/percona-server/release-5.1.67-14.3
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Alexey Kopytov Pending
Review via email: mp+155384@code.launchpad.net

This proposal supersedes a proposal from 2013-02-18.

Description of the change

Changes for release 5.1.67-14.3

(Stewart says: resubmitting to regenerate diff now that main 5.1.67 branch is merged)

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
Stewart Smith (stewart) wrote :

Approved previously, just a resubmit to regenerate diff.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2013-01-09 19:16:16 +0000
+++ Makefile 2013-03-26 01:29:25 +0000
@@ -1,5 +1,5 @@
1MYSQL_VERSION=5.1.661MYSQL_VERSION=5.1.67
2PERCONA_SERVER_VERSION=rel14.22PERCONA_SERVER_VERSION=rel14.3
3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
5PERCONA_SERVER_SHORT_2 ?=Percona-Server5PERCONA_SERVER_SHORT_2 ?=Percona-Server
66
=== modified file 'Percona-Server/sql/log.cc'
=== modified file 'Percona-Server/sql/log_event.cc'
=== modified file 'Percona-Server/sql/sql_connect.cc'
=== modified file 'Percona-Server/storage/innodb_plugin/buf/buf0buf.c'
=== modified file 'Percona-Server/storage/innodb_plugin/buf/buf0lru.c'
=== modified file 'Percona-Server/storage/innodb_plugin/handler/ha_innodb.cc'
=== modified file 'Percona-Server/storage/innodb_plugin/handler/i_s.cc'
=== modified file 'Percona-Server/storage/innodb_plugin/log/log0online.c'
=== modified file 'Percona-Server/storage/innodb_plugin/os/os0file.c'
=== modified file 'build/debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch'
--- build/debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch 2010-05-31 13:57:21 +0000
+++ build/debian/patches/38_scripts__mysqld_safe.sh__signals.dpatch 2013-03-26 01:29:25 +0000
@@ -6,19 +6,19 @@
6## DP: Reported as http://bugs.mysql.com/bug.php?id=313616## DP: Reported as http://bugs.mysql.com/bug.php?id=31361
77
8@DPATCH@8@DPATCH@
99diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' Percona-Server~/scripts/mysqld_safe.sh Percona-Server/scripts/mysqld_safe.sh
10--- old/scripts/mysqld_safe.sh 2006-07-29 13:12:34.000000000 +020010--- Percona-Server~/scripts/mysqld_safe.sh 2013-01-23 18:03:54.000000000 -0500
11+++ old/scripts/mysqld_safe.sh 2006-07-29 13:14:08.000000000 +020011+++ Percona-Server/scripts/mysqld_safe.sh 2013-01-23 18:07:38.000000000 -0500
12@@ -16,8 +16,6 @@12@@ -25,8 +25,6 @@
13 # This command can be used as pipe to syslog. With "-s" it also logs to stderr.13 syslog_tag_mysqld=mysqld
14 ERR_LOGGER="logger -p daemon.err -t mysqld_safe -i"14 syslog_tag_mysqld_safe=mysqld_safe
15 15
16-trap '' 1 2 3 15 # we shouldn't let anyone kill us16-trap '' 1 2 3 15 # we shouldn't let anyone kill us
17-17-
18 umask 00718 # MySQL-specific environment variable. First off, it's not really a umask,
19 19 # it's the desired mode. Second, it follows umask(2), not umask(3) in that
20 defaults=20 # octal needs to be explicit. Our shell might be a proper sh without printf,
21@@ -122,7 +122,7 @@21@@ -146,7 +144,7 @@
22 # sed buffers output (only GNU sed supports a -u (unbuffered) option)22 # sed buffers output (only GNU sed supports a -u (unbuffered) option)
23 # which means that messages may not get sent to syslog until the23 # which means that messages may not get sent to syslog until the
24 # mysqld process quits.24 # mysqld process quits.
@@ -27,7 +27,7 @@
27 ;;27 ;;
28 *)28 *)
29 echo "Internal program error (non-fatal):" \29 echo "Internal program error (non-fatal):" \
30@@ -352,6 +350,13 @@30@@ -564,6 +562,13 @@
31 fi31 fi
32 32
33 #33 #
3434
=== modified file 'build/debian/rules'
--- build/debian/rules 2013-03-13 06:12:19 +0000
+++ build/debian/rules 2013-03-26 01:29:25 +0000
@@ -9,7 +9,7 @@
9TMP=$(CURDIR)/debian/tmp/9TMP=$(CURDIR)/debian/tmp/
1010
11major_version_default=1411major_version_default=14
12minor_version_default=212minor_version_default=3
1313
14ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)14ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
15ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)15ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
1616
=== modified file 'build/percona-server.spec'
--- build/percona-server.spec 2013-03-22 00:15:18 +0000
+++ build/percona-server.spec 2013-03-26 01:29:25 +0000
@@ -14,9 +14,9 @@
14%define mysql_vendor Percona, Inc14%define mysql_vendor Percona, Inc
15%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')15%define redhatversion %(lsb_release -rs | awk -F. '{ print $1}')
16%define community 116%define community 1
17%define mysqlversion 5.1.6617%define mysqlversion 5.1.67
18%define majorversion 1418%define majorversion 14
19%define minorversion 219%define minorversion 3
20%define distribution rhel%{redhatversion}20%define distribution rhel%{redhatversion}
21%define release rel%{majorversion}.%{minorversion}.%{gotrevision}.%{distribution}21%define release rel%{majorversion}.%{minorversion}.%{gotrevision}.%{distribution}
2222
2323
=== modified file 'build/percona-shared-compat.spec'
--- build/percona-shared-compat.spec 2012-10-25 17:43:28 +0000
+++ build/percona-shared-compat.spec 2013-03-26 01:29:25 +0000
@@ -29,7 +29,7 @@
29# Change this to match the version of the shared libs you want to include29# Change this to match the version of the shared libs you want to include
30#30#
31%define version55 5.5.831%define version55 5.5.8
32%define version51 5.1.6632%define version51 5.1.67
33%define version50 5.0.9133%define version50 5.0.91
34%define version41 4.1.2234%define version41 4.1.22
35%define version40 4.0.2735%define version40 4.0.27
3636
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2013-03-05 14:25:44 +0000
+++ doc/source/conf.py 2013-03-26 01:29:25 +0000
@@ -54,7 +54,11 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.1.67'55version = '5.1.67'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57<<<<<<< TREE
57release = '5.1.67-14.4'58release = '5.1.67-14.4'
59=======
60release = '5.1.67-14.3'
61>>>>>>> MERGE-SOURCE
5862
59# The language for content autogenerated by Sphinx. Refer to documentation63# The language for content autogenerated by Sphinx. Refer to documentation
60# for a list of supported languages.64# for a list of supported languages.
6165
=== modified file 'doc/source/release-notes/Percona-Server-5.1.66-14.2.rst'
--- doc/source/release-notes/Percona-Server-5.1.66-14.2.rst 2013-03-21 20:28:50 +0000
+++ doc/source/release-notes/Percona-Server-5.1.66-14.2.rst 2013-03-26 01:29:25 +0000
@@ -4,7 +4,11 @@
4 |Percona Server| 5.1.66-14.2 4 |Percona Server| 5.1.66-14.2
5==============================5==============================
66
7<<<<<<< TREE
7Percona is glad to announce the release of |Percona Server| 5.1.66-14.2 on January 15th, 2013 (Downloads are available from `Percona Server 5.1.66-14.2 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.66-14.2/>`_ and from the `Percona Software Repositories <http://www.percona.com/doc/percona-server/5.1/installation.html>`_).8Percona is glad to announce the release of |Percona Server| 5.1.66-14.2 on January 15th, 2013 (Downloads are available from `Percona Server 5.1.66-14.2 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.66-14.2/>`_ and from the `Percona Software Repositories <http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
9=======
10Percona is glad to announce the release of |Percona Server| 5.1.66-14.2 on January 15th, 2013 (Downloads are available from `Percona Server 5.1.66-14.2 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.66-14.2/>`_ and from the `Percona Software Repositories <http://http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
11>>>>>>> MERGE-SOURCE
812
9Based on `MySQL 5.1.66 <http://dev.mysql.com/doc/refman/5.1/en/news-5-1-66.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.66-14.2 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.66-14.2>`_.13Based on `MySQL 5.1.66 <http://dev.mysql.com/doc/refman/5.1/en/news-5-1-66.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.66-14.2 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.66-14.2>`_.
1014
1115
=== modified file 'doc/source/release-notes/Percona-Server-5.1.67-14.3.rst'
--- doc/source/release-notes/Percona-Server-5.1.67-14.3.rst 2013-03-21 20:28:50 +0000
+++ doc/source/release-notes/Percona-Server-5.1.67-14.3.rst 2013-03-26 01:29:25 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1.. rn:: 5.1.67-14.32.. rn:: 5.1.67-14.3
23
3==============================4==============================
@@ -15,3 +16,22 @@
1516
16Other bug fixes: bug fixed :bug:`1087202` (*Vladislav Vaintroub*, *Laurynas Biveinis*) and bug fixed :bug:`1087218` (*Vladislav Vaintroub*, *Laurynas Biveinis*).17Other bug fixes: bug fixed :bug:`1087202` (*Vladislav Vaintroub*, *Laurynas Biveinis*) and bug fixed :bug:`1087218` (*Vladislav Vaintroub*, *Laurynas Biveinis*).
1718
19=======
20.. rn:: 5.1.67-14.3
21
22==============================
23 |Percona Server| 5.1.67-14.3
24==============================
25
26Percona is glad to announce the release of |Percona Server| 5.1.67-14.3 on January 21st, 2013 (Downloads are available from `Percona Server 5.1.67-14.3 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.67-14.3/>`_ and from the `Percona Software Repositories <http://http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
27
28Based on `MySQL 5.1.67 <http://dev.mysql.com/doc/refman/5.1/en/news-5.1.67.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.67-14.3 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.67-14.3>`_.
29
30Bug Fixes
31=========
32
33 Fixed the upstream bug :mysqlbug:`68045` and ported a fix for the security vulnerability `CVE-2012-4414 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4414>`_ from the |Percona Server| :rn:`5.1.66-14.2`. This bug fix replaces the upstream fix for the |MySQL| bug :mysqlbug:`66550`. More details about this can be found in Stewart's `blogpost <http://www.mysqlperformanceblog.com/2013/01/13/cve-2012-4414-in-mysql-5-5-29-and-percona-server-5-5-29/>`_. Bug fixed :bug:`1049871` (*Vlad Lesin*).
34
35Other bug fixes: bug fixed :bug:`1087202` (*Vladislav Vaintroub*, *Laurynas Biveinis*) and bug fixed :bug:`1087218` (*Vladislav Vaintroub*, *Laurynas Biveinis*).
36
37>>>>>>> MERGE-SOURCE
1838
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2013-03-22 07:24:01 +0000
+++ doc/source/upstream-bug-fixes.rst 2013-03-26 01:29:25 +0000
@@ -5,6 +5,7 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8<<<<<<< TREE
8|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|9|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
9|:Launchpad bug: :bug:`1100178` |10|:Launchpad bug: :bug:`1100178` |
10|:Upstream state: Analyzing (checked on 2013-03-05) |11|:Upstream state: Analyzing (checked on 2013-03-05) |
@@ -41,57 +42,113 @@
41|:Fix Released: :rn:`5.1.66-14.2` |42|:Fix Released: :rn:`5.1.66-14.2` |
42|:Upstream fix: N/A |43|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+44+-------------------------------------------------------------------------------------------------------------+
45=======
46|:Upstream bug: :mysqlbug:`68045` - security vulnerability CVE-2012-5611 |
47|:Launchpad bug: :bug:`1083377` |
48|:Upstream state: N/A |
49|:Fix Released: :rn:`5.1.67-14.3` |
50|:Upstream fix: N/A |
51+-------------------------------------------------------------------------------------------------------------+
52|:Upstream bug: :mysqlbug:`67685` - security vulnerability CVE-2012-5611 |
53|:Launchpad bug: :bug:`1083377` |
54|:Upstream state: N/A |
55|:Fix Released: :rn:`5.1.66-14.2` |
56|:Upstream fix: N/A |
57+-------------------------------------------------------------------------------------------------------------+
58|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
59|:Launchpad bug: :bug:`1042517` |
60|:Upstream state: N/A |
61|:Fix Released: :rn:`5.1.66-14.2` |
62|:Upstream fix: N/A |
63+-------------------------------------------------------------------------------------------------------------+
64>>>>>>> MERGE-SOURCE
44|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |65|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |
45|:Launchpad bug: :bug:`1042517` |66|:Launchpad bug: :bug:`1042517` |
67<<<<<<< TREE
46|:Upstream state: Verified (checked on 2013-03-05) |68|:Upstream state: Verified (checked on 2013-03-05) |
69=======
70|:Upstream state: Verified (checked on 2013-01-18) |
71>>>>>>> MERGE-SOURCE
47|:Fix Released: :rn:`5.1.66-14.1` |72|:Fix Released: :rn:`5.1.66-14.1` |
48|:Upstream fix: N/A |73|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+74+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on... |75|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on... |
51|:Launchpad bug: :bug:`1042517` |76|:Launchpad bug: :bug:`1042517` |
77<<<<<<< TREE
52|:Upstream state: Verified (checked on 2013-03-05) |78|:Upstream state: Verified (checked on 2013-03-05) |
79=======
80|:Upstream state: Verified (checked on 2013-01-18) |
81>>>>>>> MERGE-SOURCE
53|:Fix Released: :rn:`5.1.66-14.1` |82|:Fix Released: :rn:`5.1.66-14.1` |
54|:Upstream fix: N/A |83|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+84+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|85|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
57|:Launchpad bug: :bug:`1042517` |86|:Launchpad bug: :bug:`1042517` |
87<<<<<<< TREE
58|:Upstream state: Verified (checked on 2013-03-05) |88|:Upstream state: Verified (checked on 2013-03-05) |
89=======
90|:Upstream state: Verified (checked on 2013-01-18) |
91>>>>>>> MERGE-SOURCE
59|:Fix Released: :rn:`5.1.66-14.1` |92|:Fix Released: :rn:`5.1.66-14.1` |
60|:Upstream fix: N/A |93|:Upstream fix: N/A |
61+-------------------------------------------------------------------------------------------------------------+94+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |95|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
63|:Launchpad bug: :bug:`1042517` |96|:Launchpad bug: :bug:`1042517` |
97<<<<<<< TREE
64|:Upstream state: Verified (checked on 2013-03-05) |98|:Upstream state: Verified (checked on 2013-03-05) |
99=======
100|:Upstream state: Verified (checked on 2013-01-18) |
101>>>>>>> MERGE-SOURCE
65|:Fix Released: :rn:`5.1.66-14.1` |102|:Fix Released: :rn:`5.1.66-14.1` |
66|:Upstream fix: N/A |103|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+104+-------------------------------------------------------------------------------------------------------------+
68|:Upstream bug: :mysqlbug:`67177` - MySQL 5.1 is incompatible with automake 1.12 |105|:Upstream bug: :mysqlbug:`67177` - MySQL 5.1 is incompatible with automake 1.12 |
69|:Launchpad bug: :bug:`1064953` |106|:Launchpad bug: :bug:`1064953` |
107<<<<<<< TREE
70|:Upstream state: Verified (checked on 2013-03-05) |108|:Upstream state: Verified (checked on 2013-03-05) |
109=======
110|:Upstream state: Verified (checked on 2013-01-18) |
111>>>>>>> MERGE-SOURCE
71|:Fix Released: :rn:`5.1.66-14.1` |112|:Fix Released: :rn:`5.1.66-14.1` |
72|:Upstream fix: N/A |113|:Upstream fix: N/A |
73+-------------------------------------------------------------------------------------------------------------+114+-------------------------------------------------------------------------------------------------------------+
74|:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |115|:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |
75|:Launchpad bug: :bug:`902472` |116|:Launchpad bug: :bug:`902472` |
117<<<<<<< TREE
76|:Upstream state: Verified (checked on 2013-03-05) |118|:Upstream state: Verified (checked on 2013-03-05) |
119=======
120|:Upstream state: Verified (checked on 2013-01-18) |
121>>>>>>> MERGE-SOURCE
77|:Fix Released: :rn:`5.1.66-14.1` |122|:Fix Released: :rn:`5.1.66-14.1` |
78|:Upstream fix: N/A |123|:Upstream fix: N/A |
79+-------------------------------------------------------------------------------------------------------------+124+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |125|:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |
81|:Launchpad bug: :bug:`902471` |126|:Launchpad bug: :bug:`902471` |
127<<<<<<< TREE
82|:Upstream state: Verified (checked on 2013-03-05) |128|:Upstream state: Verified (checked on 2013-03-05) |
129=======
130|:Upstream state: Verified (checked on 2013-01-18) |
131>>>>>>> MERGE-SOURCE
83|:Fix Released: :rn:`5.1.66-14.1` |132|:Fix Released: :rn:`5.1.66-14.1` |
84|:Upstream fix: N/A |133|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+134+-------------------------------------------------------------------------------------------------------------+
86|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |135|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
87|:Launchpad bug: :bug:`1035225` |136|:Launchpad bug: :bug:`1035225` |
137<<<<<<< TREE
88|:Upstream state: Verified (checked on 2013-03-05) |138|:Upstream state: Verified (checked on 2013-03-05) |
139=======
140|:Upstream state: Verified (checked on 2013-01-18) |
141>>>>>>> MERGE-SOURCE
89|:Fix Released: :rn:`5.1.65-14.0` |142|:Fix Released: :rn:`5.1.65-14.0` |
90|:Upstream fix: N/A |143|:Upstream fix: N/A |
91+-------------------------------------------------------------------------------------------------------------+144+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`64469` - Deadlock or crash on concurrent TRUNCATE TABLE and SELECT * FROM I_S |145|:Upstream bug: :mysqlbug:`64469` - Deadlock or crash on concurrent TRUNCATE TABLE and SELECT * FROM I_S |
93|:Launchpad bug: :bug:`903617` |146|:Launchpad bug: :bug:`903617` |
147<<<<<<< TREE
94|:Upstream state: Can't repeat |148|:Upstream state: Can't repeat |
149=======
150|:Upstream state: Analyzing (checked on 2013-01-18) |
151>>>>>>> MERGE-SOURCE
95|:Fix Released: :rn:`5.1.62-13.3` |152|:Fix Released: :rn:`5.1.62-13.3` |
96|:Upstream fix: N/A |153|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+154+-------------------------------------------------------------------------------------------------------------+
@@ -109,7 +166,11 @@
109+-------------------------------------------------------------------------------------------------------------+166+-------------------------------------------------------------------------------------------------------------+
110|:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |167|:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |
111|:Launchpad bug: :bug:`937859` |168|:Launchpad bug: :bug:`937859` |
169<<<<<<< TREE
112|:Upstream state: Verified (checked on 2013-03-05) |170|:Upstream state: Verified (checked on 2013-03-05) |
171=======
172|:Upstream state: Verified (checked on 2013-01-18) |
173>>>>>>> MERGE-SOURCE
113|:Fix Released: :rn:`5.1.62-13.3` |174|:Fix Released: :rn:`5.1.62-13.3` |
114|:Upstream fix: N/A |175|:Upstream fix: N/A |
115+-------------------------------------------------------------------------------------------------------------+176+-------------------------------------------------------------------------------------------------------------+
@@ -133,7 +194,11 @@
133+-------------------------------------------------------------------------------------------------------------+194+-------------------------------------------------------------------------------------------------------------+
134|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |195|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
135|:Launchpad bug: :bug:`857590` |196|:Launchpad bug: :bug:`857590` |
197<<<<<<< TREE
136|:Upstream state: Verified (checked on 2013-03-05) |198|:Upstream state: Verified (checked on 2013-03-05) |
199=======
200|:Upstream state: Verified (checked on 2013-01-18) |
201>>>>>>> MERGE-SOURCE
137|:Fix Released: :rn:`5.1.59-13.0` |202|:Fix Released: :rn:`5.1.59-13.0` |
138|:Upstream fix: N/A |203|:Upstream fix: N/A |
139+-------------------------------------------------------------------------------------------------------------+204+-------------------------------------------------------------------------------------------------------------+
@@ -181,7 +246,11 @@
181+-------------------------------------------------------------------------------------------------------------+246+-------------------------------------------------------------------------------------------------------------+
182|:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |247|:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |
183|:Launchpad bug: none |248|:Launchpad bug: none |
249<<<<<<< TREE
184|:Upstream state: Verified (checked on 2013-03-05) |250|:Upstream state: Verified (checked on 2013-03-05) |
251=======
252|:Upstream state: Verified (checked on 2013-01-18) |
253>>>>>>> MERGE-SOURCE
185|:Fix Released: :rn:`5.1.47-rel11.2` |254|:Fix Released: :rn:`5.1.47-rel11.2` |
186|:Upstream fix: N/A |255|:Upstream fix: N/A |
187+-------------------------------------------------------------------------------------------------------------+256+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches