We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ececd commit 60a1b48Copy full SHA for 60a1b48
1 file changed
plugins/dbms/mysql/takeover.py
@@ -70,11 +70,6 @@ def udfSetRemotePath(self):
70
self.__datadir = "."
71
self.__datadir = ntToPosixSlashes(normalizePath(self.__datadir))
72
73
- if re.search("^[\w]\:[\/\\\\]+", self.__datadir, re.I):
74
- kb.os = "Windows"
75
- else:
76
- kb.os = "Linux"
77
-
78
# The DLL can be in either C:\WINDOWS, C:\WINDOWS\system,
79
# C:\WINDOWS\system32, @@basedir\bin or @@datadir
80
self.udfRemoteFile = "%s/%s.%s" % (self.__datadir, self.udfSharedLibName, self.udfSharedLibExt)
0 commit comments