Thanks to visit codestin.com Credit goes to github.com
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 05a496c commit ac74184Copy full SHA for ac74184
1 file changed
plugins/dbms/mysql/takeover.py
@@ -36,6 +36,10 @@ def udfSetRemotePath(self):
36
37
banVer = kb.bannerFp["dbmsVersion"]
38
39
+ if banVer >= "5.0.67":
40
+ logger.info("retrieving MySQL plugin directory absolute path")
41
+ self.__basedir = unArrayizeValue(inject.getValue("SELECT @@plugin_dir"))
42
+
43
# On MySQL 5.1 >= 5.1.19 and on any version of MySQL 6.0
44
if banVer >= "5.1.19":
45
if self.__basedir is None:
0 commit comments