Skip to content

Commit 1373d97

Browse files
committed
Merge branch '0.2.x'
2 parents e7c8f52 + 6bbc533 commit 1373d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysql2/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ static VALUE disconnect_and_raise(VALUE self, VALUE error) {
329329

330330
return Qnil;
331331
}
332-
#endif
333332

334333
static VALUE do_query(void *args) {
335334
struct async_query_args *async_args;
@@ -383,6 +382,7 @@ static VALUE do_query(void *args) {
383382

384383
return Qnil;
385384
}
385+
#endif
386386

387387
static VALUE rb_mysql_client_query(int argc, VALUE * argv, VALUE self) {
388388
struct async_query_args async_args;

0 commit comments

Comments
 (0)