Skip to content

Commit

Permalink
Merge branch '0.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 14, 2011
2 parents 7f5cd6d + 5d94430 commit 9742299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ Although Mysql2 performs reasonably well at retrieving uncasted data, it (curren

### Async

NOTE: Not supported on Windows.

`Mysql2::Client` takes advantage of the MySQL C API's (undocumented) non-blocking function mysql_send_query for *all* queries.
But, in order to take full advantage of it in your Ruby code, you can do:

Expand Down

0 comments on commit 9742299

Please sign in to comment.