On Mon, May 20, 2002 at 12:25:26PM -0400, walt wrote:

> Does anyone know where rollbacks are stored for innodb tables?  I
> assume memory since I keep getting a table full error when trying to
> drop an index.  sql,query

I'm not exactly sure what you're asking, but the rollback information
needs to be stored on disk.  Otherwise it cannot recover form a crash.

Anyway, I suspect that your problem is that your tablespace is full.
Can you try added another file and see if that makes the problem go
away?

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to