Constants: MYSQLDAM-Client Flags

Parent: $root.$constants

kMySqlFlagCompressEnable use of compression protocol
kMySqlFlagConnectWithDBOne can specify database on connect
kMySqlFlagFoundRowsRetrieve 'found' instead of 'affected' rows
kMySqlFlagIgnoreSigPipeIgnore sigpipes
kMySqlFlagIgnoreSpaceIgnore spaces before '('
kMySqlFlagInteractiveThis is an interactive client
kMySqlFlagLocalFilesEnable use of LOAD DATA LOCAL
kMySqlFlagLongFlagGet all column flags
kMySqlFlagLongPasswordUse new more secure passwords
kMySqlFlagMultiResultsEnable/disable multi-results
kMySqlFlagMultiStatementsEnable/disable multi-stmt support
kMySqlFlagNoSchemaDon't allow database.table.column syntax
kMySqlFlagODBCODBC client
kMySqlFlagProtocol41Use 4.1 protocol
kMySqlFlagRememberOptionsRemember options specified by calls to $connectoption()
kMySqlFlagSSLSwitch to SSL after handshake
kMySqlFlagTransactionsClient knows about transactions