mysql_session_track_get_first
mysql_session_track_get_first retrieves the first session state change notification from the server, covering schema changes, system variables, and state flags. Added in Connector/C 3.0.
Syntax
int mysql_session_track_get_first(MYSQL * mysql,enum enum_session_state_type type, const char **data, size_t *length );Description
Returns
See also
Last updated
Was this helpful?

