At 1:58 + 9/25/02, Jessica Thomale wrote:
>On Wednesday, Sep 25, 2002, at 01:00 Etc/GMT, Paul DuBois wrote:
>
>>At 0:39 + 9/25/02, Jessica Thomale wrote:
>>>Hi,
>>>
>>>Is it possible to use InnoDB tables that have transaction support
>>>without using InnoDB for server logs?
>>
>>The InnoDB
On Wednesday, Sep 25, 2002, at 01:00 Etc/GMT, Paul DuBois wrote:
> At 0:39 + 9/25/02, Jessica Thomale wrote:
>> Hi,
>>
>> Is it possible to use InnoDB tables that have transaction support
>> without using InnoDB for server logs?
>
> The InnoDB handler maintains its own logs, and it uses thes
At 0:39 + 9/25/02, Jessica Thomale wrote:
>Hi,
>
>Is it possible to use InnoDB tables that have transaction support
>without using InnoDB for server logs?
The InnoDB handler maintains its own logs, and it uses these for
transaction support and crash recovery. You can't turn them off.
Howeve