Re: [Got error 139 from table handler using InnoDB]

2001-08-03 Thread Dan Nelson
In the last episode (Aug 02), [EMAIL PROTECTED] said: > I'm new to the list so please forgive me if this problem has already > been solved. > > I've been using MySQL for development for sometime. Up until now I've > been using MyISAM tables. I've decided to switch to InnoDB because > some table f

Re: [Got error 139 from table handler using InnoDB]

2001-08-03 Thread Brian Pittman
Heikki, I've downloaded the latest InnoDB (3.23.40b) and recompiled mysql 3.23.40. Unfortunately I'm still getting the same error. Do I still need to increase UNIV_PAGE_SIZE and UNIV_PAGE_SIZE_SHIFT in /path/to/mysql/innobase/include/univ.i? If so, how large can I set these values? (I increased

[Got error 139 from table handler using InnoDB]

2001-08-03 Thread bmpittma
Hi! I'm new to the list so please forgive me if this problem has already been solved. I've been using MySQL for development for sometime. Up until now I've been using MyISAM tables. I've decided to switch to InnoDB because some table files (*.MYD) are approaching the OS limit. I get the above e

Re: [Got error 139 from table handler using InnoDB]

2001-08-03 Thread Brian
My mistake. The latest InnoDB works as expected. Sorry to clutter the list with my own lack of attention. Never compile the same code on 2 different boxes with different operating systems and different configurations at the same time. Thanks for all your work Heikki! Cheers, Brian > Heikki, >

Re: [Got error 139 from table handler using InnoDB]

2001-08-02 Thread Heikki Tuuri
Brian, the support for > 8000 byte rows in InnoDB is not yet in binary distributions of MySQL. To use < 4 GB rows you have to download InnoDB-3.23.39b source from www.innodb.com replace it to MySQL-3.23.40 (or .39) source and recompile. I am right now compiling and testing the new InnoDB-3.23.40