Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Preliminary fix for issue #250
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahriyarR committed Jan 1, 2018
1 parent 373c04c commit 5adc635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare_env_test_mode/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ def generate_config_files(test_path, conf_file, basedir, datadir, sock_file, bac
"--early-plugin-load=keyring_file.so,"
"--keyring_file_data={}/mysql-keyring/keyring,"
"--log-bin=mysql-bin,--log-slave-updates,--server-id={},"
"--gtid-mode=ON,--enforce-gtid-consistency,--binlog-format=row")
"--gtid-mode=ON,--enforce-gtid-consistency,--binlog-format=row,"
"--encrypt_binlog=ON,--master_verify_checksum=ON,--binlog_checksum=CRC32" )
elif '5_6' in conf_file:
config.set(section8, "default_mysql_options",
"--log-bin=mysql-bin,--log-slave-updates,--server-id={},"
Expand Down

0 comments on commit 5adc635

Please sign in to comment.