Search Results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
InnoDB: CHECK TABLE for spatial indexes did not verify the MBR against the geometry MBR stored in the clustered index record. As of this release, CHECK TABLE EXTENDED verifies the MBR matches the MBR stored in the clustered index record. (Bug ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
Used in restore operations to reproduce the same layout as when the backup was taken. During a restore, the information in the file is used to delete the tables from the full backup that has been removed between the time of the full backup and the ... The following table shows the different types of files that are included in a single-file backup image or a directory ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-keyring-plugins.html
MySQL Server supports a keyring service that enables internal server components and plugins to securely store sensitive information for later retrieval. The general descriptor also refers to keyring_system_variables, a structure that exposes a ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
This release adds the following columns to transporter_details: sendbuffer_used_bytes: Number of bytes of signal data currently stored pending send using this transporter. sendbuffer_max_used_bytes: Historical maximum number of bytes of signal data ... MySQL NDB Cluster 8.4.0 is a new development release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
(Bug #30584907, Bug #97757) A DataConversionException was thrown when an application tried to store a string starting with "d." [d was any digit] into a VARCHAR column. (Bug #30474158) When a Calendar was not used, a java.sql.Date value could not ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-an-anomaly-detection-model.html
If you do not define the model handle before training the model, the model handle is automatically generated, and the session variable only stores the model handle for the duration of the connection. When the training operation finishes, the model ... After preparing the data for an anomaly detection model, you can train the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-table.html
OutputTableColumn: specifies the names of the database, table, and column where the generated embeddings are stored. So if input table is an external table, then it cannot be used to store the output. The new output table has key columns which ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-generate-table.html
OutputTableColumn: specifies the names of the database, table, and column where the generated text-based response is stored. So if input table is an external table, then it cannot be used to store the output. The new output table has key columns ...
https://dev.mysql.com/doc/workbench/en/wb-grt-data-organization.html
Workbench model data, such as diagrams, schemas, and tables, is stored in a hierarchy of objects that can be accessed by any plugin. Application Objects Tree (GRT Tree) As mentioned previously, MySQL Workbench document data is stored in an object ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-connection.html
Below that is the Stored Connection dropdown list, which is optional. Stored connections will be listed here, which are connections saved after defining a connection with the Store connection for future use as check box enabled. After loading the ...