Fix sync_binlog name in mysql_variables example

The previous sync_binary_log is not a real MySQL variable.
This commit is contained in:
Adam Chainz 2014-05-06 12:25:11 +01:00
parent b6b76fe7f2
commit 967de3cdf9

View file

@ -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