forked from kunpengcompute/mysql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug#23531973 CHANGE THE SERVER VERSION NUMBER ON TRUNK FROM 5.8 TO 8.0
Changes: - Update the version number in VERSION - Update the version number in the Doxyfile - Update the version number in INSTALL - Version changes to packaging files - Package the man page for the ibd2sdi utility - Change the test for show_compatibility_56 in mysqld.cc - Make mysqlbinlog understand log coming from an 8.0 server - Fix version numbers in the innodb.log_corruption test - Fix version number in the main.comments test - Fix version number in a couple of memcached tests - Fix version numbers in a few code / test files (comments) Reviewed-by: Jon Olav Hauglid <[email protected]> Reiviwed-by: Lars Tangvald <[email protected]> Reviewed-by: Neha Kumari <[email protected]> Reviewed-by: Terje Rosten <[email protected]> RB: 12929
- Loading branch information
1 parent
e81addf
commit 016c01c
Showing
27 changed files
with
66 additions
and
49 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MYSQL_VERSION_MAJOR=5 | ||
MYSQL_VERSION_MINOR=8 | ||
MYSQL_VERSION_MAJOR=8 | ||
MYSQL_VERSION_MINOR=0 | ||
MYSQL_VERSION_PATCH=0 | ||
MYSQL_VERSION_EXTRA=-dmr |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ | |
%global license_type GPLv2 | ||
%endif | ||
|
||
%global min 5.8.0 | ||
%global min 8.0.0 | ||
|
||
Name: mysql-%{product_suffix} | ||
Summary: A very fast and reliable SQL database server | ||
|
@@ -546,6 +546,7 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n | |
%doc release/Docs/INFO_BIN* | ||
%doc release/support-files/my-default.cnf | ||
%attr(644, root, root) %{_mandir}/man1/innochecksum.1* | ||
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1* | ||
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisamchk.1* | ||
|
@@ -849,6 +850,11 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n | |
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so | ||
|
||
%changelog | ||
======= | ||
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1 | ||
- Change the version number to 8.0.0 | ||
- Add manual page for ibd2sdi utility | ||
|
||
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1 | ||
- Updated compatver to 5.6.31 | ||
- Add example component to test package | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ | |
%global license_type GPLv2 | ||
%endif | ||
|
||
%global min 5.8.0 | ||
%global min 8.0.0 | ||
|
||
Name: mysql-%{product_suffix} | ||
Summary: A very fast and reliable SQL database server | ||
|
@@ -674,6 +674,7 @@ fi | |
%doc release/Docs/INFO_BIN* | ||
%doc release/support-files/my-default.cnf | ||
%attr(644, root, root) %{_mandir}/man1/innochecksum.1* | ||
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1* | ||
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisamchk.1* | ||
|
@@ -1016,6 +1017,10 @@ fi | |
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so | ||
|
||
%changelog | ||
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1 | ||
- Change the version number to 8.0.0 | ||
- Add manual page for ibd2sdi utility | ||
|
||
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1 | ||
- Updated compatver to 5.6.31 | ||
- Add example component to test package | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ | |
%{?sles12: %global systemd 1} | ||
%{!?_tmpfilesdir: %global _tmpfilesdir /usr/lib/tmpfiles.d} | ||
|
||
%global min 5.8.0 | ||
%global min 8.0.0 | ||
|
||
Name: mysql-%{product_suffix} | ||
Summary: A very fast and reliable SQL database server | ||
|
@@ -563,6 +563,7 @@ fi | |
%doc release/Docs/INFO_BIN* | ||
%doc release/support-files/my-default.cnf | ||
%attr(644, root, root) %{_mandir}/man1/innochecksum.1* | ||
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1* | ||
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1* | ||
%attr(644, root, root) %{_mandir}/man1/myisamchk.1* | ||
|
@@ -894,6 +895,10 @@ fi | |
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so | ||
|
||
%changelog | ||
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1 | ||
- Change the version number to 8.0.0 | ||
- Add manual page for ibd2sdi utility | ||
|
||
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1 | ||
- Add example component to test package | ||
- Add test_udf_services.so plugin | ||
|
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
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
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
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
Oops, something went wrong.