mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-14 21:30:58 +00:00
chat with plugin bug fix
This commit is contained in:
@@ -22,6 +22,7 @@ class MysqlSummary(DBSummary):
|
||||
|
||||
self.db = CFG.local_db
|
||||
self.db.get_session(name)
|
||||
|
||||
self.metadata = """user info :{users}, grant info:{grant}, charset:{charset}, collation:{collation}""".format(
|
||||
users=self.db.get_users(),
|
||||
grant=self.db.get_grants(),
|
||||
|
Reference in New Issue
Block a user