Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xqzhang2015 committed Feb 18, 2021
1 parent 537dbb1 commit 46359b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion database/MySQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- [GTID\(Global Transaction IDentifier\)](#gtidglobal-transaction-identifier)
- [简介](#%E7%AE%80%E4%BB%8B)
- [GTID Limits](#gtid-limits)
- [References](#references)
- [ODBC Driver and Data Source](#odbc-driver-and-data-source)
- [Connect timeout](#connect-timeout)
- [Globalization: timezone switch](#globalization-timezone-switch)
Expand All @@ -14,7 +15,7 @@
- [Populating the Time Zone Tables](#populating-the-time-zone-tables)
- [Get shifting seconds for a timezone: 时间差](#get-shifting-seconds-for-a-timezone-%E6%97%B6%E9%97%B4%E5%B7%AE)
- [Issue trouble shooting: CONVERT_TZ\(\) returns null](#issue-trouble-shooting-convert_tz-returns-null)
- [References](#references)
- [References](#references-1)

<!-- /MarkdownTOC -->

Expand Down Expand Up @@ -80,6 +81,12 @@ ERROR 1785 (HY000): Statement violates GTID consistency: Updates to non-transact
* 所以建议选择Innodb作为默认的数据库引擎


### References

[cnblogs.com:MySQL 基于GTID复制模式-运维小结](https://www.cnblogs.com/kevingrace/p/5569753.html)<br/>

[csdn.net: MySQL主从复制实战 - 基于GTID的复制](https://blog.csdn.net/solarison/article/details/60468505)<br/>

# ODBC Driver and Data Source
```
$ odbcinst -j
Expand Down
2 changes: 1 addition & 1 deletion distributed_system/k8s_cluster_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ helm list | grep release-X | awk '{print $1}' | xargs helm delete --purge

```sh
kops replace -f xxx.yml
kops update cluster $CLUSTER_NAME --yes
kops update cluster $CLUSTER_NAME --yes # This change will apply to new instances only
kops rolling-update cluster --fail-on-validate-error="false" --force --yes

kops rolling-update cluster --fail-on-validate-error="false" --force --yes --instance-group aerospike-node-group-latest
Expand Down

0 comments on commit 46359b8

Please sign in to comment.