annotate MySQLdb/constants/REFRESH.py @ 77:6cc22ee607da MySQLdb

Copy compile -arch args to link args so we work on OS X
author kylev@localhost6.localdomain6
date Thu, 17 Jun 2010 00:41:20 -0700
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