Merge pull request #33633 from mengjiao-liu/revert-configmap-mysql
Revert an incorrect fix in mysql-configmap.yamlpull/34100/merge
commit
6778efebe3
|
@ -9,10 +9,8 @@ data:
|
|||
# Apply this config only on the primary.
|
||||
[mysqld]
|
||||
log-bin
|
||||
datadir=/var/lib/mysql/mysql
|
||||
replica.cnf: |
|
||||
# Apply this config only on replicas.
|
||||
[mysqld]
|
||||
super-read-only
|
||||
datadir=/var/lib/mysql/mysql
|
||||
|
||||
|
|
Loading…
Reference in New Issue