summaryrefslogtreecommitdiff
path: root/MySQLdb/constants/REFRESH.py
diff options
context:
space:
mode:
Diffstat (limited to 'MySQLdb/constants/REFRESH.py')
-rw-r--r--MySQLdb/constants/REFRESH.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/MySQLdb/constants/REFRESH.py b/MySQLdb/constants/REFRESH.py
new file mode 100644
index 0000000..4a08b94
--- /dev/null
+++ b/MySQLdb/constants/REFRESH.py
@@ -0,0 +1,17 @@
+"""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