tptimer/env/lib/python2.7/site-packages/MySQLdb/constants/REFRESH.py

18 lines
252 B
Python
Raw Normal View History

2018-07-20 05:43:02 +00:00
"""MySQL REFRESH Constants
These constants seem to mostly deal with things internal to the
MySQL server. Forget you saw this.
"""
GRANT = 1
LOG = 2
TABLES = 4
HOSTS = 8
STATUS = 16
THREADS = 32
SLAVE = 64
MASTER = 128
READ_LOCK = 16384
FAST = 32768