ext/mysql2/client.h in mysql2-0.2.3 vs ext/mysql2/client.h in mysql2-0.2.4

- old
+ new

@@ -32,9 +32,10 @@ void init_mysql2_client(); typedef struct { VALUE encoding; short int active; - MYSQL client; + short int closed; + MYSQL *client; } mysql_client_wrapper; #endif \ No newline at end of file