clients — Keeps track of clients that access the protocol. Whenever the protocol encounters a new client, a new row (and thus a new clientid) is generated.
Column name | Type | Null | Default | Description |
---|---|---|---|---|
clientid | smallint unsigned auto_increment | Primary key. Auto-generated for each new client name. | ||
client | varchar(40) | YES | Client string, of form Platform-Name/Version. See login mode of protocol docs. |
Key name | Type | Column(s) |
---|---|---|
PRIMARY | PRIMARY | |
client | INDEX |