sysown/proxysql

Try to attach the `stats` schema as `stats` when using a `stats` user

renecannao opened this issue · 1 comments

This is a follow up from #4507 (comment) .

When using a stats user, In SQLite the stats schema becomes the main database.
We should evaluate if it is possible to re-attach the stats schema as stats database too, in addition to main

It seems possible to reattach the same schema multiple times