Search



Search Results
Displaying 91 to 100 of 4529 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing-execution.html
For instance, if a query uses an index hint, and that index is dropped, then the query fails to execute. Autopilot Indexing provides recommendations for schemas with a representative workload that has at least five queries in the SQL statement ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-execution.html
The following example uses a sample configuration file named options.server.txt: debugtrace=/opt/mysql/enterprise/install.debugtrace.monitor.log mode=unattended installdir=/opt/mysql/enterprise/monitor tomcatport=8080 tomcatsslport=8443 ... The ...
https://dev.mysql.com/doc/internals/en/com-stmt-execute-response.html
Similar to the COM_QUERY_Response a COM_STMT_EXECUTE either returns: a OK_Packet a ERR_Packet or a resultset: Binary Protocol Resultset .
https://dev.mysql.com/doc/mysql-shell/9.4/en/use-mysql-shell-execute-script.html
This enables you to automate processes using AdminAPI with scripts written in JavaScript or Python, which can be run using MySQL Shell's --file option. For example: $> mysqlsh --file setup-innodb-cluster.js Note Any command line options specified ...
https://dev.mysql.com/doc/internals/en/error-flags.html
In this case we ignore all not fatal errors generated by the select. thd->is_fatal_error Set this if we should abort the current statement (and any multi-line statements) because something went fatally wrong. thd->fatal_error() Should be called if ... The following flags can be examined or set to alter the behavior during error handling: thd->net.report_error thd->net.report_error is set in my_message_sql() if the error message was ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-format.html
Early-Startup Logging Output Format The server generates some error log messages before startup options have been processed, and thus before it knows error log settings such as the log_error_verbosity and log_timestamps system variable values, and ... Each error log sink (writer) component has a characteristic output format it uses to write messages to its destination, but other factors may influence the content of the messages: The information available to the log ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
NDB API errors can be generated in either of two ways: When an operation is defined When an operation is executed Errors raised during operation definition. Errors occurring during operation execution cause the transaction of which they are a part ... Abstract This section describes how NDB API errors can be detected and mapped onto particular ...This means that, when iterating over completed operations using getNextCompletedOperation(), ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
For example, this capability is used to cause 5.7-specific error numbers to begin at 3000. To specify a positional argument, include a single digit 0 to 9 and a dollar sign in the formatting specifier for each argument in the error message: "%1$.32s ... The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/global-error-reference.html
Error number: 36; Symbol: EE_FAILED_TO_CREATE_TIMER; Message: Failed to create timer (OS errno %d). Error number: 37; Symbol: EE_FAILED_TO_DELETE_TIMER; Message: Failed to delete timer (OS errno %d). Error number: 38; Symbol: ... This document lists ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The time in seconds which the LOAD DATA INFILE took for execution. The time in seconds which the LOAD DATA INFILE took for execution. The time in seconds which the LOAD DATA INFILE took for execution. Timestamp in seconds when this event was created ...LOAD DATA INFILE statements have been associated over time with several different ... The following sections provide details ...
Displaying 91 to 100 of 4529 total results