I am receiving a "Segmentation Fault" error when closing the connection to a
database.  Using MySQL 4.0.10-0 on Redhat linux 7.3
 
 
static void closeDatabase( DBMS_STATE_INFO *dbmsInfo )
        {
 
        mysql_close( dbmsInfo->connection );
        dbmsInfo->connection = NULL;
 
        } 
 
Thank you,
rcs

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to