Search



Search Results
Displaying 331 to 340 of 1965 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm customized for the MySQL error code 1205 - Lock wait timeout exceeded; try restarting transaction.
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
script.Error += new MySqlScriptErrorEventHandler(script_Error); script.ScriptCompleted += new EventHandler(script_ScriptCompleted); script.StatementExecuted += new MySqlStatementExecutedEventHandler(script_StatementExecuted); In VisualStudio, you ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
can_handle_exp_pwd Can Handle Expired Password 0 Indicates that the application can deal with an expired password, which is signalled by an SQL state of 08004 (“Server rejected the connection”) and a native error code ...On Unix and macOS, use ...
https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
A function can return any of the following: An integer value, with a value of -1 indicating an error. A NULL value indicates an error; otherwise, the return value must be freed by the programmer. A constant pointer value, with a NULL value ... This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
The new version of the API also simplifies error detection and handling. As with addEventColumn(), you must invoke Dictionary::createEvent() before any errors will be detected. Return value The number of columns (as an integer), or -1 in the case of ...Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() Event::getEventColumn() Event::getName() Event::getNoOfEventColumns() Event::getObjectStatus() Event::getObjectVersion() Event::getObjectId() Event::getReport() Event::getTable() Event::getTableEvent() Event::getTableName() Event::mergeEvents() Event::setDurability() Event::setReport() Event::setName() Event::setTable() Event::TableEvent Event Class Overview Parent class NdbDictionary Child classes None Description This class represents a database event in an NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
If the program exceeds this length then adding new instructions will fail with error 4518 Too many instructions in interpreted program. NdbInterpretedCode::getNdbError() Description This method returns the most recent error associated with this ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load.html
Load Data Using Auto Parallel Load First, run Auto Parallel Load in dryrun mode to check for errors and warnings and to inspect the generated load script. If Auto Parallel Load fails with an error, inspect the errors with a query to the ... You can ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
Questions 16.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: SQLException: Server configuration denies access to data source SQLState: 08001 VendorError: 0 What is going on? I can connect just fine ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
It causes Connector/J to terminate all active and idle sessions connected to the server in the connection pool with the error message "Server shutdown in progress". It causes Connector/J to close the current connection with the error message "IO ...
https://dev.mysql.com/doc/refman/9.7/en/bit-functions.html
If the argument size exceeds 511 bytes, an ER_INVALID_BITWISE_AGGREGATE_OPERANDS_SIZE error occurs. Table 14.17 Bit Functions and Operators Name Description & Bitwise AND >> Right shift << Left shift ^ Bitwise XOR BIT_COUNT() Return the number of ...
Displaying 331 to 340 of 1965 total results