You are here : cpp0mysql_get_proto_info

mysql_get_proto_info() - 0

 Returns the protocol version used by current connection.


Syntax

unsigned int mysql_get_proto_info(MYSQL
        *mysql)


Example

 


Output / Return Value

 An unsigned integer representing the protocol version used by
        the current connection.


Limitations


Alternatives / See Also


Reference