Search



Search Results
Displaying 71 to 80 of 2524 total results
https://dev.mysql.com/doc/internals/en/complicated-test-architecture.html
Comment your code when you do or check something that someone else may think is not trivial. If your test is very complicated, write a sufficient explanation of the test architecture. This helps avoid having someone else come along and ...
https://dev.mysql.com/doc/internals/en/files-in-mysql-sources.html
This is a description of the files that you get when you download the source code of MySQL. This description begins with a list of the main directories and a short comment about each one. Then, for each directory, in alphabetical order, a longer ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-autocompletion.html
For example, when you are issuing: print(db.user.select().where("user in ('foo', 'bar')").e Pressing the Tab key would cause autocompletion to try to complete the text db.user.select().where().e but this invalid code yields undefined behavior.
https://dev.mysql.com/doc/mysql-shell/9.4/en/code-limitations.html
This section describes the limitations of the various supported MySQL Shell modes. SQL Limitations for X Protocol Sessions The following statements are not possible with an X Protocol session: ALTER INSTANCE INSTALL COMPONENT INSTALL PLUGIN LOAD ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
% can be "shap", "fast_shap" or "partial_dependence" Error number: ML004016; SQLSTATE: HY000 Message: Invalid base64-encoded ONNX string. Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message ...Check the task option in the ML_TRAIN call to ensure that it is specified ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-aiaml-error-messages.html
% can be "shap", "fast_shap" or "partial_dependence" Error number: ML004016; SQLSTATE: HY000 Message: Invalid base64-encoded ONNX string. Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message ...Check the task option in the ML_TRAIN call to ensure that it is specified ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
Error number: 1062; Symbol: HW_ER_UNSUPPORTED_OPERATION_OVER_NON_VARLEN_COLS Message: Unsupported operation over non-varlen encoded cols - %s. Error number: 1063; Symbol: HW_ER_UNSUPPORTED_OPERATION_OVER_DICT_ENCODED_COLS Message: Unsupported ...If ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/global-error-reference.html
These errors have error codes in the range from 1 to 999. Each global error message includes an error code, SQLSTATE value, and message string, as described in Error Message Sources and Elements. If the server writes a message to the error log that ... This document lists “global” error messages that are shared in the sense that they can be produced by the MySQL server or by MySQL client ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
Here is an example client error message, as displayed by the mysql client: $> mysql -h no-such-host ERROR 2005 (HY000): Unknown MySQL server host 'no-such-host' (0) Each client error message includes an error code, SQLSTATE value, and message ...A ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
Error Message Elements When an error occurs, error information includes several elements: an error code, SQLSTATE value, and message string. These elements have the following characteristics: Error code: This value is numeric. The set of error codes ... This section discusses how error messages originate within MySQL and the elements they ...
Displaying 71 to 80 of 2524 total results