Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-status-brief.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task_status_brief( IN 'app_user_id' VARCHAR(255), IN 'task_id' VARCHAR(36)); Following are app_task_status_brief parameters: app_user_id ... The app_task_status_brief routine returns the brief status of an application task, including a subset of information about the task and its last log ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-status-list.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task_status_list( IN 'app_user_id' VARCHAR(255), IN 'task_type' VARCHAR(90), IN offset INT UNSIGNED, IN limit INT UNSIGNED); Following ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-status.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task_status( IN 'app_user_id' VARCHAR(255), IN 'task_id' VARCHAR (36); Following are app_task_status parameters: app_user_id ...task_id ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task( IN 'app_user_id' VARCHAR(255), IN 'task_id' VARCHAR(36)); Following are app_task parameters: app_user_id (VARCHAR(255)): specifies ... The app_task routine returns information about a single application ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-kill.html
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)) parameter specifies the unique task ID (UUID) of the task to be terminated. The ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-list.html
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 limit INT UNSIGNED); Following are task_list parameters: task_type ... The ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-logs.html
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' TIMESTAMP(6)); Following are task_logs parameters: task_id (VARCHAR(36)): ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status-brief.html
This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_status_brief(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR(36)) parameter specifies the unique task ID (UUID) of the task whose log ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status-list.html
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 UNSIGNED, IN limit INT UNSIGNGED); Following are task_status_list parameters: ...
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 ...