MXS-1539: Make refresh rate limitations thread-specific
The refresh rate limitations are now also thread-specific. This is required when the authentication data is partitioned on a per thread basis.
This commit is contained in:
@ -148,7 +148,7 @@ typedef struct service
|
||||
bool strip_db_esc; /**< Remove the '\' characters from database names
|
||||
* when querying them from the server. MySQL Workbench seems
|
||||
* to escape at least the underscore character. */
|
||||
SERVICE_REFRESH_RATE rate_limit; /**< The refresh rate limit for users table */
|
||||
SERVICE_REFRESH_RATE *rate_limits; /**< The refresh rate limits for users of each thread */
|
||||
MXS_FILTER_DEF **filters; /**< Ordered list of filters */
|
||||
int n_filters; /**< Number of filters */
|
||||
int64_t conn_idle_timeout; /**< Session timeout in seconds */
|
||||
|
Reference in New Issue
Block a user