Merge pull request #7294 from adamchainz/patch-1

Fix sync_binlog name in mysql_variables example
This commit is contained in:
James Cammarata 2014-05-06 08:18:05 -05:00
commit 941af22d5d

View file

@ -56,8 +56,8 @@ options:
- unix socket to connect mysql server - unix socket to connect mysql server
''' '''
EXAMPLES = ''' EXAMPLES = '''
# Check for sync_binary_log setting # Check for sync_binlog setting
- mysql_variables: variable=sync_binary_log - mysql_variables: variable=sync_binlog
# Set read_only variable to 1 # Set read_only variable to 1
- mysql_variables: variable=read_only value=1 - mysql_variables: variable=read_only value=1