v.25.11Improvement
Fix incorrect code
Fix incorrect code in theBackupdatabase engine when it can generate an invalid query withSHOW CREATE DATABASEor when queryingengine_fullfromsystem.databases. Closes #89477. #89341 (Alexey Milovidov).
Why it matters
The update resolves issues where theBackup engine could produce invalid SQL queries, improving metadata retrieval commands for database inspection and management. This ensures accurate reflection of backup engine configurations and reliable system table queries.How to use it
Users do not need to change their workflow; the fix is applied internally. After updating to the fixed version, commands likeSHOW CREATE DATABASE <database> and querying engine_full from system.databases will work properly for databases using the Backup engine.