no need to carry over options twice as we're already doing it up in rb_mysql_client_async_result

This commit is contained in:
Brian Lopez 2010-08-03 19:04:30 -07:00
parent 5f81996122
commit 94ae2a781d
1 changed files with 0 additions and 3 deletions

View File

@ -290,9 +290,6 @@ static VALUE rb_mysql_client_query(int argc, VALUE * argv, VALUE self) {
VALUE result = rb_mysql_client_async_result(self); VALUE result = rb_mysql_client_async_result(self);
// pass-through query options for result construction later
rb_iv_set(result, "@query_options", rb_obj_dup(opts));
return result; return result;
} else { } else {
return Qnil; return Qnil;