Re: [Sqlrelay-discussion] a couple of patches - one more
Brought to you by:
mused
|
From: Carlos V. <cve...@em...> - 2010-05-21 15:50:17
|
It seems there have been a number of significant bug fixes & patches rollout for 0.41 that are critical for a stable production environment implementation. Is there any chance of getting these all rolled together into a 0.42 release? CJ Vergara -----Original Message----- From: Renat Sabitov [mailto:sr...@st...] Sent: Wednesday, May 19, 2010 4:58 AM To: Discussion of topics related to SQL Relay; David Muse Subject: [SPAM] - Re: [Sqlrelay-discussion] a couple of patches - one more - Email found in subject 14.05.2010 17:34, Renat Sabitov пишет: > 09_sessioncount_correction.patch - prevents sessioncount to go below > zero Unfortunately this patch does not work properly. I found, that testing connectionsinuse and totalconnections to go below zero make no sense since they are unsigned and decremeting zero value produces UINT32_MAX. But in other parts of program this values are cast to signed int, wich goes below zero because of overloading. So I made a patch which changed type of them to signed int. I hope you'll find it useful. -- Renat Sabitov e-mail: sr...@st... Stack Soft jid: sr...@ja... |