Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
                                 The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource usage. The space required by each of these methods is shown in the following table: Table 1.1 ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-kill.html
                                 The kill_task routine terminates an active or scheduled task using its task ID. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> CALL mysql_tasks.kill_task(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR(36)) ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-list.html
                                 The task_list routine returns a paginated list of asynchronous tasks. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_list( IN 'task_type' VARCHAR(80), IN offset INT UNSIGNED, IN ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-logs.html
                                 The task_logs routine returns a list of logs associated with a task. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_logs( IN 'task_id' VARCHAR(36), IN 'newer_than_log_time' ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status-brief.html
                                 The task_status_brief routine returns the brief status of a task, including a subset of information about the task and its last log entry. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status-list.html
                                 The task_status_list routine returns a paginated list of task statuses. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_status_list( IN 'task_type' VARCHAR(80), IN offset INT ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status.html
                                This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_status(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR 36) parameter specifies the unique task ID (UUID) of the task whose information ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task.html
                                This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR(36)) parameter specifies the unique task ID (UUID) of the task whose information is ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-error-handling.html
                                 See MySQL 9.5 Error Message Reference for Lakehouse error messages. As of MySQL 9.2.2, a detailed summary of warnings is available when loading data to Lakehouse. This includes warnings related to the schema inference stage of loading data. The ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-varlen-encoding.html
                                 Variable-length encoding is automatically applied when tables are loaded into MySQL HeatWave with the exception of string columns defined explicitly as dictionary-encoded columns. You can define the encoding type while creating the table or later ...