C-Language MySQL API and Dying Processes I'd like to write CGI-BIN compiled 'C' programs that use the MySQL 'C' API.
However, I'm concerned about dying processes. If a process segfaults or
otherwise dies unexpectedly:
a)Does the MySQL connection close automatically?
b)Do table locks release automatically?
Thanks, Dave. |