Method: Mysql#server_info
- Defined in:
- ext/mysql_api/mysql.c
#server_info ⇒ Object
server_info()
547 548 549 550 |
# File 'ext/mysql_api/mysql.c', line 547 static VALUE server_info(VALUE obj) { return rb_tainted_str_new2(mysql_get_server_info(GetHandler(obj))); } |