Skip to content

Commit 016c01c

Browse files
committed
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
1 parent e81addf commit 016c01c

27 files changed

+66
-49
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PROJECT_NAME = MySQL
9595
# could be handy for archiving the generated documentation or if some version
9696
# control system is used.
9797

98-
PROJECT_NUMBER = 5.8.0
98+
PROJECT_NUMBER = 8.0.0
9999

100100
# Using the PROJECT_BRIEF tag one can provide an optional one line description
101101
# for a project that appears at the top of each page and should give viewer a

INSTALL

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Pre-built binaries in different package formats can be found on
44

55
You can find information about how to install from a source distribution at
66

7-
http://dev.mysql.com/doc/refman/5.8/en/source-installation.html
7+
http://dev.mysql.com/doc/refman/8.0/en/source-installation.html
88

9-
The MySQL 5.8 Reference Manual is available on
9+
The MySQL 8.0 Reference Manual is available on
1010

11-
http://dev.mysql.com/doc/refman/5.8/en/
11+
http://dev.mysql.com/doc/refman/8.0/en/

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MYSQL_VERSION_MAJOR=5
2-
MYSQL_VERSION_MINOR=8
1+
MYSQL_VERSION_MAJOR=8
2+
MYSQL_VERSION_MINOR=0
33
MYSQL_VERSION_PATCH=0
44
MYSQL_VERSION_EXTRA=-dmr

client/mysqlbinlog.cc

+1
Original file line numberDiff line numberDiff line change
@@ -2198,6 +2198,7 @@ static Exit_status check_master_version()
21982198
glob_description_event= new Format_description_log_event(3);
21992199
break;
22002200
case '5':
2201+
case '8':
22012202
/*
22022203
The server is soon going to send us its Format_description log
22032204
event, unless it is a 5.0 server with 3.23 or 4.0 binlogs.

mysql-test/r/comments.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ERROR 42000: Query was empty
1010
select 1 /*!32301 +1 */;
1111
1 +1
1212
2
13-
select 1 /*!52301 +1 */;
13+
select 1 /*!999999 +1 */;
1414
1
1515
1
1616
select 1--1;

mysql-test/r/ctype_unicode800.result

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DROP TABLE IF EXISTS t1;
22
#
3-
# Start of 5.8 tests
3+
# Start of 8.0 tests
44
#
55
#
66
# WL#9125: Add utf8mb4_800_ci_ai
@@ -942,5 +942,5 @@ a = b
942942
1
943943
DROP TABLE t1;
944944
#
945-
# End of 5.8 tests
945+
# End of 8.0 tests
946946
#

mysql-test/r/mysql_ssl.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ End of 5.7 tests
66
#
77
# WL#9091: Remove --ssl, --ssl-verify-server-cert client-side options
88
#
9-
End of 5.8 tests
9+
End of 8.0 tests

mysql-test/suite/innodb/r/log_corruption.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# --innodb-force-recovery=6 (skip the entire redo log)
1010
# valid header, valid checkpoint 1, all-zero (invalid) checkpoint 2, invalid block number
1111
# --innodb-force-recovery=6 (skip the entire redo log)
12-
# valid 5.8.0 header, valid checkpoint 1, all-zero (invalid) checkpoint 2, invalid block checksum
12+
# valid 8.0.0 header, valid checkpoint 1, all-zero (invalid) checkpoint 2, invalid block checksum
1313
# --innodb-force-recovery=6 (skip the entire redo log)
1414
# valid 5.7.9 header, valid checkpoint 1, no matching MLOG_CHECKSUM
1515
# --innodb-force-recovery=6 (skip the entire redo log)

mysql-test/suite/innodb/t/log_corruption.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let SEARCH_PATTERN=InnoDB: Invalid redo log header checksum;
3434
--exec unzip $MYSQL_TEST_DIR/suite/innodb/t/log_corruption2.zip -d $newdir > $SEARCH_FILE
3535
--error 1
3636
--exec $MYSQLD $args
37-
let SEARCH_PATTERN=InnoDB: Unsupported redo log format. The redo log was created with malicious intentions, or perhaps\\. Please follow the instructions at http://dev.mysql.com/doc/refman/5.8/en/upgrading-downgrading.html;
37+
let SEARCH_PATTERN=InnoDB: Unsupported redo log format. The redo log was created with malicious intentions, or perhaps\\. Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/upgrading-downgrading.html;
3838
--source include/search_pattern_in_file.inc
3939

4040
--echo # redo log from MySQL 5.7.9, with corrupted log checkpoint
@@ -79,7 +79,7 @@ let SEARCH_PATTERN=Data Dictionary initialization failed;
7979
let SEARCH_PATTERN=InnoDB: Cannot create sys_virtual system tables. running in read-only mode;
8080
--source include/search_pattern_in_file.inc
8181

82-
--echo # valid 5.8.0 header, valid checkpoint 1, all-zero (invalid) checkpoint 2, invalid block checksum
82+
--echo # valid 8.0.0 header, valid checkpoint 1, all-zero (invalid) checkpoint 2, invalid block checksum
8383
--remove_file $newdir/ib_logfile0
8484
--exec unzip $MYSQL_TEST_DIR/suite/innodb/t/log_corruption4b.zip -d $newdir > $SEARCH_FILE
8585
--error 1

mysql-test/suite/memcached/r/memc292_ibd2sdi_system_tablespace.result

+3-3
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ affiliates. Other names may be trademarks of their respective
325325
owners.
326326

327327
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
328-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
328+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
329329
-h, --help Display this help and exit.
330330
-v, --version Display version information and exit.
331331
-d, --dump-file=name
@@ -1085,7 +1085,7 @@ affiliates. Other names may be trademarks of their respective
10851085
owners.
10861086

10871087
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
1088-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
1088+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
10891089
-h, --help Display this help and exit.
10901090
-v, --version Display version information and exit.
10911091
-d, --dump-file=name
@@ -1266,7 +1266,7 @@ affiliates. Other names may be trademarks of their respective
12661266
owners.
12671267

12681268
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
1269-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
1269+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
12701270
-h, --help Display this help and exit.
12711271
-v, --version Display version information and exit.
12721272
-d, --dump-file=name

mysql-test/suite/memcached/r/memc293_ibd2sdi.result

+6-6
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ affiliates. Other names may be trademarks of their respective
320320
owners.
321321

322322
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
323-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
323+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
324324
-h, --help Display this help and exit.
325325
-v, --version Display version information and exit.
326326
-d, --dump-file=name
@@ -1159,11 +1159,11 @@ affiliates. Other names may be trademarks of their respective
11591159
owners.
11601160

11611161
Usage: IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
1162-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
1162+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
11631163
-h, --help Display this help and exit.
11641164
-v, --version Display version information and exit.
11651165
-#, --debug[=name] Output debug log. See
1166-
http://dev.mysql.com/doc/refman/5.8/en/dbug-package.html
1166+
http://dev.mysql.com/doc/refman/8.0/en/dbug-package.html
11671167
-d, --dump-file=name
11681168
Dump the tablespace SDI into the file passed by user.
11691169
Without the filename, it will default to stdout
@@ -1776,7 +1776,7 @@ affiliates. Other names may be trademarks of their respective
17761776
owners.
17771777

17781778
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
1779-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
1779+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
17801780
-h, --help Display this help and exit.
17811781
-v, --version Display version information and exit.
17821782
-d, --dump-file=name
@@ -1912,7 +1912,7 @@ affiliates. Other names may be trademarks of their respective
19121912
owners.
19131913

19141914
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
1915-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
1915+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
19161916
-h, --help Display this help and exit.
19171917
-v, --version Display version information and exit.
19181918
-d, --dump-file=name
@@ -2054,7 +2054,7 @@ affiliates. Other names may be trademarks of their respective
20542054
owners.
20552055

20562056
IBD2SDI [-v] [-c <strict-check>] [-d <dump file name>] [-n] filename1 [filenames]
2057-
See http://dev.mysql.com/doc/refman/5.8/en/ibd2sdi.html for usage hints.
2057+
See http://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html for usage hints.
20582058
-h, --help Display this help and exit.
20592059
-v, --version Display version information and exit.
20602060
-d, --dump-file=name

mysql-test/suite/memcached/t/memc293_ibd2sdi.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ let MEMCACHED_TABLE_MAPPING = desc_t3;
119119

120120
## header contains version/platform information
121121
--replace_result $IBD2SDI IBD2SDI
122-
--replace_regex /; Ver 5.*$//
122+
--replace_regex /; Ver 8.*$//
123123
--error 1
124124
--exec $IBD2SDI 2>&1
125125

mysql-test/t/comments.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ multi line comment */;
99
--error 1065
1010
;
1111
select 1 /*!32301 +1 */;
12-
select 1 /*!52301 +1 */;
12+
select 1 /*!999999 +1 */;
1313
select 1--1;
1414
# Note that the following returns 4 while it should return 2
1515
# This is because the mysqld server doesn't parse -- comments

mysql-test/t/ctype_unicode800.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DROP TABLE IF EXISTS t1;
66
--enable_warnings
77

88
--echo #
9-
--echo # Start of 5.8 tests
9+
--echo # Start of 8.0 tests
1010
--echo #
1111

1212
--echo #
@@ -100,5 +100,5 @@ SELECT a = b FROM t1;
100100
DROP TABLE t1;
101101

102102
--echo #
103-
--echo # End of 5.8 tests
103+
--echo # End of 8.0 tests
104104
--echo #

mysql-test/t/mysql_ssl.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--error 2
3030
--exec $MYSQL --ssl-verify-server-cert
3131

32-
--echo End of 5.8 tests
32+
--echo End of 8.0 tests
3333

3434
# Wait till all disconnects are completed
3535
--source include/wait_until_count_sessions.inc

packaging/deb-in/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IF (NOT DEFINED DEB_CODENAME)
2727
ENDIF()
2828
# Commercial or community
2929
IF (DEB_PRODUCT STREQUAL "commercial")
30-
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Commercial Server 5.8")
30+
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Commercial Server 8.0")
3131
SET (DEB_PRODUCTNAME "commercial")
3232
SET (DEB_PRODUCTNAMEC "Commercial")
3333
SET (DEB_LICENSENAME "Advanced")
@@ -60,7 +60,7 @@ usr/lib/mysql/plugin/debug/firewall.so
6060
SET (DEB_REMOVEPATTERN "gpl.in")
6161
ELSE()
6262
SET (DEB_PRODUCT "community")
63-
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Server 5.8")
63+
SET (DEB_COPYRIGHT_UPSTREAMNAME "MySQL Server 8.0")
6464
SET (DEB_PRODUCTNAME "community")
6565
SET (DEB_PRODUCTNAMEC "Community")
6666
SET (DEB_LICENSENAME "GPL")

packaging/rpm-fedora/mysql.spec.in

+7-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
%global license_type GPLv2
6161
%endif
6262

63-
%global min 5.8.0
63+
%global min 8.0.0
6464

6565
Name: mysql-%{product_suffix}
6666
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
546546
%doc release/Docs/INFO_BIN*
547547
%doc release/support-files/my-default.cnf
548548
%attr(644, root, root) %{_mandir}/man1/innochecksum.1*
549+
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1*
549550
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1*
550551
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1*
551552
%attr(644, root, root) %{_mandir}/man1/myisamchk.1*
@@ -849,6 +850,11 @@ datadir=$(/usr/bin/my_print_defaults server mysqld | grep '^--datadir=' | sed -n
849850
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
850851

851852
%changelog
853+
=======
854+
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1
855+
- Change the version number to 8.0.0
856+
- Add manual page for ibd2sdi utility
857+
852858
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1
853859
- Updated compatver to 5.6.31
854860
- Add example component to test package

packaging/rpm-oel/mysql.spec.in

+6-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
%global license_type GPLv2
7474
%endif
7575

76-
%global min 5.8.0
76+
%global min 8.0.0
7777

7878
Name: mysql-%{product_suffix}
7979
Summary: A very fast and reliable SQL database server
@@ -674,6 +674,7 @@ fi
674674
%doc release/Docs/INFO_BIN*
675675
%doc release/support-files/my-default.cnf
676676
%attr(644, root, root) %{_mandir}/man1/innochecksum.1*
677+
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1*
677678
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1*
678679
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1*
679680
%attr(644, root, root) %{_mandir}/man1/myisamchk.1*
@@ -1016,6 +1017,10 @@ fi
10161017
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
10171018

10181019
%changelog
1020+
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1
1021+
- Change the version number to 8.0.0
1022+
- Add manual page for ibd2sdi utility
1023+
10191024
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1
10201025
- Updated compatver to 5.6.31
10211026
- Add example component to test package

packaging/rpm-sles/mysql.spec.in

+6-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
%{?sles12: %global systemd 1}
7373
%{!?_tmpfilesdir: %global _tmpfilesdir /usr/lib/tmpfiles.d}
7474

75-
%global min 5.8.0
75+
%global min 8.0.0
7676

7777
Name: mysql-%{product_suffix}
7878
Summary: A very fast and reliable SQL database server
@@ -563,6 +563,7 @@ fi
563563
%doc release/Docs/INFO_BIN*
564564
%doc release/support-files/my-default.cnf
565565
%attr(644, root, root) %{_mandir}/man1/innochecksum.1*
566+
%attr(644, root, root) %{_mandir}/man1/ibd2sdi.1*
566567
%attr(644, root, root) %{_mandir}/man1/my_print_defaults.1*
567568
%attr(644, root, root) %{_mandir}/man1/myisam_ftdump.1*
568569
%attr(644, root, root) %{_mandir}/man1/myisamchk.1*
@@ -894,6 +895,10 @@ fi
894895
%attr(755, root, root) %{_libdir}/mysql/libmysqld.so
895896

896897
%changelog
898+
* Thu Jun 05 2016 Erlend Dahl <[email protected]> - 8.0.0-0.1
899+
- Change the version number to 8.0.0
900+
- Add manual page for ibd2sdi utility
901+
897902
* Fri Jun 03 2016 Balasubramanian Kandasamy <[email protected]> - 5.8.0-0.1
898903
- Add example component to test package
899904
- Add test_udf_services.so plugin

sql/dd/impl/cache/shared_dictionary_cache.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Shared_dictionary_cache
5151
private:
5252
// We have 223 collations, 41 character sets and 4535 spatial
5353
// reference systems after initializing the server, as of MySQL
54-
// 5.8.0.
54+
// 8.0.0.
5555
static const size_t collation_capacity= 256;
5656
static const size_t charset_capacity= 64;
5757
static const size_t event_capacity= 256;

sql/field.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class Field: public Proto_field, public Sql_alloc
699699
700700
@sa Field::enum_auto_flags for possible options.
701701
702-
@sa Field::utype and Field::unireg_check in pre-5.8 versions of server
702+
@sa Field::utype and Field::unireg_check in pre-8.0 versions of server
703703
for historical perspective.
704704
*/
705705
uchar auto_flags;

sql/gen_lex_token.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
4343
This is done to ensure stability in digest computed values.
4444
45-
As of now (5.8.0), the mapping looks like this:
45+
As of now (8.0.0), the mapping looks like this:
4646
- [0 .. 255] character terminal tokens.
4747
- [256 .. 907] non terminal tokens from sql_yacc.yy
4848
- [908 .. 999] reserved for sql_yacc.yy new tokens
@@ -334,7 +334,7 @@ static void compute_tokens()
334334
tok_hint_comment_close= max_token_seen++;
335335
set_token(tok_hint_comment_close, HINT_COMMENT_TERMINATOR);
336336

337-
/* New in 5.8 */
337+
/* New in 8.0 */
338338

339339
tok_in_generic_value_expression= max_token_seen++;
340340
set_token(tok_in_generic_value_expression, "IN (...)");

sql/mysqld.cc

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
For other sections, only links are provided, as a starting point into the component.
3232
33-
For the user manual, see http://dev.mysql.com/doc/refman/5.8/en/
33+
For the user manual, see http://dev.mysql.com/doc/refman/8.0/en/
3434
3535
For the internals manual, see https://dev.mysql.com/doc/internals/en/index.html
3636
*/
@@ -44,7 +44,7 @@
4444
4545
@section start_source Build from source
4646
47-
See https://dev.mysql.com/doc/refman/5.8/en/source-installation.html
47+
See https://dev.mysql.com/doc/refman/8.0/en/source-installation.html
4848
4949
@section start_debug Debugging
5050
@@ -625,15 +625,15 @@ my_thread_handle shutdown_thr_handle;
625625
uint host_cache_size;
626626
ulong log_error_verbosity= 3; // have a non-zero value during early start-up
627627

628-
#if MYSQL_VERSION_ID >= 50801
629-
#error "show_compatibility_56 is to be removed in MySQL 5.8"
628+
#if MYSQL_VERSION_ID >= 80001
629+
#error "show_compatibility_56 is to be removed in MySQL 8.0"
630630
#else
631631
/*
632632
Default value TRUE for the EMBEDDED_LIBRARY,
633633
default value from Sys_show_compatibility_56 otherwise.
634634
*/
635635
my_bool show_compatibility_56= TRUE;
636-
#endif /* MYSQL_VERSION_ID >= 50800 */
636+
#endif /* MYSQL_VERSION_ID >= 80001 */
637637

638638
#if defined(_WIN32) && !defined(EMBEDDED_LIBRARY)
639639
ulong slow_start_timeout;

0 commit comments

Comments
 (0)