Hi Mayank,
On 5/12/11 4:36 AM, MAYANK PRASAD wrote:
> Hi Davi,
>
> Thanks for the comments. Please see my response in-line.
Thanks. But, please, do not send me HTML e-mails.
[...]
>> What will be error_handler_hook
>>
> /"error_handler_hook"/ is a function pointer which points to a error
> handling routine. In case of embedded server, it was being assigned to
> "/my_message_sql/" directly, which is a server error handling routine
> and therefore we saw the issue reported. I have added a wrapper error
> handling routine (/embedded_error_handler/) which will take decision to
> call /client/server/ error handler accordingly. And /error_handler_hook/
> is assigned to this wrapper.
What will be client_error_handler_hook pointing to? Before this patch we
always would ignore whatever error_handler_hook was being pointed to
before. Now we can end up calling it.
Davi