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:
parent
5f81996122
commit
94ae2a781d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue