提交 32221b32 编写于 作者: S serge-rider

MySQL: events refresh support

Former-commit-id: f8535123
上级 a219ec79
...@@ -338,6 +338,7 @@ public class MySQLCatalog implements DBSCatalog, DBPSaveableObject, DBPRefreshab ...@@ -338,6 +338,7 @@ public class MySQLCatalog implements DBSCatalog, DBPSaveableObject, DBPRefreshab
constraintCache.clearCache(); constraintCache.clearCache();
proceduresCache.clearCache(); proceduresCache.clearCache();
triggerCache.clearCache(); triggerCache.clearCache();
eventCache.clearCache();
return this; return this;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册