Search



Search Results
Displaying 141 to 150 of 1965 total results
https://dev.mysql.com/doc/refman/9.7/en/information-schema-innodb-tables-table.html
row *************************** TABLE_ID: 1064 NAME: test/t1 FLAG: 33 N_COLS: 6 SPACE: 3 ROW_FORMAT: Dynamic ZIP_PAGE_SIZE: 0 SPACE_TYPE: Single INSTANT_COLS: 0 TOTAL_ROW_VERSIONS: 3 Notes You must have the PROCESS privilege to query this table. For ...
https://dev.mysql.com/doc/refman/9.7/en/server-system-variables.html
If binding to the address fails, the server produces an error and does not start. The list specified by this variable may include any of the following values: ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-instance-schema.html
If you specify conflicting include and exclude options or name an object that is not included in the dump, an error is reported and the dump stops so you can correct the options. When the dump loading utility reads the metadata file and finds an ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-load-dump.html
If you specify conflicting include and exclude options or name an object that is not included in the dump files anyway, an error is reported and the load stops so you can correct the options. Pressing Ctrl + C again stops existing tasks, resulting ... MySQL Shell's dump loading utility util.loadDump() supports the import into a MySQL HeatWave Service DB System or a MySQL Server instance of schemas or tables dumped using MySQL Shell's Section 12.5, “Instance Dump Utility, Schema Dump Utility, and Table Dump ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
This section provides information about the NdbError data structure, which contains status and other information about errors, including error codes, classifications, and messages. NdbError Overview NdbError::Classification NdbError::Status ...
https://dev.mysql.com/doc/refman/9.7/en/signal.html
SIGNAL provides error information to a handler, to an outer portion of the application, or to the client. Also, it provides control over the error's characteristics (error number, SQLSTATE value, message). Without SIGNAL, it is necessary to resort ...To retrieve information from the diagnostics area, use the GET DIAGNOSTICS statement (see Section 15.6.7.3, “GET DIAGNOSTICS ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-data-arguments.html
These types are supported as in the MySQL server with the following exceptions: String argument and return types can use the utf8mb4 or binary character sets; use of other character sets for these raises an error. Attempting to cast a BigInt or ...
https://dev.mysql.com/doc/refman/9.7/en/server-options.html
This in turn enables the server to use that basedir when searching for server-related information such as the share directory containing error messages. It is possible that a change in the behavior of the function causes it to raise an error in the ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/refman/9.7/en/mysqld-safe.html
mysqld_safe adds some safety features such as restarting the server when an error occurs and logging runtime information to an error log. A description of error logging is given later in this section. For example, if you specify a [mysqld] section ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
execute() is also equipped with an extra error handling parameter, which provides the two alternatives listed here: NdbOperation::AbortOnError: Any error causes the transaction to be aborted. NdbOperation::AO_IgnoreError: The transaction continues ...A transaction consists of a list of operations represented by the NdbOperation class, or by one of its subclasses—NdbScanOperation, NdbIndexOperation, or ...
Displaying 141 to 150 of 1965 total results