-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 5.5.41 5.6.23 #25
Merged
laurynas-biveinis
merged 25 commits into
percona:5.6
from
laurynas-biveinis:merge-5.5.41-5.6.23
Feb 27, 2015
Merged
Merge 5.5.41 5.6.23 #25
laurynas-biveinis
merged 25 commits into
percona:5.6
from
laurynas-biveinis:merge-5.5.41-5.6.23
Feb 27, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blueprints.launchpad.net/percona-server/+spec/merge-5.5.41, taking the upstream fix for upstream bug 1384561. Revert our implementation of http://bugs.mysql.com/bug.php?id=73418, taking the upstream one. Fix typo of http://bugs.mysql.com/bug.php?id=75160 (s/BDUG_OFF/DBUG_OFF for one DEBUG_SYNC point) Import man pages from mysql-5.5.41.tar.gz.
Removed files erroneously resurrected on git import.
Fix bug 1418996 (InnoDB lock monitor output is printed even if not
Fix bug 1419230 (The stored procedure key uses spaces instead of
Bug #1354988 fix.
Fixed mysql maintainer mode for debug build (bug1408232)
Fixed tarball name and revision number in build-binary.sh (JEN-318)
Fixed RPMs assumes that .pid file is located in datadir (bug1201896)
laurynas-biveinis
added a commit
that referenced
this pull request
Feb 27, 2015
Null-merge 5.5.41 to 5.6.23
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
May 7, 2016
Added support for reverse-ordered Column Families. If a Column Family name starts with "rev:", then the data in it is stored in the reverse order.
george-lorch
pushed a commit
to george-lorch/percona-server
that referenced
this pull request
May 9, 2016
Added support for reverse-ordered Column Families. If a Column Family name starts with "rev:", then the data in it is stored in the reverse order.
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Apr 23, 2020
fbshipit-source-id: 1151e93b99f
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Feb 24, 2021
fbshipit-source-id: 1151e93b99f
ldonoso
pushed a commit
to ldonoso/percona-server
that referenced
this pull request
Nov 4, 2021
Change to always register the handler for table stats in transaction and remove the "local table stat instance" which is probably an old optimization for simple autocommit with one involved hander. This change removes several conditions and reduces memory consumption of each involved ha_ndbcluster instance, instead one "emplace" into the unordered_map will be done. If having a preallocated "table stat instance" is better performance wise, it can be done as an optimisation in Thd_ndb. Change-Id: Id94f898341fd578d46a226db6f7b91928efa0974
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Nov 15, 2021
fbshipit-source-id: 107715d04dc
ldonoso
pushed a commit
to ldonoso/percona-server
that referenced
this pull request
Mar 15, 2022
inikep
pushed a commit
to inikep/percona-server
that referenced
this pull request
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.