Hello, in jrd.cpp,
JAttachment::dropDatabase(...)
we have
for (; shadow; shadow = shadow->sdw_next)
{
err = err || drop_files(shadow->sdw_file);
}
Do we really want to drop files only until we get an error? I've changed the
line in my tree to
err = drop_files(shadow->sdw_file) || err;
because I think we want to drop as much files as possible. Comments?
C.
---
Claudio Valderrama C.
Consultant, SW developer.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel