Hi!
On Nov 19, Ian Collins wrote:
> If you open a table using HANDLER,
>
> e.g, HANDLER MYTABLE OPEN;
>
> then during the course of your application truncate that table,
>
> e.g, TRUNCATE TABLE MYTABLE;
>
> then you get some really wierd behaviour (my wierd behaviour was the
> applicatio
Ian Collins writes:
> If you open a table using HANDLER,
>
> e.g, HANDLER MYTABLE OPEN;
>
> then during the course of your application truncate that table,
>
> e.g, TRUNCATE TABLE MYTABLE;
>
> then you get some really wierd behaviour (my wierd behaviour was the
> application rolling on a
If you open a table using HANDLER,
e.g, HANDLER MYTABLE OPEN;
then during the course of your application truncate that table,
e.g, TRUNCATE TABLE MYTABLE;
then you get some really wierd behaviour (my wierd behaviour was the
application rolling on a free in a completely different part of t