/* ping() */ static VALUE ping(VALUE obj) { MYSQL* m = GetHandler(obj); if (mysql_ping(m) != 0) mysql_raise(m); return obj; }