Re: Got error 12 from table handler

2003-11-09 Thread Jeremy Zawodny
ntry_date DESC > > it works fine locally on my win98 (PWS server) MySQL 4.0.15 but remotly on > my FREEBSD server gives this error: > > query error: Got error 12 from table handler > > Any Suggesstions? [EMAIL PROTECTED]:~$ perror 12 Error code 12: Cannot allocate memo

Got error 12 from table handler

2003-11-09 Thread george atef
error: query error: Got error 12 from table handler Any Suggesstions? George Atef _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- MySQL General Mailing List For list

Re: General error: Got error 12 from table handler on Linux.

2002-05-06 Thread Egor Egorov
Doron, Monday, May 06, 2002, 3:44:02 AM, you wrote: D> I got the above error when inserting a row into a heap table on linux D> mySQL version 3.23.49a from the Java JDBC driver. This is not reproduceable D> on a win32 DB. This does not appear to be space related as it failed after D> only abo

General error: Got error 12 from table handler on Linux.

2002-05-05 Thread Doron
Hi, I got the above error when inserting a row into a heap table on linux mySQL version 3.23.49a from the Java JDBC driver. This is not reproduceable on a win32 DB. This does not appear to be space related as it failed after only about 200 rows. Just wondering if anyone has seen this before?