Open firebird-automations opened 15 years ago
Commented by: Claudio Valderrama C. (robocop)
It's more correct to assign the bug to ENGINE itself.
Commented by: @romansimakov
I think we should drop delta file as well. If we need not database having delta does not make sense. Right?
Commented by: Claudio Valderrama C. (robocop)
There are two options and I don't know what's better: - When dropping the db, the delta file is deleted as well even if a physical backup is in progress; no warning to the user. - The db can't be dropped unless the physical backup is stopped.
Submitted by: Claudio Valderrama C. (robocop)
F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebird\bin>isql Use CONNECT or CREATE DATABASE to specify a database SQL> create database 'flags.db'; SQL> alter database begin backup; SQL> drop database; SQL> shell dir; ... 13-11-2009 08:29 12.288 FLAGS.DB.delta SQL>
The db was deleted but the delta wasn't. Either dropping a db with a physical backup in progress is not allowed or the delta is obliterated, too.