Subject no_auto_undo (was Simple challenge)
Author Peter Faulks
On Fri, 01 Nov 2002 11:49:06 -0500 "Ann W. Harrison"
<aharrison@...> wrote:

> Certain large operations (e.g. a gbak restore) begin to use
> significant memory in their undo logs, so a transaction option
> tpb_no_auto_undo (or something like that) was added.

Ah, found it in ibase.h....
But... There is no mention of the "transaction parameter buffer" in the
ESQL guide.

Only in the API guide is this explained.

> When
> we get V1.5 stable, we should another option to set transaction -
> or possibly remove the auto-undo code complete now that we've
> got savepoints.

So currently, the only way to set "no_auto_undo" is to use the API, and
not ESQL. Or is there a way around this?

Thanks