passing a bad pointer question

2009-04-07 Thread Alex Katebi
Hi, If I have a mysql client application that passes a bad MYSQL* connection pointer to the server. How does the server cope with that. Does the server crash? Or does the server drops the client connection? Or does the server ignore the function call and return error? If it returns error what

Re: passing a bad pointer question

2009-04-07 Thread Dan Nelson
In the last episode (Apr 07), Alex Katebi said: If I have a mysql client application that passes a bad MYSQL* connection pointer to the server. How does the server cope with that. Does the server crash? Or does the server drops the client connection? Or does the server ignore the