Skip to content

Commit

Permalink
reshuffle with_lock caveat in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mwise committed Aug 1, 2014
1 parent 17a61e6 commit f9fac76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ with_lock do
end
`````

The `with_lock` method will be useful when hitting the caveats of `LOCK=NONE`. Please read the 'Caveats' section.

### Enable verbose output
To enable an 'ONLINE MIGRATION' debug statement whenever an online migration is
run, simply set the `MysqlOnlineMigrations.verbose` module variable to true.
Expand All @@ -62,8 +64,6 @@ Example (in a Rails app's config/initializers/mysql_online_migrations.rb):
MysqlOnlineMigrations.verbose = true
````

The `with_lock` method will be useful when hitting the caveats of `LOCK=NONE`. Please read the following section.

Caveats
=======================

Expand Down

0 comments on commit f9fac76

Please sign in to comment.