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 6306946 commit fc2a27dCopy full SHA for fc2a27d
apps/mysql/sqlite.go
@@ -25,7 +25,7 @@ func getSqliteDBName(binlogFilePath string) (dbPath, table string) {
25
table = arr[1]
26
}
27
28
- return datas.GetSqlitePath(dbPath), table
+ return datas.GetSqlitePath(dbPath), "binlog_" + table
29
30
31
// GetDB 链接指定 db 必须手动关闭
0 commit comments