Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-wiki-format.html
                                 When editing or defining an advisor, you can enter text in Wiki format in the Problem Description, Advice, Recommended Action, and Links and Further Reading text boxes. You can format and highlight text and add hyperlinks, using the notation listed ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-overview.html
                                 This section describes the Vector Store functionality available in MySQL HeatWave. About Vector Store MySQL HeatWave vector store is a relational database that lets you load unstructured data to MySQL HeatWave Lakehouse. It automatically parses ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-testing.html
                                 The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
                                 Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition supports an authentication method that enables users to authenticate to MySQL Server using Kerberos, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
                                 This is the Reference Manual for the MySQL Database System, version 8.4, through release 8.4.6. Differences between minor versions of MySQL 8.4 are noted in the present text with reference to release numbers (8.4.x). This manual is not intended for ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/source-installation-doxygen.html
                                 The MySQL source code contains internal documentation written using Doxygen. It is also possible to generate this content locally from a MySQL source distribution using the following procedure: Install doxygen 1.9.2 or later. After installing ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-overview.html
                                 This section describes the Vector Store functionality available with GenAI. About Vector Store A vector store is a relational database that lets you load unstructured data. It automatically parses unstructured data formats, which include PDF ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-index-read-last-method.html
                                 The [custom-engine.html#custom-engine-api-reference-index_read_last index_read_last()] method works like [custom-engine.html#custom-engine-index-read index_read()] but finds the last row with the current key value or prefix: int ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-index-read-method.html
                                 The [custom-engine.html#custom-engine-api-reference-index_read index_read()] method is used to retrieve a row based on a key: int ha_foo::index_read(byte * buf, const byte * key, ulonglong keypart_map, enum ha_rkey_function find_flag) The *buf ...
                                            
                https://dev.mysql.com/doc/internals/en/implementing-the-rnd-next-method.html
                                As with the index_read() method, the storage engine must return the row that matches the key according to the find_flag and set a cursor for future reads.