annotate MySQLdb/constants/REFRESH.py @ 8:fa8974a41c76 MySQLdb

New error handling code, plus some small fixes from 1.2
author adustman
date Sun, 11 Feb 2007 21:36:29 +0000
parents e48810735f11
children 7773efbe9b30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
1 """MySQL REFRESH Constants
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
2
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
3 These constants seem to mostly deal with things internal to the
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4 MySQL server. Forget you saw this.
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
5
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
6 """
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
8 GRANT = 1
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
9 LOG = 2
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10 TABLES = 4
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
11 HOSTS = 8
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
12 STATUS = 16
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
13 THREADS = 32
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
14 SLAVE = 64
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 MASTER = 128
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
16 READ_LOCK = 16384
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
17 FAST = 32768