build_info
Holds client build data to verify if a connecting client is supported by the server.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| build | int | signed | PRI | NO | |||
| majorVersion | int | signed | YES | NULL | |||
| minorVersion | int | signed | YES | NULL | |||
| bugfixVersion | int | signed | YES | NULL | |||
| hotfixVersion | char(3) | YES | NULL | ||||
Description of fields
build
e.g.: 335a.12340
majorVersion
e.g.: 335a.12340
minorVersion
e.g.: 335a.12340
bugfixVersion
e.g.: 335a.12340
hotfixVersion
e.g.: 335a.12340
