We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ade40 commit 3070f46Copy full SHA for 3070f46
MySQLdb/setup_windows.py
@@ -4,12 +4,10 @@ def get_config():
4
5
metadata, options = get_metadata_and_options()
6
7
- serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
8
connector = options["connector"]
9
10
extra_objects = []
11
- static = enabled(options, 'static')
12
- # XXX static doesn't actually do anything on Windows
+
13
if enabled(options, 'embedded'):
14
client = "mysqld"
15
else:
0 commit comments