annotate site.cfg @ 40:2d1a3d9e15b2 MySQLdb

Update some of the constants and declarations to post python-2.0 convenience functions, increase related test coverage.
author kylev
date Sun, 15 Feb 2009 07:26:43 +0000
parents 0e37ee00beb7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
1 [options]
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
2 # embedded: link against the embedded server library
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
3 # threadsafe: use the threadsafe client
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4 # static: link against a static library (probably required for embedded)
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 embedded = False
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7 threadsafe = True
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
8 static = False
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
9
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
10 # The path to mysql_config.
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
11 # Only use this if mysql_config is not on your PATH, or you have some weird
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
12 # setup that requires it.
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
13 #mysql_config = /usr/local/bin/mysql_config
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
14
9
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
15 # The Windows registry key for MySQL.
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
16 # This has to be set for Windows buildsto work.
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
17 # Only change this if you have a different version.
0e37ee00beb7 Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents: 5
diff changeset
18 registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0