Hi!
I'm working on program that acts as MySQL client. After successful connection
program send queries for a long time. When I stop server mysql_query return
error (no surprise). But when I start server my program recieve information
again without connection reinitializatio n.
I suppose MySQL server track connections somehow but I didn't find any info
about it in documentation. Can somebody point me to docs or explain this
behaviour?
Additional information:
MySQL version: 4.1.9
Connection type: TCP socket
Thank you.
--
Dmitry Davletbaev.
I'm working on program that acts as MySQL client. After successful connection
program send queries for a long time. When I stop server mysql_query return
error (no surprise). But when I start server my program recieve information
again without connection reinitializatio n.
I suppose MySQL server track connections somehow but I didn't find any info
about it in documentation. Can somebody point me to docs or explain this
behaviour?
Additional information:
MySQL version: 4.1.9
Connection type: TCP socket
Thank you.
--
Dmitry Davletbaev.
Comment