Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/bas-ext.html
                                Return Values Return value is a null-terminated string array of storage engine extensions.  Purpose Defines the file extensions used by the storage engine. Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. It is ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
                                Setting NULL to all JSON options means that the default task of classification is used for training. mysql> CALL sys.ML_MODEL_LOAD(@bank_model, NULL); Insert the data to predict and explain directly into a JSON object named @row_input.  If you have ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
                                Note MySQL Workbench handles quoting and escaping for strings entered into the result grid, so adding quotes and proper escaping here is optional. Note The "Refresh" button automatically adjusts the column width to match the longest string one of ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
                                 In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-4.html
                                This meant that the condition to be pushed down was written to a text string with the wrong character set. We fix this oversight by ensuring that the string is created with the correct character set. (Bug #37284176) Added missing checks for NULL ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-data-placement.html
                                This sequence allows data placement performance benefits to be calculated with string column encodings in place, which provides for greater accuracy from Advisor internal models. mysql> CALL sys.heatwave_advisor(NULL); Running Advisor with only the ...Data placement keys are used to partition table data among MySQL HeatWave nodes when loading ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt.html
                                If the schema is already set for the current session, you can set this parameter to NULL to use the current session schema. If set to NULL, execute_prepared_stmt_async is used as the default task name. Syntax Example mysql> CALL ... The ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-predict-table.html
                                It must be a string in a fully qualified format (schema_name.table_name) that specifies the table name. If NULL is selected, only the log segments tagged with is_anomaly are used to generate summaries. mysql> CALL ... ML_PREDICT_TABLE generates ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-recommendation-model.html
                                It must be a string in a fully qualified format (schema_name.table_name) that specifies the table name. For the option to set the user name, you can set it to NULL. mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-threads-table.html
                                row *************************** NAME: thread/performance_schema/setup ENABLED: YES HISTORY: YES PROPERTIES: singleton VOLATILITY: 0 DOCUMENTATION: NULL ... row *************************** NAME: thread/sql/main ENABLED: YES HISTORY: YES PROPERTIES: ...It exposes thread class names and attributes: mysql> SELECT * FROM performance_schema.setup_threads\G *************************** ...