Re: strange error in InnoDB on raw disk

2002-08-20 Thread Heikki Tuuri
:31 PM Subject: Re: strange error in InnoDB on raw disk > > is a begin statement the same as set autocommitt = 0?? > Nope, I didn't change autocommit. > > Yuri. > > FOR FILTER: sql, connect > > - > Be

Re: strange error in InnoDB on raw disk

2002-08-20 Thread Yuri
> is a begin statement the same as set autocommitt = 0?? Nope, I didn't change autocommit. Yuri. FOR FILTER: sql, connect - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.c

Re: strange error in InnoDB on raw disk

2002-08-20 Thread Randy Johnson
in a innodb table type using mysql max is a begin statement the same as set autocommitt = 0?? Randy - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

strange error in InnoDB on raw disk

2002-08-20 Thread Yuri
I created 4096M raw InnoDB space -- all was fine. Right after this I tried to create some type=InnoDB table. It fails with the message "can't create table './db/tbl.frm' (errno=133)". After I change newraw to raw in my.cnf and restart MySQL it works fine. Not a big problem for me but maybe it in