HeatWave Release Notes
- 2.20.1.1 execute_prepared_stmt_async
- 2.20.1.2 execute_prepared_stmt_from_app_async
- 2.20.1.3 add_task_log
- 2.20.1.4 task
- 2.20.1.5 app_task
- 2.20.1.6 task_status
- 2.20.1.7 app_task_status
- 2.20.1.8 task_list
- 2.20.1.9 app_task_list
- 2.20.1.10 task_logs
- 2.20.1.11 app_task_logs
- 2.20.1.12 task_status_brief
- 2.20.1.13 app_task_status_brief
- 2.20.1.14 task_status_list
- 2.20.1.15 app_task_status_list
- 2.20.1.16 kill_task
- 2.20.1.17 kill_app_task
The sections in this topic describe the different routines that you can use to create, monitor, and terminate asynchronous tasks.
For applications that have multiple application users, and
there is no direct mapping between MySQL users and application
users, you can use the application-level
(app
) variants of the asynchronous task
routines.