Home | Trees | Index | Help |
---|
MySQL REFRESH Constants
These constants seem to mostly deal with things internal to the MySQL server. Forget you saw this.
Variable Summary | |
---|---|
int |
FAST = 32768 |
int |
GRANT = 1 |
int |
HOSTS = 8 |
int |
LOG = 2 |
int |
MASTER = 128 |
int |
READ_LOCK = 16384 |
int |
SLAVE = 64 |
int |
STATUS = 16 |
int |
TABLES = 4 |
int |
THREADS = 32 |
Variable Details |
---|
int
32768
int
1
int
8
int
2
int
128
int
16384
int
64
int
16
int
4
int
32
Home | Trees | Index | Help |
---|