Search



Search Results
Displaying 71 to 80 of 113 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-logs.html
task_id (VARCHAR(36)): specifies the unique task ID (UUID) of the task whose log entries are required. The app_task_logs routine returns a list of logs associated with an application-level task. This topic contains the following sections: Syntax ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-status-brief.html
task_id (VARCHAR(36)): specifies the unique task ID (UUID) of the task for which the current task status is required. The app_task_status_brief routine returns the brief status of an application task, including a subset of information about the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-status.html
task_id (VARCHAR (36)): specifies the unique task ID (UUID) of the task for which the status information is required. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.app_task_status( IN ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask.html
task_id (VARCHAR(36)): specifies the unique task ID (UUID) of the application task whose information is required. The app_task routine returns information about a single application task. This topic contains the following sections: Syntax Syntax ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt.html
@task_id (VARCHAR(36)): output parameter that returns the unique identifier (UUID) of the created task. The execute_prepared_stmt_async routine creates a task that executes SQL statements asynchronously within an event stored in the schema_name ...
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-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.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 ...Syntax Example mysql> SELECT JSON_PRETTY(mysql_tasks.task_status(@task_id)); This example returns the status of the asynchronous task with task ID stored in the session variable ...
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 ...
Displaying 71 to 80 of 113 total results