Re: [Sqlrelay-discussion] SQLRelay can't handle queries larger than 65535 bytes
Brought to you by:
mused
|
From: Martin F. <mar...@po...> - 2008-01-24 15:30:26
|
David Muse schreef: > Your intuition is probably correct! :) > > There's a parameter in the sqlrelay.conf file called maxquerysize that > determines the maximum length query that the sqlrelay server will > accept. The default is 64K, but you can make it larger if you like. > See http://sqlrelay.sourceforge.net/sqlrelay/configuring.html for more > info on that. > > It's odd that you get that particular error though. I think that may be > a bug. I did recently fix a bug that caused that error to show up in > several cases where it shouldn't, so it may be fixed in CVS. > > Try modifying maxquerysize and see if it doesn't solve the problem. > It solves the problem, thanks! A different error message would be appropriate, however. Best regards, Martin |