Patch level : 12.0 no-patch
Files correlati : Commento : Aggiunta funzione find per trovare un record in un record array usando la chiave nkey.
This commit is contained in:
parent
4d7d204fee
commit
16b7e14623
@ -472,8 +472,6 @@ int TRecord_array::write(bool re) const
|
|||||||
{
|
{
|
||||||
if (re)
|
if (re)
|
||||||
{
|
{
|
||||||
if (db_log() && _file != LF_DBLOG)
|
|
||||||
r->set_preserve_values(false);
|
|
||||||
err = r->rewrite(f);
|
err = r->rewrite(f);
|
||||||
if (err == _iskeynotfound || err == _iseof || err == _isemptyfile)
|
if (err == _iskeynotfound || err == _iseof || err == _isemptyfile)
|
||||||
err = r->write(f);
|
err = r->write(f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user