Re: MySQL InnoDB tables without InnoDB server logs

2002-09-24 Thread Paul DuBois
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

Re: MySQL InnoDB tables without InnoDB server logs

2002-09-24 Thread Jessica Thomale
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

Re: MySQL InnoDB tables without InnoDB server logs

2002-09-24 Thread Paul DuBois
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