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 75f286c commit ea3ebafCopy full SHA for ea3ebaf
plugins/dbms/mysql/takeover.py
@@ -58,8 +58,6 @@ def udfSetRemotePath(self):
58
self.__basedir = ntToPosixSlashes(normalizePath(self.__basedir))
59
self.udfRemoteFile = "%s/%s.%s" % (self.__basedir, self.udfSharedLibName, self.udfSharedLibExt)
60
61
- logger.warn("this will only work if the database administrator created manually the '%s' subfolder" % self.__basedir)
62
-
63
# On MySQL 4.1 < 4.1.25 and on MySQL 4.1 >= 4.1.25 with NO plugin_dir set in my.ini configuration file
64
# On MySQL 5.0 < 5.0.67 and on MySQL 5.0 >= 5.0.67 with NO plugin_dir set in my.ini configuration file
65
else:
0 commit comments