Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
destination Type String Default Value (Windows) CON Default Value (Other) /dev/stderr Valid Values (Windows) CON NUL Valid Values (Other) /dev/null /dev/stderr /dev/stdout Direct console log output to this device destination; set under the ...For ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
AllowLoadLocalInfile Value AllowLoadLocalInfileInPath Value Behavior true Empty string or null value All uploads are permitted. Connection options have a default value that you can override by defining the new value in the connection string (classic ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
AllowLoadLocalInfile Value AllowLoadLocalInfileInPath Value Behavior true Empty string or null value All uploads are permitted. Connection options have a default value that you can override by defining the new value in the connection string (classic ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-ml-model-metadata.html
Model Metadata Details Query Model Metadata See Also Model Metadata Details model_metadata contains the following metadata as key-value pairs in JSON format: task: string The task type specified in the ML_TRAIN query. target_column_name: string The ... The model_metadata column in the model catalog allows you to view detailed information on trained ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-range.html
A table that is partitioned by range is partitioned in such a way that each partition contains rows for which the partitioning expression value lies within a given range. Ranges should be contiguous but not overlapping, and are defined using the ...
https://dev.mysql.com/doc/refman/8.4/en/subquery-optimization-with-exists.html
This section discusses these optimizations, particularly with regard to the challenges that NULL values present. The “pushdown” strategy just described works if either of these conditions is true: outer_expr and inner_expr cannot be NULL.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
(You cannot treat these as null-terminated strings if field values may contain binary data, because such values may contain null bytes internally.) Rows are obtained by calling mysql_fetch_row(). char * name The name of the field, as a ...It is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-schema.html
Note When performing schema changes on NDB tables, applications should wait until the ALTER TABLE statement has returned in the MySQL client connection that issued the statement before attempting to use the updated definition of the table.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
Valid XML characters are: #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] The following elements are mandatory in every <AUDIT_RECORD> element: <NAME> A string representing the type of instruction that generated the audit ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-table-export.html
If you are exporting the data to the local filesystem, outputUrl is a string specifying the path to the exported data file, and the file name itself, with an appropriate extension. Options where: "string" A valid SQL condition expression used to ...