dirsearchres2 — Holds the results of a directory search query. userids is either "[searching]" if a query is still running, or a list of userids if it is finished.
Column name | Type | Null | Default | Description |
---|---|---|---|---|
qdigest | varchar(32) | An MD5sum of the SQL search query. | ||
dateins | datetime | 0000-00-00 00:00:00 | The date the search was made. | |
userids | blob | YES | List of matched userids for the query, comma separated. |
Key name | Type | Column(s) |
---|---|---|
PRIMARY | PRIMARY | |
dateins | INDEX |