Commit 967de3cd by Adam Chainz

Fix sync_binlog name in mysql_variables example

The previous sync_binary_log is not a real MySQL variable.
parent b6b76fe7
......@@ -56,8 +56,8 @@ options:
- unix socket to connect mysql server
'''
EXAMPLES = '''
# Check for sync_binary_log setting
- mysql_variables: variable=sync_binary_log
# Check for sync_binlog setting
- mysql_variables: variable=sync_binlog
# Set read_only variable to 1
- mysql_variables: variable=read_only value=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment