Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692668
Collapse All | Expand All

(-)yate-orig/modules/server/mysqldb.cpp (-1 / +1 lines)
Lines 502-508 int MyAcct::initConns() Link Here
502
502
503
#ifdef MYSQL_OPT_RECONNECT
503
#ifdef MYSQL_OPT_RECONNECT
504
	    // this option must be set after connect - bug in mysql client library
504
	    // this option must be set after connect - bug in mysql client library
505
	    my_bool reconn = 1;
505
	    char reconn = 1;
506
	    mysql_options(mySqlConn->m_conn,MYSQL_OPT_RECONNECT,(const char*)&reconn);
506
	    mysql_options(mySqlConn->m_conn,MYSQL_OPT_RECONNECT,(const char*)&reconn);
507
#endif
507
#endif
508
508

Return to bug 692668