Search



Search Results
Displaying 291 to 300 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-tips.html
Setting max_join_size to 1,000,000 causes multiple-table SELECT statements to produce an error if the server estimates it must examine more than 1,000,000 row combinations. These behaviors are included in safe-updates mode: EXPLAIN with UPDATE and ... This section provides information about techniques for more effective use of mysql and about mysql operational ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlcheck.html
Possible causes include but are not limited to file system errors. If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. --force, -f Command-Line Format ...
https://dev.mysql.com/doc/refman/9.7/en/precision-math-expressions.html
(See Section 7.1.11, “Server SQL Modes”.) The following discussion mentions strict mode (selected by the STRICT_ALL_TABLES or STRICT_TRANS_TABLES mode values) and ERROR_FOR_DIVISION_BY_ZERO. To turn on all restrictions, you can simply use ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-sqlerror.html
When an SqlError is thrown, an error is raised in MySQL similar to how one is raised by a SIGNAL statement. You can create an SqlError using the constructor shown here: new SqlError( sql_state: Number, message: String, error_number: Number ) The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-configuring-options.html
batchContinueOnError false boolean (READ ONLY) In SQL batch mode, force processing to continue if an error is found. If an SSL error occurs, the command stops and an error is returned. logLevel info integer ranging from 1 to 8 or any of none, ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-set-local-infile-handler.html
void mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, unsigned int), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char*, unsigned ...It enables application programs to exert control over local (client-side) data file ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-errno.html
unsigned int mysql_stmt_errno(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_errno() returns the error code for the most recently invoked statement API function that can succeed or fail. Client error message numbers ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-0.html
Errors were returned similar to the following: ERROR 3977 (HY000) at line 117: Only BINLOG INSERT, COMMIT and ROLLBACK statements are allowed after CREATE TABLE with START TRANSACTION statement. Errors were returned similar to the following: ERROR ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-0-0.html
(WL #16013) Functionality Added or Changed Important Change: Now, when the removal of a data node file or directory fails with a file does not exist (ENOENT) error, this is treated as a successful removal. (Bug #20573020, Bug #35847745, Bug ...
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The error messages, which includes text sent to stdout and the GUI. Log Levels There are six different log levels, with increasing levels of verbosity: error, warning, info, debug1, debug2, and debug3. The enabled error log levels can be configured ... The following is a list of tips and information that is helpful for reporting a MySQL Workbench ...
Displaying 291 to 300 of 1965 total results