Modules/MTA-MySQL/mysql get client version

From Multi Theft Auto: Wiki
Revision as of 17:26, 13 January 2008 by Ryden (talk | contribs) (New page: __NOTOC__ Returns an integer that represents the client library version. The value has the format XYYZZ where X is the major version, YY is the release level, and ZZ is the version number...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns an integer that represents the client library version. The value has the format XYYZZ where X is the major version, YY is the release level, and ZZ is the version number within the release level. For example, a value of 40102 represents a client library version of 4.1.2.

Syntax

int mysql_get_client_version ( )

Returns

An integer representing the client version.

See also