This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from tinyspeck/slack-vitess-2019.08.26.r0
Slack vitess 2019.08.26.r0
- Loading branch information
Showing
246 changed files
with
11,676 additions
and
15,898 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ services: | |
|
||
language: go | ||
go: | ||
- 1.11.x | ||
- 1.12.x | ||
go_import_path: vitess.io/vitess | ||
env: | ||
global: | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is auto-included when MariaDB 10.0 is detected. | ||
|
||
innodb_support_xa = 0 | ||
|
||
# Semi-sync replication is required for automated unplanned failover | ||
# (when the master goes away). Here we just load the plugin so it's | ||
# available if desired, but it's disabled at startup. | ||
# | ||
# If the -enable_semi_sync flag is used, VTTablet will enable semi-sync | ||
# at the proper time when replication is set up, or when masters are | ||
# promoted or demoted. | ||
plugin-load = rpl_semi_sync_master=semisync_master.so;rpl_semi_sync_slave=semisync_slave.so |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is auto-included when MariaDB 10.1 is detected. | ||
|
||
innodb_support_xa = 0 | ||
|
||
# Semi-sync replication is required for automated unplanned failover | ||
# (when the master goes away). Here we just load the plugin so it's | ||
# available if desired, but it's disabled at startup. | ||
# | ||
# If the -enable_semi_sync flag is used, VTTablet will enable semi-sync | ||
# at the proper time when replication is set up, or when masters are | ||
# promoted or demoted. | ||
plugin-load = rpl_semi_sync_master=semisync_master.so;rpl_semi_sync_slave=semisync_slave.so |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is auto-included when MariaDB 10.2 is detected. | ||
|
||
innodb_support_xa = 0 | ||
|
||
# Semi-sync replication is required for automated unplanned failover | ||
# (when the master goes away). Here we just load the plugin so it's | ||
# available if desired, but it's disabled at startup. | ||
# | ||
# If the -enable_semi_sync flag is used, VTTablet will enable semi-sync | ||
# at the proper time when replication is set up, or when masters are | ||
# promoted or demoted. | ||
plugin-load = rpl_semi_sync_master=semisync_master.so;rpl_semi_sync_slave=semisync_slave.so |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This file is auto-included when MySQL 5.7 is detected. | ||
|
||
# Options for enabling GTID | ||
# https://dev.mysql.com/doc/refman/5.6/en/replication-gtids-howto.html | ||
gtid_mode = ON | ||
log_bin | ||
log_slave_updates | ||
enforce_gtid_consistency | ||
innodb_use_native_aio = 0 | ||
|
||
# Crash-safe replication settings. | ||
master_info_repository = TABLE | ||
relay_log_info_repository = TABLE | ||
relay_log_purge = 1 | ||
relay_log_recovery = 1 | ||
|
||
# Semi-sync replication is required for automated unplanned failover | ||
# (when the master goes away). Here we just load the plugin so it's | ||
# available if desired, but it's disabled at startup. | ||
# | ||
# If the -enable_semi_sync flag is used, VTTablet will enable semi-sync | ||
# at the proper time when replication is set up, or when masters are | ||
# promoted or demoted. | ||
plugin-load = rpl_semi_sync_master=semisync_master.so;rpl_semi_sync_slave=semisync_slave.so | ||
|
||
# When semi-sync is enabled, don't allow fallback to async | ||
# if you get no ack, or have no slaves. This is necessary to | ||
# prevent alternate futures when doing a failover in response to | ||
# a master that becomes unresponsive. | ||
rpl_semi_sync_master_timeout = 1000000000000000000 | ||
rpl_semi_sync_master_wait_no_slave = 1 | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.