annotate MySQLdb/constants/REFRESH.py @ 54:6e31278d3433 MySQLdb

There's no good reason to delay imports when the module is (1) useless without it or (2) you do the same late import more than once.
author kylev
date Mon, 23 Feb 2009 23:52:44 +0000
parents 7773efbe9b30
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
7773efbe9b30 Formatting and PyLint fixes. Final score: 8.21/10
adustman
parents: 0
diff changeset
1 """
7773efbe9b30 Formatting and PyLint fixes. Final score: 8.21/10
adustman
parents: 0
diff changeset
2 MySQL REFRESH Constants
7773efbe9b30 Formatting and PyLint fixes. Final score: 8.21/10
adustman
parents: 0
diff changeset
3 -----------------------
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
5 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
6 MySQL server. Forget you saw this.
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7 """
14
7773efbe9b30 Formatting and PyLint fixes. Final score: 8.21/10
adustman
parents: 0
diff changeset
8 __revision__ = "$Revision$"[11:-2]
7773efbe9b30 Formatting and PyLint fixes. Final score: 8.21/10
adustman
parents: 0
diff changeset
9 __author__ = "$Author$"[9:-2]
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
11 GRANT = 1
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
12 LOG = 2
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
13 TABLES = 4
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
14 HOSTS = 8
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 STATUS = 16
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
16 THREADS = 32
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
17 SLAVE = 64
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
18 MASTER = 128
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
19 READ_LOCK = 16384
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
20 FAST = 32768