show who we're talking about ;)

This commit is contained in:
Brian Lopez 2010-04-05 20:53:32 -07:00
parent c2fd214cb4
commit 3357d3b077
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ static VALUE rb_mysql_client_query(VALUE self, VALUE sql) {
}
// the below code is largely from do_mysql
// http://github.com/datamapper/do
fd = client->net.fd;
for(;;) {
FD_ZERO(&fdset);