: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
> 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
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
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