Ñò –!3Dc@svdZdZdZdZdZdZdZdZdZd Z d Z d Z d Z d Z dZdZdZdZdZdS(s$MySQL CLIENT constants These constants are used when creating the connection. Use bitwise-OR (|) to combine options together, and pass them as the client_flags parameter to MySQLdb.Connection. For more information on these flags, see the MySQL C API documentation for mysql_real_connect(). iiiiii i@i€iiiiii i@i€iiN(t__doc__t LONG_PASSWORDt FOUND_ROWSt LONG_FLAGtCONNECT_WITH_DBt NO_SCHEMAtCOMPRESStODBCt LOCAL_FILESt IGNORE_SPACEt CHANGE_USERt INTERACTIVEtSSLtIGNORE_SIGPIPEt TRANSACTIONStRESERVEDtSECURE_CONNECTIONtMULTI_STATEMENTSt MULTI_RESULTS(((s>/usr/lib64/python2.6/site-packages/MySQLdb/constants/CLIENT.pyts$