| List: | MySQL and Java | « Previous MessageNext Message » | |
| From: | Mark Matthews | Date: | February 11 2000 9:32pm |
| Subject: | RE: Inserting Blobs | ||
| View as plain text | |||
On Fri, 11 Feb 2000, John Zollinger wrote: > > I wouldn't classify it as a bug, the exception that is thrown is > > misleading, > > I'll give you that, so the fact that I'm not throwing an SQLException when > > you try to write > 65K packets is a bug. However, limiting the packet size > > to 65K is not a bug, considering that before I did that I had users > > mysteriously crashing their mysql servers by sending too large of packets. > > So, if we need to insert blobs larger than 65K (a LONGBLOG), what should we > do? Is it ok to increase the MAXBUF (and recompile the driver), or is that > going to cause the mysterious problems you hint at above? You can do that, which will work until you create packets that are larger than your server will accept, or use 2.0pre (which is beta) which has the ability (in most cases) to figure out how large a packet your server will accept and enforces that maximum size. -Mark
| Thread | ||
|---|---|---|
| • client server application | Ahmed K Bayyari | 4 Feb |
| • Re: client server application | John Raab | 4 Feb |
| • RE: client server application | Roy Nasser | 4 Feb |
| • RE: client server application | Ahmed K Bayyari | 4 Feb |
| • RE: client server application | Richard Schilling | 8 Feb |
| • Inserting Blobs | Calistra Research Labs | 8 Feb |
| • Re: Inserting Blobs | Christian Mack | 11 Feb |
| • Re: Inserting Blobs | Mark Matthews | 11 Feb |
| • RE: Inserting Blobs | (John Zollinger) | 11 Feb |
| • Copy table structure? | CLAUDE LEBLANC | 11 Feb |
| • Re: Copy table structure? | CLAUDE LEBLANC | 12 Feb |
| • RE: Inserting Blobs | Mark Matthews | 12 Feb |
| • Server configuration denies access to data source? | (John Zollinger) | 18 Feb |
| • Re: Server configuration denies access to data source? | Roland Becker | 18 Feb |
| • Re: Inserting Blobs | Cris Perdue | 11 Feb |
| • RE: client server application | Carlos Proal | 8 Feb |
