#include <structs.h>
Public Types | |
| QUERIES_PER_HOUR = 1 | |
| UPDATES_PER_HOUR = 2 | |
| CONNECTIONS_PER_HOUR = 4 | |
| USER_CONNECTIONS = 8 | |
| enum | { QUERIES_PER_HOUR = 1, UPDATES_PER_HOUR = 2, CONNECTIONS_PER_HOUR = 4, USER_CONNECTIONS = 8 } |
Public Attributes | |
| uint | questions |
| uint | updates |
| uint | conn_per_hour |
| uint | user_conn |
| uint | specified_limits |
Definition at line 178 of file structs.h.
| anonymous enum |
Definition at line 194 of file structs.h.
00194 {QUERIES_PER_HOUR= 1, UPDATES_PER_HOUR= 2, CONNECTIONS_PER_HOUR= 4, 00195 USER_CONNECTIONS= 8};
Definition at line 187 of file structs.h.
Referenced by acl_update_user(), check_for_max_user_connections(), check_user(), mysql_show_grants(), and replace_user_table().
Definition at line 180 of file structs.h.
Referenced by acl_update_user(), check_mqh(), check_user(), mysql_show_grants(), and replace_user_table().
Definition at line 196 of file structs.h.
Referenced by acl_update_user(), and replace_user_table().
Definition at line 185 of file structs.h.
Referenced by acl_update_user(), check_mqh(), check_user(), mysql_show_grants(), and replace_user_table().
Definition at line 189 of file structs.h.
Referenced by acl_update_user(), check_for_max_user_connections(), check_user(), mysql_show_grants(), and replace_user_table().
1.4.7

