Skip to content

Commit 031247d

Browse files
author
Jaideep Karande
committed
Manually merged from 5.7.
2 parents b2c9b26 + 58ee0b0 commit 031247d

5 files changed

+8
-8
lines changed

mysql-test/suite/group_replication/r/gr_auto_increment_increment.result

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ include/assert.inc [The value of auto_increment_offset is set to 2]
3636
# the auto_increment_increment value, an error is logged.
3737
############################################################
3838
Matching lines are:
39-
DATE_TIME [ERROR] [Repl] Plugin group_replication reported: 'Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.'
40-
Occurrences of 'Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.' in the input file: 1
39+
DATE_TIME [ERROR] [Repl] Plugin group_replication reported: 'Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.'
40+
Occurrences of 'Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.' in the input file: 1
4141
############################################################
4242
# 5. When auto_increment_increment and auto_increment_offset
4343
# not set to default value

mysql-test/suite/group_replication/r/gr_parallel_applier_indexes_commit_order.result

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Note #### Storing MySQL user name or password information in the master info rep
1818
#
1919
[connection server1]
2020
SET SESSION sql_log_bin= 0;
21-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
21+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
2222
SET SESSION sql_log_bin= 1;
2323
[connection server2]
2424
SET SESSION sql_log_bin= 0;
25-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
25+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
2626
SET SESSION sql_log_bin= 1;
2727

2828
# Create a table on all members.

mysql-test/suite/group_replication/t/gr_auto_increment_increment.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ SET GLOBAL GROUP_REPLICATION_AUTO_INCREMENT_INCREMENT= 3;
111111

112112
--replace_regex /[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][-+Z][0-9:]* *[0-9]* \[ERROR\] \[[^\]]*\] */DATE_TIME [ERROR] /
113113
--let $grep_file=$MYSQLTEST_VARDIR/tmp/group_replication_auto_increment_increment_log.err
114-
--let $grep_pattern=Group contains 4 members which is greater than group_replication_auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.
114+
--let $grep_pattern=Group contains 4 members which is greater than auto_increment_increment value of 3. This can lead to an higher rate of transactional aborts.
115115
--source include/grep_pattern.inc
116116

117117
--echo ############################################################

mysql-test/suite/group_replication/t/gr_parallel_applier_indexes_commit_order.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
--let $rpl_connection_name= server1
4141
--source include/rpl_connection.inc
4242
SET SESSION sql_log_bin= 0;
43-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
43+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 3 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
4444
SET SESSION sql_log_bin= 1;
4545

4646
--let $rpl_connection_name= server2
4747
--source include/rpl_connection.inc
4848
SET SESSION sql_log_bin= 0;
49-
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than group_replication_auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
49+
call mtr.add_suppression("Plugin group_replication reported: 'Group contains 2 members which is greater than auto_increment_increment value of 1. This can lead to an higher rate of transactional aborts.");
5050
SET SESSION sql_log_bin= 1;
5151

5252
--echo

share/errmsg-utf8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13475,7 +13475,7 @@ ER_GRP_RPL_SUPER_READ_ONLY_ACTIVATE_ERROR
1347513475
eng "Error when activating super_read_only mode on start. The member will now exit the group."
1347613476

1347713477
ER_GRP_RPL_EXCEEDS_AUTO_INC_VALUE
13478-
eng "Group contains %lu members which is greater than group_replication_auto_increment_increment value of %lu. This can lead to an higher rate of transactional aborts."
13478+
eng "Group contains %lu members which is greater than auto_increment_increment value of %lu. This can lead to an higher rate of transactional aborts."
1347913479

1348013480
ER_GRP_RPL_DATA_NOT_PROVIDED_BY_MEM
1348113481
eng "Member with address '%s:%u' didn't provide any data during the last group change. Group information can be outdated and lead to errors on recovery."

0 commit comments

Comments
 (0)