#include <winsock2.h>
#endif
struct st_mysql;
typedef struct MYSQL MYSQL;
typedef struct st_mysql MYSQL;
/**
* Implements a SqlStorage using a MySQL backend
}
//first here, the right way for >= 5.1.6
my_bool reconnect = true;
bool reconnect = true;
if( mysql_options( m_db, MYSQL_OPT_RECONNECT, &reconnect ) )
reportError( "Asking for automatic reconnect did not succeed!" );
else
-