Re: [Sqlrelay-discussion] segmentation faults
Brought to you by:
mused
From: Feizhou <fe...@gr...> - 2005-08-25 02:45:57
|
>>David, >> >>could you make the sqlrelay dropin mysql library also set an error >>string if they call unsupported mysql calls instead of just returning 1 >>in those calls? >> >>Thanks. > > > I can do that where I can. I think there are some calls where they have > to return 1 for the mysql client to work, even though the calls don't do > anything. I'll look into it. > Thanks, it helps to be told that the drop-in library don't support whatever function that was called just before mysql_error() instead of running into a segfault. |