feat:support system database and schemas

This commit is contained in:
SwallowGG
2024-03-17 21:56:50 +08:00
parent 0fe586d263
commit c96490a426
11 changed files with 92 additions and 0 deletions

View File

@ -321,4 +321,10 @@ public class MysqlMetaData extends DefaultMetaService implements MetaData {
public ValueHandler getValueHandler() {
return new MysqlValueHandler();
}
@Override
public List<String> getSystemDatabases() {
return systemDatabases;
}
}