RE: Strange Error in MySQL

2005-05-10 Thread Jay Blanchard
[snip] Hello. Yes, there are. In fact, other records have more data for this field in them and inserts for those records never threw an error. [/snip] Is the data for the other fields larger than usual? This field may be smaller, but the cumulative row length (the combined size of every field) is

RE: Strange Error in MySQL

2005-05-10 Thread Asad Habib
Hello. Yes, there are. In fact, other records have more data for this field in them and inserts for those records never threw an error. - Asad On Tue, 10 May 2005, Jay Blanchard wrote: > [snip] > Hello. I am receiving the following error when trying to insert into a > field of type text: > > #1

Re: Strange Error in MySQL

2005-05-10 Thread Jigal van Hemert
> #1030 - Got error 139 from storage engine > > The data to be inserted should fit easily into a text field. In fact, this > error only occurs for a particular record and other records with much > larger data sets are not throwing the same error. Has anyone experienced > something similar? I checke

RE: Strange Error in MySQL

2005-05-10 Thread Jay Blanchard
[snip] Hello. I am receiving the following error when trying to insert into a field of type text: #1030 - Got error 139 from storage engine The data to be inserted should fit easily into a text field. In fact, this error only occurs for a particular record and other records with much larger data