Skip to content
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

Release 5.6.22-72.0 #3

Merged
merged 2 commits into from
Feb 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=6
MYSQL_VERSION_PATCH=22
MYSQL_VERSION_EXTRA=-71.0
MYSQL_VERSION_EXTRA=-72.0
6 changes: 6 additions & 0 deletions build-ps/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
percona-server-5.6 (5.6.22-rel72.0) unstable; urgency=low

* Added ps_tokudb_admin script for TokuDB plugin installation (BLD-212)

-- Tomislav Plavcic <[email protected]> Wed, 04 Feb 2015 20:14:05 +0100

percona-server-5.6 (5.6.22-rel71.0) unstable; urgency=low

* init script timeout is too short when resizing logs (bug1328262)
Expand Down
5 changes: 5 additions & 0 deletions build-ps/percona-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,11 @@ done
%doc %attr(644, root, man) %{_mandir}/man1/mysqltest_embedded.1*

%changelog
* Wed Feb 04 2015 Tomislav Plavcic <[email protected]>

- Added ps_tokudb_admin script for TokuDB plugin installation (BLD-212)
- Fixed TokuDB engine fails after upgrade on centos 5/6 (bug1413956)

* Fri Jan 09 2015 Tomislav Plavcic <[email protected]>

- Upgrading a running server does not restart the service (bug1311840)
Expand Down
1 change: 0 additions & 1 deletion scripts/ps_tokudb_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ if [ $STATUS_PLUGIN = 0 ]; then
printf ">> TokuDB plugin is not installed.\n\n"
elif [ $STATUS_PLUGIN = 7 ]; then
printf ">> TokuDB plugin is installed.\n\n"
exit 0
else
printf ">> TokuDB plugin is partially installed. Please cleanup manually.\n\n"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/include/univ.i
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Created 1/20/1994 Heikki Tuuri
#define INNODB_VERSION_BUGFIX MYSQL_VERSION_PATCH

#ifndef PERCONA_INNODB_VERSION
#define PERCONA_INNODB_VERSION 71.0
#define PERCONA_INNODB_VERSION 72.0
#endif

/* Enable UNIV_LOG_ARCHIVE in XtraDB */
Expand Down