mirror of
https://github.com/MariaDB/server.git
synced 2025-11-02 02:53:04 +03:00
table Performance schema discovery fails if connection has no active database set. This happened due to restriction in SQL parser: table name with no database name is ambiguous in such case. Fixed by temporary substitution of default database with being discovered table database.