You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Eliminate `log_slave_updates` system variable, closesjulien-duponchelle#410
- `log_slave_updates` modifies to which file binlog events is written.
- The variable is not applicable to python-mysql-replication, because no file is written
* Refactor docker-compose.yml to use extension and YAML anchors for improved readability and expandability
Changes:
- Updated version to 3.4 at which extension for docker compose was first introduced
- Use extension to hold common fields and anchors to reference the extensions
* fix: use folded block scalar
* fix: add volumes to test MariadbStartEncryptionEvent
* fix: docker-compose-test mysql server check query
* Eliminate log_slave_updates system variable in docker-compose-test.yml
* fix: docker-compose settings for mariadb
* fix: MYSQL_5_7_CTL_PORT casting
* add copy .mariadb
---------
Co-authored-by: Soul Lee <alus20x@gmail.com>
Co-authored-by: lre12 <swj951105@naver.com>
0 commit comments