ext/mysql2/client.h in mysql2-0.2.18 vs ext/mysql2/client.h in mysql2-0.2.19b1

- old
+ new

@@ -31,12 +31,14 @@ void init_mysql2_client(); typedef struct { VALUE encoding; - int active; + VALUE active_thread; /* rb_thread_current() or Qnil */ int reconnect_enabled; - int closed; + int active; + int connected; + int initialized; MYSQL *client; } mysql_client_wrapper; -#endif \ No newline at end of file +#endif