FW: Sqlbox performance patch

2013-08-11 Thread Rene Kluwen
Sorry, forgot to copy the list. I changed it to the following: /* convert validity deferred back to minutes */ if (save_mt msg-sms.validity != SMS_PARAM_UNDEFINED) msg-sms.validity = (msg-sms.validity - time(NULL))/60; if

Re: FW: Sqlbox performance patch

2013-08-11 Thread Rinor Hoxha
One more thing to keep in consideration for users. When using very large values for limit-per-cycle make sure that max_allowed_packet in MySQL config is large enough to support large queries. Br, Rinor

RE: FW: Sqlbox performance patch

2013-08-11 Thread Rene Kluwen
I figure that the user will get an appropriate error message when max_allowed_packet is not large enough. -Original Message- From: Rinor Hoxha [mailto:rinorho...@gmail.com] Sent: zondag 11 augustus 2013 20:31 To: Rene Kluwen Cc: devel@kannel.org Subject: Re: FW: Sqlbox performance patch